@@ -18,11 +18,11 @@ import { recordRuntimeDaemonMechanicsViolations } from './record-runtime-mechani
1818 * every row, and `cutoverRowDefects` rejects a row that leaves its claims unstated.
1919 *
2020 * Rule ids are per row: the layering report groups violations under R22 appstate, R20 boot,
21- * R21 apps, R17 devices, R14 logs, R15 network, R16 record, R24 open, R25 prepare, R26 close,
22- * R27 runtime.
21+ * R21 apps, R17 devices, R14 logs, R15 network, R16 record, R28 open, R29 prepare, R30 close,
22+ * R31 runtime.
2323 *
2424 * A row id is a report heading, so it must be unique across every stack that adds rows here.
25- * `cutoverTableDefects` rejects a duplicate; this unit deliberately starts at R24 so it cannot
25+ * `cutoverTableDefects` rejects a duplicate; this unit deliberately starts at R28 so it cannot
2626 * collide with the accepted catalog or with the sibling install stack's R18/R20-R23 claims.
2727 */
2828export const MIGRATED_COMMAND_CUTOVERS : readonly MigratedCommandCutover [ ] = [
@@ -244,7 +244,7 @@ export const MIGRATED_COMMAND_CUTOVERS: readonly MigratedCommandCutover[] = [
244244 lifecycleProof : recordDaemonMechanicsProof ,
245245 } ,
246246 {
247- rule : 'R24 open-runtime-cutover' ,
247+ rule : 'R28 open-runtime-cutover' ,
248248 command : 'open' ,
249249 subject : 'application opening' ,
250250 tier : 'durable-resource' ,
@@ -268,7 +268,7 @@ export const MIGRATED_COMMAND_CUTOVERS: readonly MigratedCommandCutover[] = [
268268 lifecycleProof : applicationLifecycleDurableResourceViolations ,
269269 } ,
270270 {
271- rule : 'R25 prepare-runtime-cutover' ,
271+ rule : 'R29 prepare-runtime-cutover' ,
272272 command : 'prepare' ,
273273 subject : 'Apple runner preparation' ,
274274 tier : 'durable-resource' ,
@@ -283,7 +283,7 @@ export const MIGRATED_COMMAND_CUTOVERS: readonly MigratedCommandCutover[] = [
283283 lifecycleProof : applicationLifecycleDurableResourceViolations ,
284284 } ,
285285 {
286- rule : 'R26 close-runtime-cutover' ,
286+ rule : 'R30 close-runtime-cutover' ,
287287 command : 'close' ,
288288 subject : 'application closing' ,
289289 tier : 'durable-resource' ,
@@ -299,7 +299,7 @@ export const MIGRATED_COMMAND_CUTOVERS: readonly MigratedCommandCutover[] = [
299299 lifecycleProof : applicationLifecycleDurableResourceViolations ,
300300 } ,
301301 {
302- rule : 'R27 runtime-runtime-cutover' ,
302+ rule : 'R31 runtime-runtime-cutover' ,
303303 command : 'runtime' ,
304304 subject : 'runtime hints and provider port reverse' ,
305305 tier : 'durable-resource' ,
0 commit comments