Skip to content

v2026.07.0 — Reliable skills-first bootstrap

Choose a tag to compare

@ozgurkarahan ozgurkarahan released this 17 Jul 12:54
· 2 commits to master since this release

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 diagramREADME.md now visualizes how knowledge compounds from one coding session into the next.
  • Shared wiki pointersAGENTS.md and .github/copilot-instructions.md direct 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