From 954295c9d5698425c4e74513b850daa6daff27be Mon Sep 17 00:00:00 2001 From: Amr Gharbeia Date: Wed, 8 Apr 2026 15:05:43 -0400 Subject: [PATCH] feat: add Merkle-Tree and IPFS memory tiering tasks to GTD --- gtd.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtd.org b/gtd.org index def4a11..e85cfe5 100644 --- a/gtd.org +++ b/gtd.org @@ -68,6 +68,8 @@ Slim down the org-agent microkernel by moving non-essential cognitive functions *** TODO Implement Cognitive Loop "Rut" Recovery (Dynamic Escalation in org-skill-safety-harness) *** TODO Implement Asynchronous Event Bus for Telemetry (core.lisp) *** TODO Implement Memory Eviction and Lazy Loading (LRU Cache in object-store.lisp) +*** 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) ** NEXT Project: Cognitive Benchmarking (Claw-Code Distillation)