chore: unify bold syntax to single asterisk in .org files and update legacy memex-amero references
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#+FILETAGS: :memory:persistence:closos:psf:
|
||||
|
||||
* Overview
|
||||
The **Object Store Persistence** skill ensures that the agent's perceptual memory (the `*object-store*`) is durable. It provides the mechanism to "dump" the in-RAM knowledge graph to a Lisp-native image file and "reload" it upon boot, eliminating the need to re-parse the entire Memex on every restart.
|
||||
The *Object Store Persistence* skill ensures that the agent's perceptual memory (the `*object-store*`) is durable. It provides the mechanism to "dump" the in-RAM knowledge graph to a Lisp-native image file and "reload" it upon boot, eliminating the need to re-parse the entire Memex on every restart.
|
||||
|
||||
* Phase A: Demand (PRD)
|
||||
:PROPERTIES:
|
||||
@@ -15,10 +15,10 @@ The **Object Store Persistence** skill ensures that the agent's perceptual memor
|
||||
Define automated behaviors for knowledge graph serialization and restoration.
|
||||
|
||||
** 2. User Needs
|
||||
- **Instant Recall:** Rapid loading of the Object Store from a persistent image.
|
||||
- **High-Fidelity Serialization:** Recursive dumping of `org-object` structs and their relations.
|
||||
- **Atomic Persistence:** Save the entire graph state to a single `.el` or `.lisp` file.
|
||||
- **Background Synchronization:** Periodically dump the image during heartbeats.
|
||||
- *Instant Recall:* Rapid loading of the Object Store from a persistent image.
|
||||
- *High-Fidelity Serialization:* Recursive dumping of `org-object` structs and their relations.
|
||||
- *Atomic Persistence:* Save the entire graph state to a single `.el` or `.lisp` file.
|
||||
- *Background Synchronization:* Periodically dump the image during heartbeats.
|
||||
|
||||
** 3. Success Criteria
|
||||
*** TODO Image Dump logic verification (File exists and is readable)
|
||||
|
||||
Reference in New Issue
Block a user