ALIGN: Completed communication and memory alignment, starting IPFS homoiconic refactor

This commit is contained in:
2026-04-13 14:55:51 -04:00
parent f2ecccab63
commit d1432e4bf0

18
gtd.org
View File

@@ -84,18 +84,18 @@ Slim down the org-agent microharness by moving non-essential cognitive functions
:PROPERTIES: :PROPERTIES:
:ID: impl-peripheral-vision :ID: impl-peripheral-vision
:END: :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] CLOSED: [2026-04-12 Sun 14:45]
:PROPERTIES: :PROPERTIES:
:ID: harness-communication-schema-validation :ID: communication-protocol-schema-validation
:END: :END:
- Created `org-skill-protocol-validator.org`. - 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. - 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] CLOSED: [2026-04-12 Sun 15:15]
:PROPERTIES: :PROPERTIES:
:ID: harness-communication-integrity-hashing :ID: communication-protocol-integrity-hashing
:END: :END:
- Integrated HMAC-SHA256 (`ironclad:make-mac`) in `literate/communication.org`. - Integrated HMAC-SHA256 (`ironclad:make-mac`) in `literate/communication.org`.
**** DONE Implement Native Lisp Merkle-Tree Versioning (Short-term undo buffer in memory.lisp) **** 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] :CREATED: [2026-04-13 Mon 13:30]
:ASSIGNED: Agent :ASSIGNED: Agent
:END: :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`. - [X] Audit boot sequence: Synchronized loader with `org-skill-policy.org`.
- [-] Audit core Perceive-Think-Act loop. - [-] Audit core Perceive-Think-Act loop.
- [X] Verified protocol framing and reader jailing (`*read-eval* nil`). - [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`. - Implemented `bouncer-check` interceptor in `symbolic.lisp`.
- Created `org-skill-bouncer.org` for flight plan serialization. - Created `org-skill-bouncer.org` for flight plan serialization.
- Verified asynchronous Org-native approval loop via `bouncer-tests.lisp`. - 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] CLOSED: [2026-04-11 Sat 15:30]
:PROPERTIES: :PROPERTIES:
:CREATED: [2026-04-01 Wed 17:00] :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 ** Architecture Astronaut Archive
*** TODO Implement Privacy-Aware Background Indexer (Local hashes for @personal, Semantic for others) *** 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 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 Cognitive Loop "Rut" Recovery (Dynamic Escalation in org-skill-lisp-validator)
*** TODO Implement Asynchronous Event Bus for Telemetry (core.lisp) *** TODO Implement Asynchronous Event Bus for Telemetry (core.lisp)
*** TODO Implement Memory Eviction and Lazy Loading (LRU Cache in memory.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. 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 *** 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 *** 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. 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.