Commit Graph

6 Commits

Author SHA1 Message Date
bdee3c75b5 docs: Restore root README and sync org-agent documentation 2026-04-12 16:26:02 -04:00
7cdf76112c docs: Rewrite root README to anchor new architecture and philosophy
- Shift from 'Neurosymbolic' to 'Neuro-Protosymbolic'
- Formalize 'Thin Harness, Fat Skills' paradigm
- Redefine cognitive matrix (Associative/Deliberate, Foreground/Background)
- Clarify Org-mode AST and Sparse Tree advantages over Markdown/JSON
- Outline core skill groups and Lisp Machine endgame
2026-04-12 15:59:07 -04:00
a887011415 chore: Update cognitive architecture naming and sync org-agent submodule
- Updated naming to Associative/Deliberate and Foreground/Background in README.org
- Synchronized completed tasks in gtd.org
- Updated org-agent submodule reference
2026-04-12 14:10:01 -04:00
8ff305d6ac feat(agent): Define session-less cognitive architecture
- **Anatomy (Data Stores):** Defines the three-tiered data model:
  1. Linguistic Substrate (Org files)
  2. Lisp Object Store (Live graph in RAM)
  3. Telemetry Store (External TSDB for sensory data)

- **Psychology (Cognitive Matrix):** Establishes the 2x2 matrix that
  balances Conscious/Subconscious and Neural/Symbolic (System 1/2)
  processing.

- **Physiology (Core Processes):** Outlines the five core processes
  (Perception, Reasoning, Distillation, Reflection, Sensation) that
  bring the architecture to life.

This commit also updates the master GTD with the full engineering
roadmap required to implement this session-less vision, including tasks
for cognitive economics, belief revision, and the Micro-Prolog engine.
2026-04-11 20:14:37 -04:00
a7861cd806 docs: overhaul README.org and remove redundant README.md 2026-04-08 11:37:44 -04:00
b7e082c403 refactor: moved org-agent to its own repository as a submodule 2026-03-27 15:46:53 -04:00