V0.1 — Domain 1
Domain 1 (Agentic Architecture & Orchestration) established the lesson template every later domain reuses, and forced three real architecture calls on the project itself: the original MDX content plan turned out to be the wrong fit once the lesson template's blocks were actually written (see ADR-0002); progress tracking first shipped via localStorage instead of waiting on a database and auth provider (ADR-0003); and that decision was then reversed to store nothing about a learner at all — progress is now purely session-live, resetting on reload (ADR-0004). All three changed after starting to build, not before.