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

@@ -5,7 +5,7 @@
#+DEPENDS_ON: skill-sub-agent-manager
* Overview
The **Social Consensus Protocol** enables multi-agent negotiation. It provides a Lisp-native implementation of decentralized agreement, allowing federated `org-agent` instances to coordinate on shared resources and conflicting goals.
The *Social Consensus Protocol* enables multi-agent negotiation. It provides a Lisp-native implementation of decentralized agreement, allowing federated `org-agent` instances to coordinate on shared resources and conflicting goals.
* Phase A: Demand (PRD)
:PROPERTIES:
@@ -16,9 +16,9 @@ The **Social Consensus Protocol** enables multi-agent negotiation. It provides a
Enable reliable, cross-instance coordination without a central master.
** 2. User Needs
- **Resource Negotiation:** Agree on which instance should handle a high-compute task.
- **Conflict Resolution:** Settle divergent world-states during swarm execution.
- **Byzantine Fault Tolerance:** Handle disconnected or misbehaving instances gracefully.
- *Resource Negotiation:* Agree on which instance should handle a high-compute task.
- *Conflict Resolution:* Settle divergent world-states during swarm execution.
- *Byzantine Fault Tolerance:* Handle disconnected or misbehaving instances gracefully.
* Phase D: Build (Implementation)