From af642b6ec025cbb3be03f245172e47a9624aa441 Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Wed, 8 Apr 2026 15:24:38 -0400 Subject: [PATCH] feat: add Privacy-Aware Indexing and Peripheral Vision extraction to GTD --- gtd.org | 2 ++ 1 file changed, 2 insertions(+) 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)