|
1 | 1 | MODEL: GPT-5.3-codex |
2 | 2 | REASONING: high |
3 | 3 |
|
4 | | -Execute BUILD_PR_LEVEL_19_20_TOOLCHAIN_ROADMAP_GUARD_ENFORCEMENT as a docs-first enforcement PR. |
5 | | - |
6 | | -Required behavior: |
7 | | -1. Do not create implementation code, tests, or scripts for ChatGPT output. |
8 | | -2. Do not replace or truncate docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md. |
9 | | -3. If this PR requires a roadmap update, modify the existing roadmap file in place using status-only transitions: |
10 | | - - [ ] -> [.] |
11 | | - - [.] -> [x] |
12 | | -4. Do not rewrite, delete, shorten, or paraphrase existing roadmap text. |
13 | | -5. Produce validation reports under docs/dev/reports. |
14 | | -6. Package the final Codex output ZIP under <project folder>/tmp/BUILD_PR_LEVEL_19_20_TOOLCHAIN_ROADMAP_GUARD_ENFORCEMENT.zip. |
| 4 | +Execute BUILD_PR_LEVEL_19_21_PROJECT_INSTRUCTIONS_ROADMAP_GUARD_EMBED: |
| 5 | + |
| 6 | +1. Open PROJECT_INSTRUCTIONS.md |
| 7 | +2. Append the following section EXACTLY (no edits): |
| 8 | + |
| 9 | +# BUILD_PR_LEVEL_19_20_TOOLCHAIN_ROADMAP_GUARD_ENFORCEMENT |
| 10 | + |
| 11 | +## Purpose |
| 12 | +Enforce the master roadmap guard for future Codex executions during the Phase 19 closeout lane. |
| 13 | + |
| 14 | +## Mandatory Roadmap Rules |
| 15 | +- never delete roadmap content |
| 16 | +- never rewrite existing roadmap text |
| 17 | +- only append new roadmap content when explicitly required by the PR |
| 18 | +- only update status markers using: |
| 19 | + - [ ] -> [.] |
| 20 | + - [.] -> [x] |
| 21 | + |
| 22 | +## Scope |
| 23 | +- docs-first enforcement only |
| 24 | +- no implementation code |
| 25 | +- no tests |
| 26 | +- no scripts |
| 27 | +- no roadmap rewrite |
| 28 | +- no roadmap replacement file in this bundle |
| 29 | + |
| 30 | +## Codex Responsibilities |
| 31 | +- validate any roadmap touch against the guard rules above |
| 32 | +- reject edits that delete, shorten, paraphrase, reflow, or otherwise rewrite existing roadmap text |
| 33 | +- if roadmap status must change for this PR, edit the existing repo roadmap in place with status-only transitions |
| 34 | +- if no roadmap status change is execution-backed, leave roadmap content untouched |
| 35 | +- place validation findings in docs/dev/reports |
| 36 | + |
| 37 | +## Acceptance |
| 38 | +- no roadmap text deletion |
| 39 | +- no roadmap text rewrite |
| 40 | +- any roadmap update is status-only unless explicit additive content is required by the PR |
| 41 | +- bundle remains docs-only |
| 42 | + |
| 43 | +3. Do not alter any existing lines in the file |
| 44 | +4. Do not remove or compress content |
| 45 | +5. Save file in place |
| 46 | +6. Produce validation report confirming: |
| 47 | + - file length increased |
| 48 | + - no deletions occurred |
0 commit comments