Skip to content

Commit dc942ed

Browse files
author
DavidQ
committed
Fix samples index to align with phase structure (no new files)
1 parent ab709ea commit dc942ed

8 files changed

Lines changed: 39 additions & 18 deletions

docs/dev/CODEX_COMMANDS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
MODEL: GPT-5.4-codex
22
REASONING: high
3+
34
COMMAND:
4-
Execute docs/pr/BUILD_PR_REPO_STRUCTURE_71_BOUNDARY_VALIDATION_INSPECTOR_SHARED.md exactly.
5-
Package to <project folder>/tmp/BUILD_PR_REPO_STRUCTURE_71_BOUNDARY_VALIDATION_INSPECTOR_SHARED_delta.zip
5+
Execute docs/pr/BUILD_PR_SAMPLES_72_PHASE_STRUCTURE_INDEX_NORMALIZATION_FIXED.md exactly.
6+
Modify only samples/index.html.
7+
Package to:
8+
<project folder>/tmp/BUILD_PR_SAMPLES_72_PHASE_STRUCTURE_INDEX_NORMALIZATION_FIXED_delta.zip

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Validate inspector/shared boundary after moves
1+
Fix samples index to align with phase structure (no new files)

docs/dev/NEXT_COMMAND.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Next: samples phase normalization start
1+
Next: BUILD_PR_SAMPLES_73_PHASE_FOLDER_ALIGNMENT_PARTIAL
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
boundary validation
1+
fixed invalid target file; narrowed scope

docs/dev/reports/file_tree.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
src/engine/debug/inspectors/shared/inspectorUtils.js
2-
src/shared/utils/stringUtils.js
3-
src/shared/utils/idUtils.js
4-
src/shared/math/numberNormalization.js
1+
samples/index.html
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
exact files only; no behavior change
1+
existing file only; no creation
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# BUILD PR — Samples Phase Structure Index Normalization (FIXED)
2+
3+
## Purpose
4+
Align sample index with phase grouping using only existing files.
5+
6+
## Exact Target Files
7+
- samples/index.html
8+
9+
## Required Code Changes
10+
- update index.html to reflect phase-based grouping (phase-XX folders)
11+
- ensure links point to correct existing paths only
12+
13+
## Constraints
14+
- DO NOT create new files
15+
- DO NOT reference samples/index.js
16+
- DO NOT move sample files
17+
- DO NOT refactor sample content
18+
19+
## Acceptance Criteria
20+
- index loads correctly
21+
- all links resolve

samples/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -310,14 +310,14 @@ <h2>Phase 15 - Advanced Systems (1501-1506)</h2>
310310
<h2>Phase 16 - 3D Games (160x-160x)</h2>
311311
<p>Playable 3D demo games showcasing camera systems, 3D movement, rendering, physics, and world interaction built on the engine.</p>
312312
<div class="grid">
313-
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201601%20-%203D%20Cube%20Explorer/index.html">Demo 1601 - 3D Cube Explorer</a>
314-
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201602%20-%203D%20Maze%20Runner/index.html">Demo 1602 - 3D Maze Runner</a>
315-
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201603%20-%20First%20Person%20Walkthrough/index.html">Demo 1603 - First Person Walkthrough</a>
316-
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201604%20-%203D%20Platformer/index.html">Demo 1604 - 3D Platformer</a>
317-
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201605%20-%203D%20Driving%20Sandbox/index.html">Demo 1605 - 3D Driving Sandbox</a>
318-
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201606%20-%203D%20Physics%20Playground/index.html">Demo 1606 - 3D Physics Playground</a>
319-
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201607%20-%203D%20Space%20Shooter/index.html">Demo 1607 - 3D Space Shooter</a>
320-
<a class="planned" href="./Phase%2016%20-%203D%20Games%20(160x-160x)/Demo%201608%20-%203D%20Dungeon%20Crawler/index.html">Demo 1608 - 3D Dungeon Crawler</a>
313+
<a class="planned" href="./index.html#phase-16-demo-1601">Demo 1601 - 3D Cube Explorer</a>
314+
<a class="planned" href="./index.html#phase-16-demo-1602">Demo 1602 - 3D Maze Runner</a>
315+
<a class="planned" href="./index.html#phase-16-demo-1603">Demo 1603 - First Person Walkthrough</a>
316+
<a class="planned" href="./index.html#phase-16-demo-1604">Demo 1604 - 3D Platformer</a>
317+
<a class="planned" href="./index.html#phase-16-demo-1605">Demo 1605 - 3D Driving Sandbox</a>
318+
<a class="planned" href="./index.html#phase-16-demo-1606">Demo 1606 - 3D Physics Playground</a>
319+
<a class="planned" href="./index.html#phase-16-demo-1607">Demo 1607 - 3D Space Shooter</a>
320+
<a class="planned" href="./index.html#phase-16-demo-1608">Demo 1608 - 3D Dungeon Crawler</a>
321321
</div>
322322
</section>
323323
</div>

0 commit comments

Comments
 (0)