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-scientist skill-shell-actuator
* Overview
The **Self-Fix Agent** is the system's "Repair Mechanism." It takes the failure hypotheses from the **Scientist Agent**, applies surgical code modifications in a sandboxed environment, and merges the fix only after rigorous verification by the **TDD Runner**.
The *Self-Fix Agent* is the system's "Repair Mechanism." It takes the failure hypotheses from the *Scientist Agent*, applies surgical code modifications in a sandboxed environment, and merges the fix only after rigorous verification by the *TDD Runner*.
* Phase A: Demand (PRD)
:PROPERTIES:
@@ -16,10 +16,10 @@ The **Self-Fix Agent** is the system's "Repair Mechanism." It takes the failure
Enable autonomous, verified code correction without human intervention.
** 2. User Needs
- **Surgical Modification:** Apply targeted changes to specific Lisp functions or Org headlines.
- **Sandboxed Verification:** Test every fix in a controlled environment before merging.
- **Rollback Capability:** Use the **Interactive Steering** snapshots to revert if a fix fails.
- **Audit Logging:** Every fix must be documented in `RCA.org`.
- *Surgical Modification:* Apply targeted changes to specific Lisp functions or Org headlines.
- *Sandboxed Verification:* Test every fix in a controlled environment before merging.
- *Rollback Capability:* Use the *Interactive Steering* snapshots to revert if a fix fails.
- *Audit Logging:* Every fix must be documented in `RCA.org`.
* Phase D: Build (Implementation)