Anchor · Open Source · MIT
Continue instead of reconstruct.
Every session starts from scratch. Anchor makes sure your project doesn’t.
The Problem
Projects accumulate knowledge.
AI sessions rarely do.
You’ve built context over dozens of sessions. The next AI session starts from zero.
Anchor gives project knowledge a durable home.
AGENTS.md (typical)
This is a TypeScript monorepo.
We use Prisma for the database.
IMPORTANT: don't touch the auth module.
# Notes from last session — see if still valid
# TODO: clean this up before next sprint
[continues for 200 more lines]
The Framework
Seven contracts.
One responsibility each.
Every kind of project knowledge has one home. Classify what exists. Fill the gaps.
01EntryWho reads what, in what order
02HandoffWhat changed, what's next, what's in flight
03DecisionWhy an architectural choice was made
04SpecWhat a feature must do and how it behaves
05DomainHow this system works — the stable model
06ResearchDiscovered facts from external sources
07ValidationEvidence that something works as claimed
No build step · No tooling dependency · Version-controlled markdown
Get Started
Drop it in. Don’t move files.
01
Classify
Map existing files.
02
Fill gaps
Add what's missing.
03
Reference
One fact. One place.