Add navigability signposts for agents#1353
Draft
DanGould wants to merge 1 commit intopayjoin:masterfrom
Draft
Conversation
2ef4bc3 to
37557f7
Compare
Spec-code mapping and non-obvious structural notes inlined into AGENTS.md where agents auto-load them. Module docs on persist.rs and ohttp.rs orient agents hitting these files for the first time. Gitignore hides generated/tooling dirs that waste exploration rounds. Informed by arxiv.org/abs/2602.11988 which found verbose context files hurt agent performance — these signposts are kept minimal and focused on things LSP cannot surface.
Collaborator
Pull Request Test Coverage Report for Build 22291306986Details
💛 - Coveralls |
37557f7 to
fba17ed
Compare
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.
Really testing the waters here between what gets committed and what's just local. I'm erring on the side of sharing because I think this is gonna be new workflow we're all going to need to learn.
Summary
non-obvious structural decisions
persist.rsandohttp.rs.claude/,.direnv/,__pycache__/Signposts target the gaps between what LSP can tell an
agent (type info, definitions, references) and what only
a human knows (which BIP section maps where, why the
crate topology is split the way it is, security
invariants). Kept minimal per the finding in
Evaluating AGENTS.md
that verbose context reduces agent solve rates.
Disclosure: co-authored by claude-code