v2026.07.0 — Reliable skills-first bootstrap
Makes the self-contained bootstrap reliable for no-code, agent-only installation and clarifies how every coding agent connects to the shared memory loop.
Highlights
- Skills install first — the bootstrap creates the 9 Copilot CLI instructions, 9 Claude Code skills, and 9 agent-neutral workflow copies before building wiki content.
- Fail-closed Definition of Done — interrupted runs resume safely, and a wiki-only partial installation cannot report success. Completion requires all 27 skill files with matching bodies.
- Clean-room verified — two independent coding agents completed the bootstrap using only
bootstrap.md; both produced the full wiki, skills, root instructions, and project template. - Karpathy memory-loop diagram —
README.mdnow visualizes how knowledge compounds from one coding session into the next. - Shared wiki pointers —
AGENTS.mdand.github/copilot-instructions.mddirect agents to consult the central wiki before answering from memory.
See CHANGELOG.md for the full list.
Full diff: v2026.05.2...v2026.07.0