chore: sync roadmap and kernel evolution design

This commit is contained in:
2026-04-08 21:02:39 -04:00
parent ac621b6581
commit aa652923ac
2 changed files with 5 additions and 1 deletions

View File

@@ -71,6 +71,10 @@ Slim down the org-agent microkernel by moving non-essential cognitive functions
*** TODO Implement Asynchronous Event Bus for Telemetry (core.lisp)
*** TODO Implement Memory Eviction and Lazy Loading (LRU Cache in object-store.lisp)
*** TODO Implement Native Lisp Merkle-Tree Versioning (Short-term undo buffer in object-store.lisp)
*** TODO Performance: Implement Copy-on-Write (CoW) or Persistent Data Structures for Object Store
*** TODO Feature: Implement Latent Reflection (Proactive Gardening) using heartbeat idle cycles
*** TODO Simplification: Refactor Cognitive Loop into a Unified Reactive Signal Pipeline
*** TODO Resilience: Implement Micro-Rollbacks for the Immune System
*** TODO Implement `org-skill-memory-archivist` (Long-term IPFS checkpointing and P2P sync)
*** TODO Implement True Lisp Sandboxing (eval-safe mechanism in core and policy in skills)
*** DONE Decouple Vendor Logic from System 1 (Move Google/Anthropic/OpenAI to Skills)