docs: tighten agent operating guide#1104
Open
thymikee wants to merge 2 commits into
Open
Conversation
Size Report
Startup median (7 runs, lower is better):
Top changed chunks: no changes in the largest emitted chunks. |
e4a3987 to
355c823
Compare
Member
Author
|
Ready for human review from my pass. This is docs-only ( I reviewed the final diff after the rebase: it keeps the high-value non-obvious rules/testing/routing guidance, removes the brittle static file inventory, and uses the agents.md-style “README for agents” framing without making the repo guide depend on the external site. Local sanity checks on the rebased branch: git diff --check origin/main...HEAD
rg -n '<<<<<<<|=======|>>>>>>>' AGENTS.md
rg -n 'src/utils/cli-help|src/utils/cli-flags|src/utils/__tests__/args\.test\.ts' AGENTS.mdThe |
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
Tighten AGENTS.md as the repo's README-for-agents by replacing brittle static file inventories with durable source-owner lookup guidance.
Preserve the high-value operating rules for routing, testing, device hygiene, diagnostics, PR review, and validation expectations.
Validation
Docs-only change. Verified the patch is scoped to AGENTS.md, ran git diff --check, and grepped for removed stale inventory sections.