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: :tdd:ci:verification:safety:psf:
* Overview
The **Automated TDD Runner** provides the system with Continuous Integration (CI) capabilities. It monitors active project directories and autonomously executes test suites whenever a file change is detected, ensuring that the kernel remains in a "Green" (verified) state.
The *Automated TDD Runner* provides the system with Continuous Integration (CI) capabilities. It monitors active project directories and autonomously executes test suites whenever a file change is detected, ensuring that the kernel remains in a "Green" (verified) state.
* Phase A: Demand (PRD)
:PROPERTIES:
@@ -15,10 +15,10 @@ The **Automated TDD Runner** provides the system with Continuous Integration (CI
Define automated behaviors for background test execution and regression alerting.
** 2. User Needs
- **Background Execution:** Run `FiveAM` (Lisp) or `pytest` (Python) suites without user intervention.
- **Trigger on Perception:** Execute tests whenever a `:buffer-update` or `:file-saved` event occurs.
- **Immediate Alerting:** Inject a high-priority `:EVENT` into the kernel if a test fails.
- **System Locking:** Option to prevent further actions if the project is in a "RED" (failing) state.
- *Background Execution:* Run `FiveAM` (Lisp) or `pytest` (Python) suites without user intervention.
- *Trigger on Perception:* Execute tests whenever a `:buffer-update` or `:file-saved` event occurs.
- *Immediate Alerting:* Inject a high-priority `:EVENT` into the kernel if a test fails.
- *System Locking:* Option to prevent further actions if the project is in a "RED" (failing) state.
** 3. Success Criteria
*** TODO Automatic test suite discovery logic verification