/audit-approvals — LEGACY ALIAS (Wave 3b-1)
This command is a legacy alias for the audit-router, specifically for approval processes.
Deprecation notice: this command is now an alias. It invokes the
audit-routerwith--domain=approval_processand emits this deprecation notice. Switch to the canonical/audit-routerform at your convenience; the alias ships until the removal window declared indocs/MIGRATION.md(Wave 7).
Canonical form
/audit-router --domain approval_process --audit-scope <org|object:<Name>|process:<Name>> --target-org <alias>
Alias behavior
Running /audit-approvals <args> is equivalent to:
/audit-router --domain approval_process <args>
The approval-specific rule table (broken-reference checks, concurrent-
automation conflicts, stale in-flight detection, migration-fitness
verdicts) is preserved verbatim in
classifiers/approval_process.md.
migrate_to_orchestrator verdicts route to Wave-3a's
/migrate-automation --source-type approval_process.
Why the change
Wave 3b-1 of the redesign consolidated 5 auditors into one router.
See agents/_shared/harnesses/audit_harness/README.md
for the rationale.
See also
/audit-router— canonical router entry pointagents/audit-router/AGENT.md— router contractdocs/MIGRATION.md— removal timeline (authored in Wave 7)