Skip to content

docs: convert architecture diagram to Mermaid#5

Merged
jaschadub merged 1 commit into
mainfrom
rescue-mermaid-diagram
Jun 13, 2026
Merged

docs: convert architecture diagram to Mermaid#5
jaschadub merged 1 commit into
mainfrom
rescue-mermaid-diagram

Conversation

@jaschadub

Copy link
Copy Markdown
Contributor

Rescues the stranded commit from worktree-karpathy-loop-learnings (the rest of
that branch already merged via #2). Converts the ASCII architecture diagram to
two Mermaid diagrams (orchestration + layer stack).

Updated from the original to current reality during cherry-pick:

  • adds the validate agent to the orchestration flow
  • "7 phase agents" (was 6), "37 tools" (was 35)

🤖 Generated with Claude Code

Split the single hybrid ASCII diagram into two Mermaid diagrams:

- Orchestration (graph LR): shows the controller -> phase sequence
  plus the reflector loop (phase done -> reflector -> knowledge store
  -> next phase's recall_knowledge). The reflector was missing from
  the ASCII version because it didn't fit the 6-column layout.
- Layer stack (graph TB): DSL -> ToolClad -> MCP -> wrappers -> Kali.
  Same content as before, rendered natively on GitHub.

Mermaid renders inline on github.com and avoids the width/column
pressure that made the ASCII version brittle to extend.
@jaschadub jaschadub merged commit 62c4710 into main Jun 13, 2026
@jaschadub jaschadub deleted the rescue-mermaid-diagram branch June 13, 2026 22:13
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