ALIGN: Workspace-wide rename of Memory and final terminology sync

This commit is contained in:
2026-04-13 14:29:15 -04:00
parent eee1925032
commit f2ecccab63
3 changed files with 8 additions and 8 deletions

12
gtd.org
View File

@@ -44,7 +44,7 @@ Org-agent: A Neurosymbolic AI Agent.
:CREATED: [2026-03-22 Sun 17:30] :CREATED: [2026-03-22 Sun 17:30]
:ASSIGNED: Agent :ASSIGNED: Agent
:END: :END:
**** DONE Design Deterministic Engine Heuristics (Lisp logic over Object Store) **** DONE Design Deterministic Engine Heuristics (Lisp logic over Memory)
:PROPERTIES: :PROPERTIES:
:CREATED: [2026-03-22 Sun 17:30] :CREATED: [2026-03-22 Sun 17:30]
:END: :END:
@@ -98,9 +98,9 @@ Slim down the org-agent microharness by moving non-essential cognitive functions
:ID: harness-communication-integrity-hashing :ID: harness-communication-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 object-store.lisp) **** DONE Implement Native Lisp Merkle-Tree Versioning (Short-term undo buffer in memory.lisp)
CLOSED: [2026-04-12 Sun 19:15] CLOSED: [2026-04-12 Sun 19:15]
**** DONE Performance: Implement Copy-on-Write (CoW) or Persistent Data Structures for Object Store **** DONE Performance: Implement Copy-on-Write (CoW) or Persistent Data Structures for Memory
CLOSED: [2026-04-12 Sun 19:15] CLOSED: [2026-04-12 Sun 19:15]
**** DONE Feature: Implement Latent Reflection (Proactive Gardening) using heartbeat idle cycles **** DONE Feature: Implement Latent Reflection (Proactive Gardening) using heartbeat idle cycles
CLOSED: [2026-04-12 Sun 19:15] CLOSED: [2026-04-12 Sun 19:15]
@@ -189,7 +189,7 @@ Slim down the org-agent microharness by moving non-essential cognitive functions
:CREATED: [2026-04-01 Wed 17:00] :CREATED: [2026-04-01 Wed 17:00]
:END: :END:
- Integrated with Org-mode state transitions (`PLAN` -> `APPROVED`). - Integrated with Org-mode state transitions (`PLAN` -> `APPROVED`).
- Leveraged Object Store event bus for asynchronous re-injection. - Leveraged Memory event bus for asynchronous re-injection.
**** DONE Refactor Architecture Terminology (Associative -> Probabilistic, Deliberate -> Deterministic) **** DONE Refactor Architecture Terminology (Associative -> Probabilistic, Deliberate -> Deterministic)
CLOSED: [2026-04-12 Sun 21:00] CLOSED: [2026-04-12 Sun 21:00]
@@ -1041,12 +1041,12 @@ A modular manual of different areas to go with different activities. Fits in the
*** TODO Implement Harness Communication Backpressure Handling (Queue bounds and BUSY frames in communication.lisp) *** TODO Implement Harness Communication 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 object-store.lisp) *** TODO Implement Memory Eviction and Lazy Loading (LRU Cache in memory.lisp)
*** TODO Implement Two-Speed Reflection (Immediate :post-action + Latent Heartbeat) *** TODO Implement Two-Speed Reflection (Immediate :post-action + Latent Heartbeat)
*** TODO Implement Context-Aware Routing (Autonomous Foveal Switching on intent shift) *** TODO Implement Context-Aware Routing (Autonomous Foveal Switching on intent shift)
*** TODO Implement Intent-Shift Detector (Semantic topic-shift flagging in neuro.lisp) *** TODO Implement Intent-Shift Detector (Semantic topic-shift flagging in neuro.lisp)
*** TODO Implement Cognitive Economics (Dynamic LLM routing based on 2x2 matrix complexity) *** TODO Implement Cognitive Economics (Dynamic LLM routing based on 2x2 matrix complexity)
*** TODO Implement Micro-Prolog Logic Engine (Lisp-native unification & pattern matching for Object Store) *** TODO Implement Micro-Prolog Logic Engine (Lisp-native unification & pattern matching for Memory)
*** TODO Implement Sovereign Logic Synthesis (Hybrid SubSys2: Neural pattern detection + Symbolic rule generation) *** TODO Implement Sovereign Logic Synthesis (Hybrid SubSys2: Neural pattern detection + Symbolic rule generation)
*** TODO Implement Continuous Vibe (Sentiment-weighted personality in system-prompt) *** TODO Implement Continuous Vibe (Sentiment-weighted personality in system-prompt)
*** TODO Implement Search-Before-Think Bridge (Autonomous target-id population via vector search in perceive-gate) *** TODO Implement Search-Before-Think Bridge (Autonomous target-id population via vector search in perceive-gate)