Phase 0
Foundation
Complete
Phase 1
Single Node
In Progress

Phase 0 — Foundation

Protocol specifications, architecture, and design documents. No running code — all decisions made deliberately before a single line of implementation.

✓ Complete
RFC 0000–0013: full protocol RFC suite
12 formal domain specs (DID, capability, mission, federation…)
41 design documents — architecture, economics, philosophy, governance
Philosophy layer: 9 docs covering civilization coordination
SDK stubs: Rust, Python, TypeScript, Go
Mission TOML templates and working examples
Deployment guides: local node, cloud, federation
OCPL v1.1 license + 32 component READMEs
Equivalent to: "OpenKO fully specified on paper."

Phase 1 — Single Node

The okd daemon runs locally. Identity, missions, and treasury work on one machine.

→ In Progress
okd daemon binary (Rust)
ok CLI: status, identity, mission commands
DID wallet: Ed25519 key generation, local storage
Mission CRUD: create, list, get (SQLite)
Audit log: append-only signed events
CapsuleRuntime trait + LocalRuntime (Exosphere seam)
Capability token issuance + evaluation (fail-closed)
Mission state machine: open → active → verification → complete
Contribution submission + peer review flow
Local treasury: pool balances, CU accounting, epochs
Reputation: CU accumulation, aggregate score
Knowledge graph: SQLite FTS5 + content-addressed blobs
Local agent hosting: personal agent capsule, delegation token
DID resolution: local cache + DHT stub
Equivalent to: "OpenKO on one machine."