|
1 | 1 | MODEL: GPT-5.4-codex |
2 | | -REASONING: medium |
| 2 | +REASONING: low |
3 | 3 |
|
4 | 4 | COMMAND: |
5 | | -1. Open `docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md` in the repo. If it does not exist, create it from the provided master roadmap content for this PR only. |
6 | | -2. In `## 19. Architecture Maturity & Long-Term Stability` under `### Track C — Performance & Scaling`, change only: |
7 | | - - `[ ] validate large scene performance` -> `[.] validate large scene performance` |
8 | | - - `[ ] validate stress scenarios (1k+ entities)` -> `[.] validate stress scenarios (1k+ entities)` |
9 | | - - `[ ] validate memory stability` -> `[.] validate memory stability` |
10 | | - - `[ ] identify bottlenecks` -> `[.] identify bottlenecks` |
11 | | -3. Do not change any other roadmap text. |
12 | | -4. Create/update: |
13 | | - - `docs/dev/reports/BUILD_PR_LEVEL_19_4_PERFORMANCE_SCALING_ROADMAP_PROMOTION_summary.md` |
14 | | - - `docs/dev/reports/BUILD_PR_LEVEL_19_4_PERFORMANCE_SCALING_ROADMAP_PROMOTION_validation_blockers.md` |
15 | | -5. In the summary report, cite the existing evidence from `BUILD_PR_LEVEL_19_3_PERFORMANCE_SCALING_VALIDATION`: |
16 | | - - asteroids_1000_entities_balanced passed |
17 | | - - asteroids_2000_entities_collision_heavy passed |
18 | | - - gravitywell_5000_beacon_scan passed |
19 | | - - bottlenecks identified for collision loops and beacon distance checks |
20 | | -6. In the validation blockers report, record exactly: |
21 | | - - `npm test` failed at pretest `tools/dev/checkSharedExtractionGuard.mjs` with `baseline_unexpected=288` |
22 | | - - `node ./scripts/run-node-tests.mjs` failed at `tests/samples/SamplesProgramCombinedPass.test.mjs` because expectations stop at `phase-15` while runtime includes `phase-16` through `phase-19` |
23 | | - - `npm run test:launch-smoke` passed |
24 | | -7. Package the repo-structured ZIP to: |
25 | | - - `<project folder>/tmp/BUILD_PR_LEVEL_19_4_PERFORMANCE_SCALING_ROADMAP_PROMOTION.zip` |
26 | | - |
27 | | -CONSTRAINTS: |
28 | | -- No implementation code changes |
29 | | -- No repo-wide cleanup |
30 | | -- Preserve working-tree changes |
31 | | -- Roadmap handling is status-only |
| 5 | +1. Update roadmap: |
| 6 | + Track F → set "verify all samples still function correctly" to [.] |
| 7 | +2. Do not modify any other items |
| 8 | +3. Package ZIP |
0 commit comments