chore: unify bold syntax to single asterisk in .org files and update legacy memex-amero references

This commit is contained in:
2026-04-01 12:37:45 -04:00
parent 78ba3112cb
commit d364f90ff6
102 changed files with 955 additions and 955 deletions

View File

@@ -4,7 +4,7 @@
#+FILETAGS: :platform:kernel:lisp:psf:
* Overview
The **Org-Agent** is the neurosymbolic kernel of the personal operating system. It acts as the "executive soul," using Org-mode as its native memory and Common Lisp as its deterministic reasoning engine. It follows a minimalist microkernel design, extending its capabilities via hot-reloadable skills.
The *Org-Agent* is the neurosymbolic kernel of the personal operating system. It acts as the "executive soul," using Org-mode as its native memory and Common Lisp as its deterministic reasoning engine. It follows a minimalist microkernel design, extending its capabilities via hot-reloadable skills.
* Phase A: Demand (PRD)
:PROPERTIES:
@@ -15,11 +15,11 @@ The **Org-Agent** is the neurosymbolic kernel of the personal operating system.
Define the core functional and security requirements for the neurosymbolic daemon.
** 2. User Needs
- **Homoiconic Memory:** Use Org-mode AST as the primary data structure for both human and machine.
- **Deterministic Reasoning:** Common Lisp (SBCL) for high-performance, threaded symbolic logic.
- **Cognitive Loop:** A strict four-stage pipeline: Perceive -> Think (System 1) -> Decide (System 2) -> Act.
- **Minimalist Core:** The kernel handles only the loop, object-store, and communication; all else is a skill.
- **Security by Default:** Reader safety (*read-eval* disabled) and package-based skill jailing.
- *Homoiconic Memory:* Use Org-mode AST as the primary data structure for both human and machine.
- *Deterministic Reasoning:* Common Lisp (SBCL) for high-performance, threaded symbolic logic.
- *Cognitive Loop:* A strict four-stage pipeline: Perceive -> Think (System 1) -> Decide (System 2) -> Act.
- *Minimalist Core:* The kernel handles only the loop, object-store, and communication; all else is a skill.
- *Security by Default:* Reader safety (*read-eval* disabled) and package-based skill jailing.
** 3. Success Criteria
*** TODO Core Lisp microkernel stability (Heartbeat consistency)