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: :org-mode:ast:homoiconic:psf:
* Overview
This skill defines the **Grammar of the Memex**. It establishes the rules for treating plain text as a structured, hierarchical database. Org-mode is our **Homoiconic Memory**—documentation for humans and AST for the agent.
This skill defines the *Grammar of the Memex*. It establishes the rules for treating plain text as a structured, hierarchical database. Org-mode is our *Homoiconic Memory*—documentation for humans and AST for the agent.
* Phase A: Demand (PRD)
:PROPERTIES:
@@ -15,10 +15,10 @@ This skill defines the **Grammar of the Memex**. It establishes the rules for tr
Define the structural rules and manipulation interfaces for the Org-mode AST.
** 2. User Needs
- **Everything is a Node:** Mandatory headlines, properties, and unique IDs.
- **Literate Programming:** Code must be wrapped in narrative-rich blocks.
- **Naming & Paths:** Strict kebab-case and flat directory structure.
- **Binary Integrity:** Management of attachments via the Attachment Protocol.
- *Everything is a Node:* Mandatory headlines, properties, and unique IDs.
- *Literate Programming:* Code must be wrapped in narrative-rich blocks.
- *Naming & Paths:* Strict kebab-case and flat directory structure.
- *Binary Integrity:* Management of attachments via the Attachment Protocol.
** 3. Success Criteria
*** TODO ID Uniqueness Enforcement