feat: add Privacy-Aware Indexing and Peripheral Vision extraction to GTD

This commit is contained in:
2026-04-08 15:24:38 -04:00
parent 954295c9d5
commit af642b6ec0

View File

@@ -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)