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: :telemetry:audit:self-improvement:psf:
* Overview
The **Autonomous Performance Auditor** is the system's "Quality Control" agent. It monitors the internal `*skill-telemetry*` registry to identify skills with high failure rates or excessive latency. When a performance threshold is breached, it autonomously triggers the **Scribe-RCA** role to analyze the failure and record it in the Institutional Memory.
The *Autonomous Performance Auditor* is the system's "Quality Control" agent. It monitors the internal `*skill-telemetry*` registry to identify skills with high failure rates or excessive latency. When a performance threshold is breached, it autonomously triggers the *Scribe-RCA* role to analyze the failure and record it in the Institutional Memory.
* Phase A: Demand (PRD)
:PROPERTIES:
@@ -15,10 +15,10 @@ The **Autonomous Performance Auditor** is the system's "Quality Control" agent.
Define automated behaviors for system-wide skill performance monitoring and failure alerting.
** 2. User Needs
- **Continuous Monitoring:** Analyze skill metrics (executions, failures, latency) on every heartbeat.
- **Threshold Alerts:** Detect skills with failure rates exceeding a defined limit (e.g., >20%).
- **Loop Closure:** Autonomously trigger Root Cause Analysis (RCA) for offending skills.
- **Transparency:** Log audit results to the kernel history for user visibility.
- *Continuous Monitoring:* Analyze skill metrics (executions, failures, latency) on every heartbeat.
- *Threshold Alerts:* Detect skills with failure rates exceeding a defined limit (e.g., >20%).
- *Loop Closure:* Autonomously trigger Root Cause Analysis (RCA) for offending skills.
- *Transparency:* Log audit results to the kernel history for user visibility.
** 3. Success Criteria
*** TODO Failure rate calculation logic verification