|
1 | | - |
2 | 1 | MODEL: GPT-5.4 |
3 | 2 | REASONING: high |
4 | 3 |
|
5 | 4 | COMMAND: |
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: |
| 5 | +Create `BUILD_PR_FINAL_NON_3D_ACTIVE_LANES_AND_STATUS_CLOSEOUT`. |
| 6 | + |
| 7 | +Goal: |
| 8 | +Finish the remaining non-3D roadmap residue by validating and closing the active-lane/status items still open. |
| 9 | + |
| 10 | +Validate-first requirements: |
| 11 | +1. Inspect repo truth for each target item before changing anything. |
| 12 | +2. Classify each item as: |
| 13 | + - already complete |
| 14 | + - partially complete |
| 15 | + - still genuinely active/open |
| 16 | +3. If already complete: |
| 17 | + - update roadmap status only |
| 18 | +4. If partially complete: |
| 19 | + - do the smallest valid remaining work |
| 20 | +5. If still genuinely active/open: |
| 21 | + - leave it open |
| 22 | + - report exact blockers/truth |
| 23 | + |
| 24 | +Target items: |
| 25 | + |
| 26 | +Active Execution Lanes |
| 27 | +- Apply repo structure normalization implementation plan |
| 28 | +- Extract / normalize shared utilities |
| 29 | +- Normalize phase-13 network concepts samples |
| 30 | + |
| 31 | +Immediate Next High-Level Actions |
| 32 | +- continue exact-cluster shared extraction until the current lane reaches a stable stop point |
| 33 | +- convert repo structure normalization into exact move-map BUILDs with explicit validation |
| 34 | + |
| 35 | +Recommended Final Status Summary |
| 36 | +- current active execution lanes are 3 / 6 / 8 |
| 37 | +- next planning lanes are 2 / 5 / 7 / 9 / 10 |
| 38 | + |
| 39 | +Required work: |
| 40 | +1. Reconcile each item against actual repo truth. |
| 41 | +2. Perform only the smallest valid residue work for any partially complete item. |
| 42 | +3. Update the summary rows to match real status after validation. |
| 43 | +4. Do not open any 3D work. |
| 44 | +5. Do not perform broad cleanup. |
| 45 | +6. Update roadmap status markers only. |
| 46 | +7. Report: |
| 47 | + - what was already complete |
| 48 | + - what was completed in this PR |
| 49 | + - what remains open, if anything, with exact blockers |
| 50 | + |
| 51 | +Final packaging step is REQUIRED: |
| 52 | +- package ALL changed files into this exact repo-structured ZIP: |
| 53 | + `<project folder>/tmp/BUILD_PR_FINAL_NON_3D_ACTIVE_LANES_AND_STATUS_CLOSEOUT.zip` |
| 54 | + |
| 55 | +Hard rules: |
| 56 | +- validate first, build second |
31 | 57 | - 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 |
| 58 | +- no broad repo-wide cleanup |
| 59 | +- no unrelated repo changes |
| 60 | +- no missing ZIP |
0 commit comments