new stuff

This commit is contained in:
deamonkai
2026-02-17 21:28:50 -06:00
parent a2b1600cf7
commit 9ce36d2385
14 changed files with 426 additions and 0 deletions

23
MM/README.md Normal file
View File

@@ -0,0 +1,23 @@
# 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/