Files
Cognition-OS/MM/README.md
deamonkai 9ce36d2385 new stuff
2026-02-17 21:28:50 -06:00

24 lines
684 B
Markdown

# CognitiveOS Architecture Bundle (Add-ons v2)
Generated: 2026-02-17
Includes RFCs 0007--0012 and a runnable Go supervisor stub
demonstrating: - Deterministic routing - Append-only, hash-chained event
ledger - Guarded emit enforcement (must-delegate invariant)
## Layout
- docs/
- RFC-INDEX.md
- KERNEL-ROADMAP.md
- rfcs/
- RFC-0007-Delegating-Router.md
- RFC-0008-Capability-Guard-Framework.md
- RFC-0009-Event-Ledger-Primitive.md
- RFC-0010-Guarded-Emit-Syscall.md
- RFC-0011-Session-Spawn-Primitive.md
- RFC-0012-Deterministic-Retry-Controller.md
- kernel/
- proto/
- supervisor-go/