Agentic Context Framework – The missing context layer
AGENTS.md with retrieval discipline — Cursor rules and Continue.dev already provide similar context.
Multi-agent repo boilerplate generator. One command to make any repo ready for Claude Code, Gemini CLI, Cursor, Codex, GitHub Copilot, and Google Antigravity — each gets the same conventions and the same workflow skills in its own native format.
AGENTS.md with retrieval discipline — Cursor rules and Continue.dev already provide similar context.
Structured decision records beat static .cursorrules files for maintaining team consistency.
The repo treats memory and identity as first-class, using SOUL.md/AGENTS.md/MEMORY.md plus per-day markdown logs so an agent can literally "read yesterday" before answering — a clear, human-readable model that avoids opaque vector stores. Useful CLI commands (init, doctor, grow, reflect) show the author thought about ergonomics and maintenance, but integration with LLM runtimes and evaluative evidence for the approach are light, so it's a pragmatic, opinionated toolkit rather than a breakthrough platform.
Agents manage their own context window through a transparent local proxy.
Enforces repo conventions deterministically when AGENTS.md files fail.
Auto-discovers repeated agent instructions from session history, then PRS them.