Skip to content

docs: tools diagram — grep joins the evidence chain, add the outcome node - #53

Merged
AbsoluteMode merged 1 commit into
mainfrom
docs/tools-diagram
Aug 3, 2026
Merged

docs: tools diagram — grep joins the evidence chain, add the outcome node#53
AbsoluteMode merged 1 commit into
mainfrom
docs/tools-diagram

Conversation

@AbsoluteMode

Copy link
Copy Markdown
Owner

Fixes two distortions in the five-tools mermaid diagram, in all four language versions:

  • grep was drawn as a dead end. It returns the same anchors (session + turn) as recall_search, so both entry points now converge on one anchor node feeding expand_around.
  • The chain ended on a tool, not the outcome. Added the grounded answer + raw evidence node; step is now shown as the bidirectional cursor it is.

recent_sessions intentionally stays a separate lane — it returns sessions and index freshness, not per-turn anchors.

Node labels stay English in all translations (as before), so the four files remain byte-identical in their mermaid blocks.

🤖 Generated with Claude Code

…node

The five-tools mermaid diagram drew grep as a dead end and ended the
main chain on step. In reality grep returns the same anchors
(session + turn) as recall_search, so both feed one expand_around →
step loop; step is a bidirectional cursor, and the chain's point is
the grounded answer with raw evidence. recent_sessions stays a
separate lane on purpose: it returns sessions and freshness, not
per-turn anchors. Applied identically to all four language versions.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@AbsoluteMode
AbsoluteMode merged commit d838ce3 into main Aug 3, 2026
8 checks passed
@AbsoluteMode
AbsoluteMode deleted the docs/tools-diagram branch August 3, 2026 16:16
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