diff --git a/gtd.org b/gtd.org index 63cb76e..0ec769f 100644 --- a/gtd.org +++ b/gtd.org @@ -84,18 +84,18 @@ Slim down the org-agent microharness by moving non-essential cognitive functions :PROPERTIES: :ID: impl-peripheral-vision :END: -**** DONE Implement Harness Communication Schema Validation (Prevent reader macro injection in communication.lisp) +**** DONE Implement communication protocol Schema Validation (Prevent reader macro injection in communication.lisp) CLOSED: [2026-04-12 Sun 14:45] :PROPERTIES: - :ID: harness-communication-schema-validation + :ID: communication-protocol-schema-validation :END: - Created `org-skill-protocol-validator.org`. - - Integrated `validate-harness-communication-schema` into `communication.org`. + - Integrated `validate-communication-protocol-schema` into `communication.org`. - Added `protocol-validator.lisp` to system definition. -**** DONE Implement Pluggable Harness Communication Integrity Hashing (Core interface, Skill-based algorithms) +**** DONE Implement Pluggable communication protocol Integrity Hashing (Core interface, Skill-based algorithms) CLOSED: [2026-04-12 Sun 15:15] :PROPERTIES: - :ID: harness-communication-integrity-hashing + :ID: communication-protocol-integrity-hashing :END: - Integrated HMAC-SHA256 (`ironclad:make-mac`) in `literate/communication.org`. **** DONE Implement Native Lisp Merkle-Tree Versioning (Short-term undo buffer in memory.lisp) @@ -139,7 +139,7 @@ Slim down the org-agent microharness by moving non-essential cognitive functions :CREATED: [2026-04-13 Mon 13:30] :ASSIGNED: Agent :END: - - [X] Audit terminology: Replaced OACP with "Harness Communication" workspace-wide. + - [X] Audit terminology: Replaced OACP with "communication protocol" workspace-wide. - [X] Audit boot sequence: Synchronized loader with `org-skill-policy.org`. - [-] Audit core Perceive-Think-Act loop. - [X] Verified protocol framing and reader jailing (`*read-eval* nil`). @@ -183,7 +183,7 @@ Slim down the org-agent microharness by moving non-essential cognitive functions - Implemented `bouncer-check` interceptor in `symbolic.lisp`. - Created `org-skill-bouncer.org` for flight plan serialization. - Verified asynchronous Org-native approval loop via `bouncer-tests.lisp`. -**** DONE Implement Authorization Gate (Harness Communication) for "Planning Mode" +**** DONE Implement Authorization Gate (communication protocol) for "Planning Mode" CLOSED: [2026-04-11 Sat 15:30] :PROPERTIES: :CREATED: [2026-04-01 Wed 17:00] @@ -1038,7 +1038,7 @@ A modular manual of different areas to go with different activities. Fits in the ** Architecture Astronaut Archive *** TODO Implement Privacy-Aware Background Indexer (Local hashes for @personal, Semantic for others) *** TODO Decouple Transport from Protocol (True Actuator-Agnosticism in communication.lisp) -*** TODO Implement Harness Communication Backpressure Handling (Queue bounds and BUSY frames in communication.lisp) +*** TODO Implement communication protocol Backpressure Handling (Queue bounds and BUSY frames in communication.lisp) *** TODO Implement Cognitive Loop "Rut" Recovery (Dynamic Escalation in org-skill-lisp-validator) *** TODO Implement Asynchronous Event Bus for Telemetry (core.lisp) *** TODO Implement Memory Eviction and Lazy Loading (LRU Cache in memory.lisp) @@ -1089,7 +1089,7 @@ The "Endgame": Hardware-native Lisp machine implementation. The endgame of the Lisp Machine Mandate. Eliminate context-switching by unifying the browser, the agent, and the editor into a single Common Lisp image. *** TODO [Grail 1] Emacs xwidget-webkit integration -Embed a full WebKit engine inside an Emacs buffer. Allow the agent to interact with the live DOM via the Harness Communication socket. +Embed a full WebKit engine inside an Emacs buffer. Allow the agent to interact with the live DOM via the communication protocol socket. *** TODO [Grail 2] Lisp-native Agentic Browser Build a 'Neural Browser' in CL. Instead of HTML, it renders websites as a navigable Org-mode DAG. Mark headlines TODO to trigger clicks/fills.