os/ — The Intelligence Substrate ("The Arcanum")
Memory pillar for the core engine: local-first state, agent execution patterns, and the data layer.
Functional domain: GoatDB local-first state management, Orderstamp sequencing, and OpenClaw hub-and-spoke execution patterns.
Status:
- GoatDB + Orderstamp — implemented as the runtime state layer (
src/state/). - OpenClaw orchestrator — scaffolded / documented here; it is a separate WebSocket gateway daemon planned for a later phase, not bundled into this site.
This pillar holds architectural notes and agent grounding for the engine. Runtime
code lives in src/ to keep memory isolated from active code.