|
1 | 1 | MODEL: GPT-5.4-codex |
2 | | -REASONING: high |
| 2 | +REASONING: low |
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 B: |
9 | | - - validate boot -> run -> shutdown lifecycle |
10 | | - - validate hot reload / reset flows |
11 | | - - validate error handling paths |
12 | | - - validate long-running stability |
13 | | - |
14 | | -3. Search only where needed to find the existing lifecycle/runtime validation surfaces: |
15 | | - - tests/ |
16 | | - - scripts/ |
17 | | - - launch smoke / runtime smoke helpers |
18 | | - - engine runtime boot/reset/shutdown entry points actually used by samples/games/tools |
19 | | - |
20 | | -4. Implement the minimum validation-backed changes required: |
21 | | - - add/fix focused tests or validation harnesses |
22 | | - - add tiny runtime lifecycle fixes only if required to make validation deterministic |
23 | | - - do not create new features |
24 | | - - do not perform broad repo cleanup |
25 | | - |
26 | | -5. Produce reports: |
27 | | - - docs/dev/reports/BUILD_PR_LEVEL_19_13_RUNTIME_LIFECYCLE_VALIDATION_summary.md |
28 | | - - docs/dev/reports/BUILD_PR_LEVEL_19_13_RUNTIME_LIFECYCLE_VALIDATION_coverage.md |
29 | | - - docs/dev/reports/BUILD_PR_LEVEL_19_13_RUNTIME_LIFECYCLE_VALIDATION_results.md |
30 | | - |
31 | | -6. In the reports, explicitly record: |
32 | | - - which lifecycle paths were exercised |
33 | | - - which commands were run |
34 | | - - pass/fail results |
35 | | - - any remaining bounded caveats |
36 | | - |
37 | | -7. Update the roadmap only for Track B items proven by this PR: |
38 | | - - [x] validate boot -> run -> shutdown lifecycle |
39 | | - - [x] validate hot reload / reset flows |
40 | | - - [x] validate error handling paths |
41 | | - - [x] validate long-running stability |
42 | | - Only set to [x] if actually validated by execution in this PR. |
43 | | - |
44 | | -8. Package the repo-structured ZIP to: |
45 | | - <project folder>/tmp/BUILD_PR_LEVEL_19_13_RUNTIME_LIFECYCLE_VALIDATION.zip |
46 | | - |
47 | | -CONSTRAINTS: |
48 | | -- one PR purpose only |
49 | | -- smallest scoped valid change |
50 | | -- no vague wording |
51 | | -- no repo-wide scanning unless required |
52 | | -- no roadmap-only promotion without executed validation |
| 5 | +1. Inspect npm test vs run-node-tests.mjs |
| 6 | +2. Confirm overlap |
| 7 | +3. Update scripts/docs to use ONLY: |
| 8 | + node ./scripts/run-node-tests.mjs |
| 9 | +4. Remove redundant references to npm test where duplicate |
| 10 | +5. Package ZIP |
0 commit comments