Files
Rohit Ghumare 912cece726 docs(readme): fix banner overlap, add visual interest to body
Banner: title font shrunk 96px → 68px, viewBox 1200×360 → 1280×420 with
title in left column (x=56) and isometric stack in right column (x=820).
Stack labels moved out of the polygon faces (where they collided with
the next layer's edge) into a right-side text column with dashed leader
lines, Hollick style. Phase numbers in muted secondary row beneath each
label.

README body: drops the plain horizontal rules between major sections in
favor of ASCII rule code blocks (░░░▒▒▒…), matching the site's
section-divider treatment. Adds two mermaid diagrams that GitHub renders
natively:

  1. Curriculum dependency graph — shows how phases stack and branch,
     so readers can pick a starting point without scrolling all 416
     lesson rows.
  2. Lesson six-beat flow — motto → problem → concept → build → use →
     ship, the spine of every lesson.

Adds a "What you'll build" sample lesson preview before the Contents
heading: shows the agent-loop lesson's actual code (~10 lines) alongside
the SKILL.md and prompt artifacts the lesson produces, so a first-time
reader can see what comes out of one lesson before committing to all 280+.

Parser-safe: node site/build.js diff is timestamp-only.
2026-05-09 14:58:46 +01:00

5.3 KiB