Diff: Special One Documentation Gate Workflow
Current: REV-5CE568B5D20B8B73
Previous: REV-2141308FC8CF4068
| REV-2141308FC8CF4068 | REV-5CE568B5D20B8B73 | ||||
|---|---|---|---|---|---|
| 18 | - The current known convention is `CMD-YYYYMMDD-NNN`. | 18 | - The current known convention is `CMD-YYYYMMDD-NNN`. | ||
| 19 | - Do not invent synthetic round numbers. | 19 | - Do not invent synthetic round numbers. | ||
| 20 | - Do not assume identifiers are contiguous. | 20 | - Do not assume identifiers are contiguous. | ||
| t | t | 21 | |||
| 22 | ## Source-run allocation guard | ||||
| 23 | |||||
| 24 | - Before a new Special One round is treated as started, the Coordinator must allocate a fresh source | ||||
| > | -run ID using the current date and the authoritative queue/ledger evidence. | ||||
| 25 | - Inspect the command queue, ledger, and archive for existing IDs before assigning a candidate. | ||||
| 26 | - Allocate the next unused `CMD-YYYYMMDD-NNN` sequence for the current date and register it before w | ||||
| > | orker assignment. | ||||
| 27 | - If the candidate already exists anywhere in authoritative evidence, stop startup and resolve the d | ||||
| > | uplicate before proceeding. | ||||
| 28 | - Do not silently reuse an issued, completed, failed, or historical source-run ID. | ||||
| 21 | 29 | ||||
| 22 | ## Automatic startup gate | 30 | ## Automatic startup gate | ||
| 23 | 31 | ||||