Trim AGENTS.md to invariants and task-specific routing - #2103
Merged
Conversation
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.
Fixes #2073.
Problem
AGENTS.mdrepeated SDK mechanics, deployment details, specialist commands, environment troubleshooting, and evaluation routing that already have authoritative owners elsewhere. That made routine agents load instructions unrelated to their task and created multiple copies of change-prone workflow guidance.Solution
Keep the existing product narrative, semantic atomicity, operation-gap test, statelessness, bounded-result rules, backend-selection constraints, and mathematical boundedness obligation in the root guide.
Replace duplicated detail with decision-point routing:
make checkplus owner-lane handoff and the shared-checkout safeguards that prevent conflicting mutation.The backend guidance now recommends an appropriate maintained mathematical library without biasing agents toward a fixed shortlist. Solvers and external tools remain permitted as private computational engines when the operation requires them.
Testing
make docs-linkcheck— documentation commands and Markdown links passed.make check— Ruff, formatting, mypy, and 1,971 tests passed.git diff --check— passed.Specialist validation run: none; this changes agent documentation only.
Public contract impact
None. Operation IDs, native APIs, MCP contracts, and mathematical semantics are unchanged.
Public operation admission
Not applicable; no public operation changes.
Closure matrix
None.
Checklist
make checkpasses