Release Notes
What shipped to users.
This page is the public source of truth for Anchor Runtime releases. Install from npm; read what changed here. Internal engineering release records are not the product changelog.
0.1.2 · 2026-08-04
Onboarding recovery and decision capability
Why it matters. Init now routes adopters to Connect; decision@1 / record_adr supports recording an ADR as first coordination.
Highlights
- anchor init stdout: project ready → Connect your AI host → try-anchor Getting Started
- Capability decision@1 with MCP alias record_adr
- Docs spine: Getting Started → Connect → Verify → Complete Your First Coordination
- Does not close ADR-007 acceptance — messaging and architecture remain separate
0.1.1 · 2026-07-23
npm README link fix
Why it matters. npm README no longer 404s when readers follow documentation links.
Highlights
- Replaced broken relative links with absolute product-docs URLs
- Contributor-only paths described without registry 404s
0.1.0 · 2026-07-22
First public npm distribution
Why it matters. Anchor became installable through npm — primary onboarding shifted from cloning a repository to installing a runtime.
Highlights
- Published @jon4ohio/anchor-runtime to the public npm registry
- anchor init and public install path
- Bundled methodology for Orientation, Continuity, and Review (orientation@1, continuity@1, review@1)
- Public product onboarding via the Anchor website and documentation