From f90b0bda3083e596b6936dbd5a37953291b65270 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Wed, 8 Apr 2026 14:14:36 -0400 Subject: [PATCH] feat: add core architectural improvements to Sovereign Boundary project in GTD --- gtd.org | 5 +++++ 1 file changed, 5 insertions(+) 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: