docs(repo): make AGENTS.md the canonical instructions file#757
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
5763b90
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://560e78f8.agentv.pages.dev |
| Branch Preview URL: | https://docs-agents-primary-claude-s.agentv.pages.dev |
christso
added a commit
that referenced
this pull request
Mar 25, 2026
PR #757 moved content from CLAUDE.md to AGENTS.md but accidentally dropped several sections: Evaluator Type System, Git Workflow (issue claiming, PRs, worktrees), Version Management, Package Publishing, and Python Scripts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 1ed266d094ed
christso
added a commit
that referenced
this pull request
Mar 25, 2026
PR #757 moved content from CLAUDE.md to AGENTS.md but accidentally dropped several sections: Evaluator Type System, Git Workflow (issue claiming, PRs, worktrees), Version Management, Package Publishing, and Python Scripts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 1ed266d094ed
christso
added a commit
that referenced
this pull request
Mar 25, 2026
* docs: add design for --threshold flag (#698) Design document for suite-level quality gate threshold flag that fails CI when mean eval score drops below a specified value. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 1604663b3709 * docs: add implementation plan for --threshold flag (#698) 8-task TDD plan covering core extractor, YAML schema, CLI flag, threshold check, JUnit integration, and manual UAT. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 6cfbff7718f7 * docs(repo): restore dropped sections in AGENTS.md PR #757 moved content from CLAUDE.md to AGENTS.md but accidentally dropped several sections: Evaluator Type System, Git Workflow (issue claiming, PRs, worktrees), Version Management, Package Publishing, and Python Scripts. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 1ed266d094ed * feat(core): add extractThreshold for execution.threshold YAML field (#698) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat(core): wire extractThreshold through YAML parser and schema (#698) Add threshold to ExecutionSchema in Zod, wire extractThreshold through yaml-parser.ts (import, re-export, EvalSuiteResult type, loadTestSuite), and regenerate eval-schema.json. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat(cli): add --threshold flag and wire through options pipeline (#698) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat(cli): add threshold check with summary output after eval (#698) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * feat(cli): JUnit writer uses --threshold for per-test pass/fail (#698) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * style: fix biome formatting in threshold implementation files Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * fix(cli): use process.exit for threshold gate exit code (#698) process.exitCode was being reset by the cmd-ts handler wrapper. Return thresholdFailed from runEvalCommand and call process.exit(1) in the handler instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * docs: add --threshold documentation and CLI validation (#698) - Add CLI range validation (0-1) for --threshold flag - Document threshold in running-evals.mdx, eval-files.mdx, and SKILL.md - Remove temporary plan files before merge Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
CLAUDE.mdintoAGENTS.mdCLAUDE.mdas a Claude-specific compatibility shim that points to@AGENTS.mdAGENTS.mdthe single source of truth for repo instructionsValidation