Skip to content

fix: clarify code navigation freshness and exact-path errors - #285

Merged
jlitola merged 1 commit into
mainfrom
jlitola/fix-issues-282-284
Aug 15, 2026
Merged

fix: clarify code navigation freshness and exact-path errors#285
jlitola merged 1 commit into
mainfrom
jlitola/fix-issues-282-284

Conversation

@jlitola

@jlitola jlitola commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Summary

  • stop rendering obsolete ref suggestions after a waited search reaches the requested commit
  • promote FILE_PATH_EXCLUDED and SOURCE_FILE_INVENTORY_UNKNOWN to stable CLI/MCP error codes while preserving backend metadata
  • add surface-native recovery guidance across CLI terminal, CLI JSON, MCP read, and MCP grep flows
  • align tool descriptions, CLI help, implementation docs, parity coverage, and release fragments

Validation

  • bun test — 2,785 passed, 0 failed
  • final focused suite — 189 passed, 0 failed
  • bun run typecheck
  • bun run format:check
  • bun run lint
  • bun run build
  • bun run validate:packages
  • bun run plugins:generate && bun run plugins:check
  • authenticated bun run smoke:cli — 78 steps
  • authenticated bun run smoke:mcp — 38 steps
  • built unauthenticated CLI and MCP smokes
  • targeted Codex MCP agent eval — high confidence, no tool or instruction issues
  • Claude Opus review loop — final pass clean with no findings

Closes #282
Closes #284

Suppress obsolete ref suggestions once waited searches reach the requested commit. Promote exact-path authority errors with surface-native CLI and MCP recovery guidance.
@jlitola jlitola added the fix label Aug 15, 2026
@jlitola
jlitola marked this pull request as ready for review August 15, 2026 17:52
@jlitola
jlitola merged commit 57619e8 into main Aug 15, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Promote exact-path authority errors instead of BACKEND_ERROR Remove stale queryable-now warning after waited search reaches exact current commit

1 participant