diff --git a/gtd.org b/gtd.org index e85cfe5..0c0920b 100644 --- a/gtd.org +++ b/gtd.org @@ -61,6 +61,8 @@ 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 Implement `org-skill-peripheral-vision` (Moving embedding logic out of core) +*** TODO Implement Privacy-Aware Background Indexer (Local hashes for @personal, Semantic for others) *** TODO Decouple Transport from Protocol (True Actuator-Agnosticism in protocol.lisp) *** TODO Implement OACP Schema Validation (Prevent reader macro injection in protocol.lisp) *** TODO Implement Pluggable OACP Integrity Hashing (Core interface, Skill-based algorithms)