|
1 | | -# Codex command for APPLY_PR_SAMPLES_BROWSE_VISUALS_AND_NAVIGATION |
2 | | - |
3 | 1 | MODEL: GPT-5.4-codex |
4 | 2 | REASONING: high |
5 | 3 |
|
6 | 4 | COMMAND: |
7 | | -Execute APPLY_PR_SAMPLES_BROWSE_VISUALS_AND_NAVIGATION exactly as written. |
8 | | - |
9 | | -EXECUTION ENVIRONMENT (MANDATORY): |
10 | | -- Target platform: Windows |
11 | | -- Prefer Node.js or vanilla JS where scripting support is needed |
12 | | -- DO NOT run `npm install` |
13 | | -- DO NOT create `package.json` |
14 | | -- DO NOT create `package-lock.json` |
15 | | -- DO NOT create or populate `node_modules/` |
16 | | -- DO NOT use PowerShell for path construction or ZIP path generation |
17 | | - |
18 | | -APPLY RULES: |
19 | | -- Apply only the approved BUILD delta for browse visuals and navigation |
20 | | -- Do not broaden scope |
21 | | -- Do not modify gameplay code |
22 | | -- Do not modify engine core |
23 | | -- Do not change canonical sample paths |
24 | | -- Keep changed-file count minimal |
25 | | - |
26 | | -REQUIRED VALIDATION: |
27 | | -- load `samples/index.html` |
28 | | -- verify thumbnails render when available |
29 | | -- verify missing previews fall back cleanly |
30 | | -- verify hover preview does not break layout |
31 | | -- verify next / previous / related navigation remains correct |
32 | | -- confirm Phase 13 samples 1316, 1317, 1318 still load |
33 | | -- confirm console is clean for tested pages |
34 | | -- report exact files changed |
35 | | -- report exact validation performed |
| 5 | +Execute APPLY_PR_SAMPLES_DISCOVERY_DATA_AND_FINDABILITY |
36 | 6 |
|
37 | | -ZIP OUTPUT REQUIREMENT (HARD RULE): |
38 | | -- MUST produce ZIP: |
39 | | - <project folder>/tmp/APPLY_PR_SAMPLES_BROWSE_VISUALS_AND_NAVIGATION.zip |
40 | | -- ZIP must contain only repo-relevant delta output for this APPLY |
41 | | -- Do not stage ZIP files from `<project folder>/tmp/` |
42 | | -- Task is NOT complete until the ZIP exists at the exact requested path |
| 7 | +ENVIRONMENT: |
| 8 | +- Windows |
| 9 | +- No npm |
| 10 | +- No node_modules |
43 | 11 |
|
44 | | -FAIL FAST: |
45 | | -- BUILD delta exceeds approved browse visuals/navigation scope |
46 | | -- apply requires unrelated conflict resolution |
47 | | -- canonical paths would change |
48 | | -- missing ZIP output at exact path |
| 12 | +ZIP: |
| 13 | +<project folder>/tmp/APPLY_PR_SAMPLES_DISCOVERY_DATA_AND_FINDABILITY.zip |
0 commit comments