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: :knowledge:retrieval:zettelkasten:psf:
* Overview
This skill provides the **Deep Memory** for the agent. it enables **Sparse Tree Perception** over the Zettelkasten, using semantic search and recursive interlinking to maintain high-signal context without token bloat.
This skill provides the *Deep Memory* for the agent. it enables *Sparse Tree Perception* over the Zettelkasten, using semantic search and recursive interlinking to maintain high-signal context without token bloat.
* Phase A: Demand (PRD)
:PROPERTIES:
@@ -15,10 +15,10 @@ This skill provides the **Deep Memory** for the agent. it enables **Sparse Tree
Define the interfaces for knowledge retrieval from the atomic note DAG.
** 2. User Needs
- **Atomicity:** Each note represents exactly one concept.
- **Sparse Tree Perception:** Extract headlines and IDs before deep reading.
- **Recursive Deep-Dive:** Follow internal links to pull related context.
- **Search Efficiency:** Optimized searching via `ripgrep`.
- *Atomicity:* Each note represents exactly one concept.
- *Sparse Tree Perception:* Extract headlines and IDs before deep reading.
- *Recursive Deep-Dive:* Follow internal links to pull related context.
- *Search Efficiency:* Optimized searching via `ripgrep`.
** 3. Success Criteria
*** TODO Concept Discovery