|
1 | | -MODEL: GPT-5.4-codex |
| 1 | +MODEL: GPT-5.4 |
2 | 2 | REASONING: high |
3 | 3 |
|
4 | 4 | COMMAND: |
5 | | -1. Open the roadmap at: |
6 | | - docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md |
7 | | - |
8 | | -2. Execute the smallest real PR needed to complete Level 19 Track D: |
9 | | - - ensure all systems expose debug data |
10 | | - |
11 | | -3. Search only where needed: |
12 | | - - existing debug providers |
13 | | - - debug panels / registries |
14 | | - - rendering/input/physics/state/replay/networking runtime data surfaces |
15 | | - - focused tests validating debug exposure |
16 | | - |
17 | | -4. Verify debug-data exposure for: |
18 | | - - rendering |
19 | | - - input |
20 | | - - physics |
21 | | - - state/replay |
22 | | - - networking |
23 | | - |
24 | | -5. If any target system is missing exposure, apply the smallest valid fix: |
25 | | - - add minimal provider output or wiring |
26 | | - - add/update focused tests proving the data reaches the existing debug surface |
27 | | - - do not add new features or broad UX changes |
28 | | - |
29 | | -6. Run validation using the deduplicated command set: |
30 | | - - node ./scripts/run-node-tests.mjs |
31 | | - - npm run test:launch-smoke only if needed for runtime/debug coverage |
32 | | - |
33 | | -7. Produce reports: |
34 | | - - docs/dev/reports/BUILD_PR_LEVEL_19_15_DEBUG_OBSERVABILITY_VALIDATION_summary.md |
35 | | - - docs/dev/reports/BUILD_PR_LEVEL_19_15_DEBUG_OBSERVABILITY_VALIDATION_coverage.md |
36 | | - - docs/dev/reports/BUILD_PR_LEVEL_19_15_DEBUG_OBSERVABILITY_VALIDATION_results.md |
37 | | - |
38 | | -8. In the reports, record: |
39 | | - - which systems were checked |
40 | | - - what debug data each system exposes |
41 | | - - files changed |
42 | | - - commands run |
43 | | - - pass/fail results |
44 | | - - any bounded caveats |
45 | | - |
46 | | -9. Update the roadmap only if this PR proves the remaining Track D item: |
47 | | - - [x] ensure all systems expose debug data |
48 | | - |
49 | | -10. Package the repo-structured ZIP to: |
50 | | - <project folder>/tmp/BUILD_PR_LEVEL_19_15_DEBUG_OBSERVABILITY_VALIDATION.zip |
51 | | - |
52 | | -CONSTRAINTS: |
53 | | -- one PR purpose only |
54 | | -- smallest scoped valid change |
55 | | -- no vague wording |
56 | | -- no repo-wide scanning unless required |
57 | | -- do not run both npm test and node ./scripts/run-node-tests.mjs when they cover the same suite |
58 | | -- no roadmap-only promotion without executed validation |
| 5 | +Create BUILD_PR_LEVEL_19_16_TOOLCHAIN_ENGINE_INTEGRATION_VALIDATION as a narrow, execution-backed PR bundle. |
| 6 | + |
| 7 | +Constraints: |
| 8 | +- You, Codex, must perform all code, test, and script work required for this PR. |
| 9 | +- Do not rely on ChatGPT-authored implementation, tests, or scripts. |
| 10 | +- Keep this PR focused only on Phase 19 Track E toolchain validation. |
| 11 | +- No broad repo scans unless required by the scoped validation lane. |
| 12 | +- Preserve engine/shared/game/tool boundaries. |
| 13 | +- Update roadmap status only if backed by successful execution and validation. |
| 14 | +- Package the final repo-structured ZIP to: |
| 15 | + <project folder>/tmp/BUILD_PR_LEVEL_19_16_TOOLCHAIN_ENGINE_INTEGRATION_VALIDATION.zip |
| 16 | + |
| 17 | +Required outputs inside your final ZIP: |
| 18 | +- docs/pr/BUILD_PR_LEVEL_19_16_TOOLCHAIN_ENGINE_INTEGRATION_VALIDATION.md |
| 19 | +- docs/dev/codex_commands.md |
| 20 | +- docs/dev/commit_comment.txt |
| 21 | +- docs/dev/reports/change_summary.txt |
| 22 | +- docs/dev/reports/validation_checklist.txt |
| 23 | +- docs/dev/reports/file_tree.txt |
| 24 | +- any implementation/tests/scripts you create |
| 25 | +- roadmap status update only if execution-backed |
0 commit comments