Skip to content

Commit 66c028f

Browse files
author
DavidQ
committed
Clean up samples index links (duplicates/broken)
1 parent ef0c88a commit 66c028f

7 files changed

Lines changed: 29 additions & 20 deletions

docs/dev/CODEX_COMMANDS.md

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

44
COMMAND:
5-
Execute docs/pr/BUILD_PR_SAMPLES_73_PHASE_GROUPING_INDEX_ONLY_FIXED.md exactly.
5+
Execute docs/pr/BUILD_PR_SAMPLES_74_INDEX_LINK_VALIDATION_CLEANUP.md exactly.
66
Modify only samples/index.html.
7-
Do not create or move any files or directories.
87
Package to:
9-
<project folder>/tmp/BUILD_PR_SAMPLES_73_PHASE_GROUPING_INDEX_ONLY_FIXED_delta.zip
8+
<project folder>/tmp/BUILD_PR_SAMPLES_74_INDEX_LINK_VALIDATION_CLEANUP_delta.zip

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Group existing sample links in samples/index.html by phase using current paths only.
1+
Clean up samples index links (duplicates/broken)

docs/dev/NEXT_COMMAND.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Next: inspect exact sample file paths before issuing any folder-alignment BUILD.
1+
Next: identify exact sample files for phase-folder normalization
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
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
1+
index cleanup

docs/dev/reports/file_tree.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
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
81
samples/index.html
Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
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
1+
links resolve; no duplicates
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# BUILD PR — Samples Index Link Validation Cleanup
2+
3+
## Purpose
4+
Perform a safe cleanup of samples/index.html by removing or correcting any broken or duplicate links.
5+
6+
## Exact Target Files
7+
- samples/index.html
8+
9+
## Required Code Changes
10+
- remove duplicate links if present
11+
- remove or fix any links that do not resolve
12+
- do not add new links
13+
- do not change structure beyond minimal cleanup
14+
15+
## Constraints
16+
- exact file only
17+
- no file creation
18+
- no file moves
19+
- no refactor
20+
21+
## Acceptance Criteria
22+
- all links in index resolve
23+
- no duplicates remain

0 commit comments

Comments
 (0)