diff --git a/gtd.org b/gtd.org index 3fa71e9..b281af4 100644 --- a/gtd.org +++ b/gtd.org @@ -61,6 +61,11 @@ Slim down the org-agent microkernel by moving non-essential cognitive functions *** TODO Extract LLM Provider Routing to a Skill (neuro.lisp) *** TODO Extract Vector Embedding Algorithms to a Skill (embedding.lisp) *** TODO Extract Sparse Tree Context Pruning Strategies to a Skill (context.lisp) +*** TODO Decouple Transport from Protocol (True Actuator-Agnosticism in protocol.lisp) +*** TODO Implement Cognitive Loop "Rut" Recovery (Dynamic Escalation in org-skill-safety-harness) +*** TODO Implement Asynchronous Event Bus for Telemetry (core.lisp) +*** TODO Implement Memory Eviction and Lazy Loading (LRU Cache in object-store.lisp) +*** TODO Implement True Lisp Sandboxing (eval-safe mechanism in core and policy in skills) ** NEXT Project: Cognitive Benchmarking (Claw-Code Distillation) :PROPERTIES: