Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docs/audit-panel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Three-auditor panel + fix loop

**Runtime: droid** (+ the `no-mistakes` CLI). Not Command Code.

When auditing a list of checks:

1. **One shared prompt per check** (scope, intent, deliberate decisions, non-goals).
2. **Three seats, concurrent:** buggie · no-mistakes · ponytail ultra
(launch buggie and ponytail via **`droid exec`**; no-mistakes via `no-mistakes axi run`).
Skills may be operator-local; see `auditor-loop/AUDIT_PANEL.md` for the full local protocol.
3. **Synthesize → fix** agreed majors (verify before/after).
4. **Residual re-audit with droid** (same check, residual brief) — not `./auditor-loop/run.sh`.
5. **Repeat triad + droid residual** on the **same** check until no major issues.
6. **Only then** start the next check. Never fan out (N × 3) in one blast.

```text
for each check:
while majors remain:
droid(buggie) + no-mistakes + droid(ponytail ultra) (wait)
fix
droid residual → fix
next check
```

Full protocol: local `auditor-loop/AUDIT_PANEL.md` (often git-excluded).

**no-mistakes** needs a feature branch with real commits ahead of `main`. Same tip as main → skipped steps, not acceptance.
Loading
Loading