Skip to content

Add navigability signposts for agents#1353

Draft
DanGould wants to merge 1 commit intopayjoin:masterfrom
DanGould:add-navigability-signposts
Draft

Add navigability signposts for agents#1353
DanGould wants to merge 1 commit intopayjoin:masterfrom
DanGould:add-navigability-signposts

Conversation

@DanGould
Copy link
Contributor

@DanGould DanGould commented Feb 23, 2026

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

  • Inline AGENTS.md spec-code mapping table and
    non-obvious structural decisions
  • Add module docs to persist.rs and ohttp.rs
  • Note LSP availability in AGENTS.md tooling section
  • Gitignore .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

@DanGould DanGould force-pushed the add-navigability-signposts branch from 2ef4bc3 to 37557f7 Compare February 23, 2026 02:55
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.
@coveralls
Copy link
Collaborator

coveralls commented Feb 23, 2026

Pull Request Test Coverage Report for Build 22291306986

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 82.484%

Totals Coverage Status
Change from base Build 22262995534: 0.0%
Covered Lines: 10624
Relevant Lines: 12880

💛 - Coveralls

@DanGould DanGould force-pushed the add-navigability-signposts branch from 37557f7 to fba17ed Compare February 23, 2026 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants