@@ -2,37 +2,21 @@ MODEL: GPT-5.4
22REASONING: high
33
44COMMAND:
5- Implement BUILD_PR_LEVEL_6_1_SAMPLES_PHASE_ALIGNMENT .
5+ Implement BUILD_PR_LEVEL_6_2_SAMPLE_CURRICULUM_VALIDATION .
66
7- Goal :
8- Normalize the samples area into canonical phase-based locations and update only the references required to keep sample navigation working.
7+ Scope :
8+ - samples/ and samples/index.html only
99
10- Use this captured plan exactly:
11- 1 . Map every sample to a canonical ` phaseXX/#### ` location.
12- 2 . Identify outliers/misnumbered entries and define move/rename rules.
13- 3 . Validate links/index metadata against the new phase structure.
14- 4 . Apply in one surgical delta (structure + references + verification).
15-
16- Scope limits:
17- - samples/ only
18- - ` samples/index.html `
19- - direct sample metadata or link surfaces used by ` samples/index.html `
20- - no engine/game/tool changes
21- - no sample logic rewrites unless path references require them
22-
23- Required steps:
24- 1 . Build an exact move-map for current sample locations to canonical ` samples/phase-XX/####-* ` targets.
25- 2 . Identify and resolve misnumbered/misplaced entries with exact rename targets.
26- 3 . Apply moves/renames in one pass.
27- 4 . Update ` samples/index.html ` and only the direct references required for navigation correctness.
28- 5 . Verify there are no broken sample-navigation references after the move.
10+ Steps:
11+ 1 . Analyze sample ordering by phase/number.
12+ 2 . Ensure each sample has one clear primary concept.
13+ 3 . Identify overlaps and resolve by reordering or flagging (no deletes unless exact duplicates).
14+ 4 . Update samples/index.html if ordering changes.
2915
3016Validation:
31- - every sample in scope has one canonical final location
32- - no duplicate/ambiguous final placements
33- - ` samples/index.html ` resolves correctly
34- - smoke validation for sample navigation passes
17+ - clean progression
18+ - no overlapping adjacent concepts
19+ - navigation intact
3520
36- Return:
37- - COMPLETE repo-structured ZIP only
38- - path: <project folder >/tmp/BUILD_PR_LEVEL_6_1_SAMPLES_PHASE_ALIGNMENT.zip
21+ Output:
22+ <project folder >/tmp/BUILD_PR_LEVEL_6_2_SAMPLE_CURRICULUM_VALIDATION.zip
0 commit comments