chore: mark provider extraction as DONE in GTD

This commit is contained in:
2026-04-08 16:09:00 -04:00
parent ca631d31fc
commit 6ac032f144

View File

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