Skip to content

docs(simulation): replace overview lifecycle chart with hand-authored loop diagram - #783

Merged
khushalsonawat merged 1 commit into
docs/simulation-revampfrom
docs/sim-runs
Aug 4, 2026
Merged

docs(simulation): replace overview lifecycle chart with hand-authored loop diagram#783
khushalsonawat merged 1 commit into
docs/simulation-revampfrom
docs/sim-runs

Conversation

@khushalsonawat

Copy link
Copy Markdown
Contributor

What

Replaces the Mermaid lifecycle chart on the Simulation overview (/docs/simulation) with a hand-authored SVG, agent-development-loop.svg, in the same visual style as replay-loop.svg.

Why

The lifecycle has two loops (Score → Fix → Simulate, and Observe → Replay → Simulate), and Mermaid's layered layout can only render those as long back edges hooking around the whole canvas, which made the diagram clumsy and confusing.

How

  • Simulate, Score, Deploy, Observe at the cardinal points of one circle, four equal-radius arcs clockwise (the ship loop)
  • Fix at the centre with straight chords Score → Fix → Simulate, so the iterate loop cuts through the middle instead of routing around the outside
  • Build feeds in from above as the entry point; the Observe → Simulate arc carries the Replay label
  • Stroke width 1.2, standard block style, kebab-case SVG attributes

Recording

View at /docs/simulation on a local dev server, or open public/images/docs/simulation/agent-development-loop.svg directly.

🤖 Generated with Claude Code

@khushalsonawat khushalsonawat self-assigned this Aug 4, 2026
… loop diagram

Signed-off-by: khushalsonawat <khushalsonawat@gmail.com>
@khushalsonawat
khushalsonawat merged commit 7f2bfd8 into docs/simulation-revamp Aug 4, 2026
1 of 3 checks passed
@khushalsonawat
khushalsonawat deleted the docs/sim-runs branch August 4, 2026 10:06
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