Audit Q3 C adoption's dispatch substrate consistency โ three-way match of ZirOp tag count = per-op file count = 5-axis handler implementation count; `wasm_level` / `wasi_level` metadata consistency; sampling check that build-option DCE works as expected. Fires at periodic audit_scaffolding boundaries and on explicit request (the ยง9.12-B build trigger is now DONE โ the substrate exists, so the check is always live).
Periodic deliberate-skepticism audit against ROADMAP ยง1/ยง2/ยง9/ยง14/ยง15 and recent ADRs. Triggers on opportunistic drift signals from audit_scaffolding ยงJ, or on explicit user request before a significant change. Produces a report under .dev/meta_audits/, may seed ADRs / lessons / rule amendments. User-gated; NOT autonomous-fired (the campaign phase-boundary trigger is retired โ there are no more phases).
Detect staleness, bloat, dead references, duplicated facts, and false-positive triggers across the project's scaffolding (CLAUDE.md, .dev/, .claude/, scripts/). Trigger when scaffolding feels off, after large refactors, after many ROADMAP edits, before release tags, or when the user explicitly asks for a scaffolding audit. Produces a report; does not modify files.
Resume context on zwasm and continue the per-task TDD loop (redโgreenโrefactor). Trigger when the user says ็ถใใฆ, "resume", "pick up where we left off", "/continue", "ๆฌก", "go", or starts a fresh session expecting prior context. Reads .dev/handover.md, orients on the current task, runs tests. MAINTENANCE MODE (post-merge): work on a develop/<slug> feature branch off main and open a PR โ NO autonomous multi-task loop, NO self-re-arm, NO direct push to main. Release/tag stays user-only.
JIT runtime debug toolkit (lldb/ndisasm/strace/SIGSEGV recipes for SEGV / miscompile investigation). Invoke when investigating SEGV, signal 11, exit code 139, mprotect issues, JIT byte stream disassembly, or any runtime crash in zwasm v2 codegen / interpreter.