|
| 1 | + |
1 | 2 | MODEL: GPT-5.4 |
2 | 3 | REASONING: high |
3 | 4 |
|
4 | 5 | COMMAND: |
5 | | -Create BUILD_PR_REMAINING_NON_3D_VALIDATE_OR_CLOSEOUT_COMBINED. |
6 | | - |
7 | | -Validate-first requirements: |
8 | | -1. Inspect repo truth for each target item before changing anything. |
9 | | -2. Classify each item as: |
10 | | - - already complete |
11 | | - - partially complete |
12 | | - - incomplete |
13 | | -3. If already complete: |
14 | | - - update roadmap status only |
15 | | -4. If partially complete or incomplete: |
16 | | - - do the smallest valid work needed to close it |
17 | | - - avoid unrelated expansion |
18 | | - - do not open any 3D lane work |
19 | | - |
20 | | -Target items: |
21 | | -- Existing games asset folders updated so existing images / vectors / related runtime assets can be transformed into tool-editable `data/` objects, with corresponding project JSON updates |
22 | | -- Execute 2D capability polish lanes |
23 | | -- Reduce legacy footprint after replacements are proven |
24 | | - |
25 | | -Roadmap/meta handling: |
26 | | -- update summary/status rows that are now outdated because repo truth changed |
27 | | -- status markers only |
28 | | -- do NOT rewrite roadmap text |
29 | | - |
30 | | -Final packaging step is REQUIRED: |
31 | | -<project folder>/tmp/BUILD_PR_REMAINING_NON_3D_VALIDATE_OR_CLOSEOUT_COMBINED.zip |
| 6 | +Create BUILD_PR_RULE_EXTRACTION_AND_FINAL_NON_3D_CLOSEOUT |
| 7 | + |
| 8 | +Steps: |
| 9 | + |
| 10 | +PART 1 — RULE EXTRACTION |
| 11 | +- scan roadmap |
| 12 | +- identify rule-like statements |
| 13 | +- move them to Rules section |
| 14 | +- remove duplicates from task areas |
| 15 | + |
| 16 | +PART 2 — VALIDATION |
| 17 | +- classify each remaining non-3D item: |
| 18 | + complete / partial / incomplete |
| 19 | + |
| 20 | +PART 3 — CLOSEOUT |
| 21 | +- complete only minimal residue |
| 22 | +- do not expand scope |
| 23 | + |
| 24 | +PART 4 — REPORT |
| 25 | +- what rules were moved |
| 26 | +- what items were already complete |
| 27 | +- what was completed now |
| 28 | +- any blockers |
| 29 | + |
| 30 | +HARD RULES: |
| 31 | +- no 3D work |
| 32 | +- no broad cleanup |
| 33 | +- no duplicate rule text |
| 34 | +- minimal changes only |
| 35 | + |
| 36 | +PACKAGE: |
| 37 | +<project folder>/tmp/BUILD_PR_RULE_EXTRACTION_AND_FINAL_NON_3D_CLOSEOUT.zip |
0 commit comments