CADRE is a git-aware context management engine that automatically captures project state on every commit and delivers token-budgeted briefings to AI agents through a single `cf_query` tool. It installs a post-commit hook that fingerprints files, indexes exports via SQLite FTS5, and detects drift by comparing stored SHA256 hashes against current state. When you query, it runs BM25 ranking against the component index, applies a configurable token budget (default 8% of context window), and returns a structured markdown briefing with drift warnings when stored context has diverged more than 10% from reality. Reach for this when you're tired of manually updating AGENTS.md after every commit or reconstructing project context at the start of each AI coding session.
claude mcp add --transport stdio vikas9793-context-fabric uvx context-fabric