/audit-validation-rules — LEGACY ALIAS (Wave 3b-1)

Legacy alias for audit validation rules, now deprecated in favor of the audit router.

Deprecation notice: this command is now an alias. It invokes the audit-router with --domain=validation_rule and emits this deprecation notice. Switch to the canonical /audit-router form at your convenience; the alias ships until the removal window declared in docs/MIGRATION.md (Wave 7).

Canonical form

/audit-router --domain validation_rule --object <ApiName> --target-org <alias>

Alias behavior

Running /audit-validation-rules <args> is equivalent to:

/audit-router --domain validation_rule <args>

The VR-specific rule table (bypass contract, Wrong-Tool classification, record-type relevance gate, VR ↔ flow conflicts, message quality) is preserved verbatim in classifiers/validation_rule.md.

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