/** * Mutation canonicals with explicit subprocess JSON parity vs `gsd-tools.cjs` * (see `mutation-subprocess.integration.test.ts` when present). Empty until those * tests land; other mutations rely on `MUTATION_DEFERRED_REASON` in golden-policy. */ export const GOLDEN_MUTATION_SUBPROCESS_COVERED: readonly string[] = [ 'state.update', 'state.patch', 'state.begin-phase', 'state.sync', 'phase.add', 'phase.add-batch', 'phase.insert', 'phases.clear', 'roadmap.update-plan-progress', ];