Skip to content

Commit ef0c88a

Browse files
author
DavidQ
committed
Group existing sample links in samples/index.html by phase using current paths only.
1 parent dc942ed commit ef0c88a

7 files changed

Lines changed: 55 additions & 6 deletions

docs/dev/CODEX_COMMANDS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ MODEL: GPT-5.4-codex
22
REASONING: high
33

44
COMMAND:
5-
Execute docs/pr/BUILD_PR_SAMPLES_72_PHASE_STRUCTURE_INDEX_NORMALIZATION_FIXED.md exactly.
5+
Execute docs/pr/BUILD_PR_SAMPLES_73_PHASE_GROUPING_INDEX_ONLY_FIXED.md exactly.
66
Modify only samples/index.html.
7+
Do not create or move any files or directories.
78
Package to:
8-
<project folder>/tmp/BUILD_PR_SAMPLES_72_PHASE_STRUCTURE_INDEX_NORMALIZATION_FIXED_delta.zip
9+
<project folder>/tmp/BUILD_PR_SAMPLES_73_PHASE_GROUPING_INDEX_ONLY_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-
Fix samples index to align with phase structure (no new files)
1+
Group existing sample links in samples/index.html by phase using current paths only.

docs/dev/NEXT_COMMAND.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Next: BUILD_PR_SAMPLES_73_PHASE_FOLDER_ALIGNMENT_PARTIAL
1+
Next: inspect exact sample file paths before issuing any folder-alignment BUILD.
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
fixed invalid target file; narrowed scope
1+
- replaced invalid folder-alignment BUILD with an index-only grouping BUILD
2+
- narrowed scope to existing file and existing resolving links only
3+
- removed all implied directory creation/move assumptions

docs/dev/reports/file_tree.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1+
docs/pr/BUILD_PR_SAMPLES_73_PHASE_GROUPING_INDEX_ONLY_FIXED.md
2+
docs/dev/codex_commands.md
3+
docs/dev/commit_comment.txt
4+
docs/dev/next_command.txt
5+
docs/dev/reports/file_tree.txt
6+
docs/dev/reports/change_summary.txt
7+
docs/dev/reports/validation_checklist.txt
18
samples/index.html
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
existing file only; no creation
1+
- single PR purpose only
2+
- exact target file only
3+
- no file or directory creation
4+
- no file moves or renames
5+
- all links still resolve
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# BUILD PR — Samples Phase Grouping (Index Only, FIXED)
2+
3+
## Purpose
4+
Continue samples phase normalization without creating or moving directories.
5+
This PR is limited to organizing the existing samples index presentation only.
6+
7+
## Exact Target Files
8+
- `samples/index.html`
9+
10+
## Required Code Changes
11+
- update `samples/index.html` to group existing sample links into phase sections using the current existing paths only
12+
- preserve all currently resolving links
13+
- do not introduce references to non-existent `samples/phase-*` directories
14+
- do not rename or move any sample files or folders
15+
16+
## Hard Constraints
17+
- exact file only
18+
- do not create directories
19+
- do not create new files
20+
- do not move or rename sample files
21+
- do not change sample content
22+
- do not add links that do not already resolve
23+
- no scope expansion beyond index presentation/grouping
24+
25+
## Validation Steps
26+
- confirm only `samples/index.html` changed
27+
- confirm all sample links in the updated index still resolve
28+
- confirm no `samples/phase-*` directory references were introduced unless they already exist
29+
- confirm no file creation or file moves occurred
30+
31+
## Acceptance Criteria
32+
- `samples/index.html` presents existing samples in clearer phase-grouped sections
33+
- all links continue to resolve
34+
- no non-existent phase directories are referenced
35+
- no file-system changes were made

0 commit comments

Comments
 (0)