Skip to content

Remove navigation tool friction seen in the Flash smoke run - #26

Merged
TheCryptoDonkey merged 2 commits into
mainfrom
fix/navigation-tool-friction
Sep 23, 2026
Merged

TheCryptoDonkey merged 2 commits into
mainfrom
fix/navigation-tool-friction

Conversation

@TheCryptoDonkey

Copy link
Copy Markdown
Member

The Flash smoke run (docs/experiments/smoke-flash-20260923/) exercised the repeated-run configuration end to end and passed: code-change cells were accepted on checker plus scope with no reviewer, and structured cells were reviewed against rubric version 2.

The Context arm's transcript showed four tool frictions, fixed here:

  • repository_packet range errors now state the file's line count; the model previously searched for the, export, async and class to learn a file's length.
  • Concurrent repository_packet calls queue in order (up to eight waiting) instead of failing with "already in progress".
  • repository_search accepts printable ASCII literals such as local-source-unsigned or grants no authority, matched case-insensitively with whole tokens at each end, using the rarest token's postings. Single identifiers behave as before.
  • repository_coverage checks the first eight distinct symbols and returns the rest (up to 64) as symbolsNotChecked instead of rejecting the call.

npm run check and npm run test:packages pass (context-tools: 180 tests).

🤖 Generated with Claude Code

https://claude.ai/code/session_01KzXbuBSq88i3Re82qt6c4L

Packet range errors state the file length, concurrent packet calls queue
instead of failing, search accepts literals such as local-source-unsigned
with whole tokens at each end, and coverage checks the first eight symbols
and lists the rest as not checked.
@TheCryptoDonkey
TheCryptoDonkey merged commit eb5fbff into main Sep 23, 2026
1 check passed
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.

1 participant