Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Decision Log (ADRs)

Architecture decisions live as ADRs in docs/adr/ in the repository. Index with one-line outcomes:

ADRDecision
grant-token-migration.mdAdopt Schubert 0.4 GrantTokens (multi-capability, partition-signed) as the sole bearer format; delete the duplicated wire codec; admin via geometry (point class), not string equality
token-revocation.mdStore-backed SHA-256 bearer-hash revocation list (no raw bearers at rest); checked after signature verification; expires are upstream (Schubert 0.5) — revocation and expiry are complementary
namespace-membership.mdShared namespaces are membership-gated in the store (not policy TOML) — runtime-mutable, auditable, effective against already-issued grants; promotion targets gated too
schubert-0.5-adoption.mdFull 0.5 adoption in the zero-re-mint window: signed expiry (--expires-in), policy-constrained issuance (principals-only overlay files, fails closed), instance-side revocation kept as defense-in-depth while CRDT tombstones wait for 0.3 satellites
provenance-tier-model.mdMemorySource trust grades map to Schubert codimensions; trust transitions are capabilities; imports land AutoCapture
miner-architecture.mdTwo-tier extraction (deterministic rules + optional LLM via proserpina-agent); confidence-routed to auto-file or review queue
compaction-recovery.mdSession compaction keeps recoverable turn history for re-mining
federation-control-api.md/federation/* control scaffold with instance identity (IJIMA_INSTANCE_*); boundary enforcement staged for 0.3

Standing decisions recorded elsewhere

  • Thin clients in 0.2.0, satellites in 0.3 — all workstations point at the central instance; local instances with checkpoint sync are the next design (docs/plans/).
  • Membership-in-store over policy-TOML grants for shared namespaces — mutable at runtime without redeploying.
  • Config precedence defaults < file < env < CLI, and an explicit $IJIMA_CONFIG pointing at a missing/malformed file is a hard error.
  • Announcements stay manual — the reusable auto-announce workflow will be proven on another project first.