sync: auto-sync from GURU-KALI at 2026-05-25 13:52:42

Author: Mike Swanson
Machine: GURU-KALI
Timestamp: 2026-05-25 13:52:42
This commit is contained in:
2026-05-25 13:52:43 -07:00
parent 0d1085b145
commit 072687b29a

View File

@@ -36,6 +36,14 @@ parallel subagents. The build pipeline pass runs sequentially after (it touches
live server state via SSH). Each agent returns structured findings; the coordinator live server state via SSH). Each agent returns structured findings; the coordinator
aggregates and writes the final report. aggregates and writes the final report.
### Model (MANDATORY)
**Always run every audit pass on Opus 4.7.** Spawn each agent with `model: "opus"`
(the `opus` alias resolves to the latest Opus, currently `claude-opus-4-7`). This
overrides the default complexity-based model routing — do NOT downgrade any pass to
Sonnet or Haiku, even the lower-stakes ones (API coverage, TypeScript). The
coordinator orchestration also runs on 4.7.
--- ---
## Phase 0: Context Load (Coordinator Reads These) ## Phase 0: Context Load (Coordinator Reads These)
@@ -366,7 +374,7 @@ Write to: `projects/msp-tools/guru-rmm/reports/YYYY-MM-DD-rmm-audit.md`
```markdown ```markdown
# GuruRMM Audit Report — YYYY-MM-DD # GuruRMM Audit Report — YYYY-MM-DD
**Auditor:** Claude (claude-sonnet-4-6) **Auditor:** Claude (claude-opus-4-7)
**Passes:** API Coverage, UI Gaps, Rust Quality, TypeScript Quality, Data Integrity, Build Pipeline **Passes:** API Coverage, UI Gaps, Rust Quality, TypeScript Quality, Data Integrity, Build Pipeline
**Previous audit:** [link to prior report if one exists, else "First audit"] **Previous audit:** [link to prior report if one exists, else "First audit"]