Teach your agent
AGENTS.md and CLAUDE.md into your repo. From now on, any coding agent that opens the repo knows the loop: pull team context before editing, persist what it learns after.Go code
Work as you normally would. Your agent pulls context before it touches an area, and saves new gotchas and decisions as it learns them. Come back to your dashboard and watch your first memory show up.
The whole loop, in one prompt
Prefer not to install the skill, or want to drop the behavior into any agent directly? This is all it needs:Going deeper
You don’t need any of this to start. Reach for it once you have a few topics and want more out of them:- The Driftless loop: the whole model, Knowledge, Operations, and Work, and the loop between them.
- Topics: the content, anchors, and fields each one carries.
- Drift & freshness: how a topic flags itself when its code moves underneath it.
- The CLI: anchoring topics to files, file-matched retrieval, relations.
- Agent setup in depth: wiring Driftless into specific coding agents.
