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: :delivery:actuator:external:psf:
* Overview
The **Org-Native Delivery Agent** is the primary outbound actuator for external messaging. It uses the "Inbox-as-a-Queue" pattern, enqueuing structured Org-mode headlines for external bridges (Signal, Telegram, etc.).
The *Org-Native Delivery Agent* is the primary outbound actuator for external messaging. It uses the "Inbox-as-a-Queue" pattern, enqueuing structured Org-mode headlines for external bridges (Signal, Telegram, etc.).
* Phase A: Demand (PRD)
:PROPERTIES:
@@ -15,9 +15,9 @@ The **Org-Native Delivery Agent** is the primary outbound actuator for external
Define the interfaces for asynchronous external message enqueuing.
** 2. User Needs
- **Asynchronous Dispatch:** Persistence via `delivery.org` file.
- **Multi-Channel Support:** Routing to Signal, Telegram, Discord.
- **Structured Provenance:** Timestamped entries with recipient IDs.
- *Asynchronous Dispatch:* Persistence via `delivery.org` file.
- *Multi-Channel Support:* Routing to Signal, Telegram, Discord.
- *Structured Provenance:* Timestamped entries with recipient IDs.
** 3. Success Criteria
*** TODO Queue Appending Verification