The next agent picks up where the last one left off.
Annotations and rationale live next to the code they govern — not in
chat threads that evaporate. Threads run in parallel, isolated by
worktree. Nothing is re-derived.
Content-addressed with BLAKE3. States can be rebased and collapsed,
never erased — every ID holds across clones, forks, and time. No
disappeared commits. No silent data loss.
Agents attach constraints, invariants, and rationale directly to files
and symbols. The next engineer — or the next agent — inherits the
reasoning, not just the code.
src/auth/handler.rs
Session tokens must never be stored in plain text. All token
persistence flows through the encrypted keyring.
Know exactly who changed what — which human, which model, at what
confidence. Recorded in the object model, not scraped from commit
messages after the fact.
Namespaces, repositories, grants, and agent activity — governed from
a single pane. You set policy once. Inheritance does the rest. No
per-repo configuration, no access drift, no second system.