Terminal-first AST dependency graph and session memory engine for AI coding agents
SBO3L Phase 3.1: on-chain audit-chain anchoring — periodically publish audit-root digests to AnchorRegistry contracts on Ethereum / Optimism / Base / Polygon for tamper-evident verification.
SBO3L CLI binary: validate, decide, sign, audit, passport run/verify/explain, doctor.
SBO3L core: protocol types, request hashing, error model, signed receipts.
SBO3L execution: sponsor adapters (KeeperHub, Uniswap) wrapping the GuardedExecutor trait.
SBO3L identity: ENS-backed agent identity resolution (offline fixture + live RPC).
SBO3L MCP — stdio JSON-RPC server wrapping SBO3L primitives (validate_aprp, decide, run_guarded_execution, verify_capsule, audit_lookup, explain_denial).
SBO3L policy engine: YAML/JSON policy parsing + rule evaluation + persistent budget tracking.
SBO3L HTTP daemon: POST /v1/payment-requests pipeline (auth, idempotency, policy, budget, audit, signed receipt).
SBO3L storage: SQLite persistence + hash-chained audit log.
Claw VCS: intent-native, agent-native version control.
Core object types and Claw Object Format encoding for Claw VCS.