State sync for
Claude Code
Architecture-aware project state-sync with a context-audit pre-run. It reads where it is running, classifies what actually changed, and writes only the files that need touching, all while managing your token weight.
Disciplined Output
The Sync Pass
In project mode, the write phase is a classifier, not a template. It reads the conversation, git log, git status, and existing state files, then tags every candidate signal by its half-life before writing a single byte.
brain.md is for "now" (the active task), while Typed Memory files (e.g. feedback_, project_) represent "durable truth". Files are only touched if a candidate exists. Writing for the sake of writing is failure.
Token Hygiene
The Pre-Run Audit
Before the sync pass runs, the Context Audit discovers everything your project loads—MCP servers, plugins, hooks, and auto-memory.
It estimates the token weight of every server and classifies each item into a verdict and action tier: auto-safe, recommend, or none. This helps you trim down heavy tools on projects where they aren't earning their context weight.