refactor of repo

This commit is contained in:
deamonkai
2026-02-17 21:33:38 -06:00
parent 9ce36d2385
commit 60b1da0cc2
17 changed files with 28 additions and 23 deletions

View File

@@ -46,3 +46,17 @@ This repository is **pre-implementation**. The initial goal is to stabilize a mi
- provenance event model
- OS mapping notes (FreeBSD first, Linux mapping in parallel)
## CognitiveOS RFCs (Control-Plane / Kernel Primitives)
This repo includes a growing set of RFCs capturing the CognitiveOS design direction:
- RFC Index: `docs/RFC-INDEX.md`
- Kernel Roadmap: `docs/KERNEL-ROADMAP.md`
- RFC documents: `docs/rfcs/`
Key primitives covered so far:
- RFC-0007 Delegating Router (must-delegate invariant)
- RFC-0008 Capability & Guard framework
- RFC-0009 Event Ledger (append-only, hash-chained)
- RFC-0010 Guarded Emit syscall
- RFC-0011 Session Spawn primitive
- RFC-0012 Deterministic Retry controller