From 6ac032f144dbc73cb67ba4dca05d2a5d9e9857cc Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Wed, 8 Apr 2026 16:09:00 -0400 Subject: [PATCH] chore: mark provider extraction as DONE in GTD --- gtd.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtd.org b/gtd.org index 6b4a8c0..bb9fed2 100644 --- a/gtd.org +++ b/gtd.org @@ -58,7 +58,7 @@ Drafting the automated behaviors for the PSF loop. :END: Slim down the org-agent microkernel by moving non-essential cognitive functions to hot-reloadable user-space skills. -*** TODO Extract LLM Provider Routing to a Skill (neuro.lisp) +*** DONE 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) @@ -73,7 +73,7 @@ Slim down the org-agent microkernel by moving non-essential cognitive functions *** TODO Implement Native Lisp Merkle-Tree Versioning (Short-term undo buffer in object-store.lisp) *** TODO Implement `org-skill-memory-archivist` (Long-term IPFS checkpointing and P2P sync) *** TODO Implement True Lisp Sandboxing (eval-safe mechanism in core and policy in skills) -*** TODO Decouple Vendor Logic from System 1 (Move Google/Anthropic/OpenAI to Skills) +*** DONE Decouple Vendor Logic from System 1 (Move Google/Anthropic/OpenAI to Skills) *** TODO Implement `org-skill-lisp-repair` (Self-correcting syntax gate for System 2) *** TODO Implement `org-skill-formal-verification` (Prove safety of high-impact actions)