Framework design upload

This commit is contained in:
deamonkai
2026-02-08 07:53:24 -06:00
commit a59d4b6515
32 changed files with 430 additions and 0 deletions

19
docs/090-roadmap.md Normal file
View File

@@ -0,0 +1,19 @@
# Roadmap (draft)
## v0.1 (contract-first)
- cognition object model (Intent/Constraints/Capability/Event/Result)
- cognitive syscalls/API (daemon IPC initially)
- event provenance model
- FreeBSD mapping notes (jails, Capsicum, kqueue)
- minimal example flows
## v0.2 (prototypes)
- tool broker with capability-scoped execution
- isolation domain prototypes (FreeBSD first)
- audit log implementation (append-only)
## v0.3 (workers)
- pluggable worker interface
- LLM worker as a replaceable component (CPU or remote)
- verifier worker integration