Skip to content

Commit 93f0b82

Browse files
author
DavidQ
committed
Sort samples index and add simple section headers
1 parent 66c028f commit 93f0b82

6 files changed

Lines changed: 29 additions & 7 deletions

docs/dev/CODEX_COMMANDS.md

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

44
COMMAND:
5-
Execute docs/pr/BUILD_PR_SAMPLES_74_INDEX_LINK_VALIDATION_CLEANUP.md exactly.
5+
Execute docs/pr/BUILD_PR_SAMPLES_75_INDEX_SORT_AND_SECTION_HEADERS.md exactly.
66
Modify only samples/index.html.
77
Package to:
8-
<project folder>/tmp/BUILD_PR_SAMPLES_74_INDEX_LINK_VALIDATION_CLEANUP_delta.zip
8+
<project folder>/tmp/BUILD_PR_SAMPLES_75_INDEX_SORT_AND_SECTION_HEADERS_delta.zip

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Clean up samples index links (duplicates/broken)
1+
Sort samples index and add simple section headers

docs/dev/NEXT_COMMAND.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Next: identify exact sample files for phase-folder normalization
1+
Next: identify explicit sample files before structural changes
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
index cleanup
1+
index readability improvement
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
links resolve; no duplicates
1+
links unchanged
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# BUILD PR — Samples Index Sort and Section Headers
2+
3+
## Purpose
4+
Improve readability of samples/index.html by sorting entries and adding clear section headers without changing links.
5+
6+
## Exact Target Files
7+
- samples/index.html
8+
9+
## Required Code Changes
10+
- sort existing links alphabetically within current groups
11+
- add simple section headers if missing (no new structure assumptions)
12+
- do not add/remove links
13+
14+
## Constraints
15+
- exact file only
16+
- no file creation
17+
- no path changes
18+
- no link changes
19+
20+
## Acceptance Criteria
21+
- index is easier to scan
22+
- all links unchanged and still resolve

0 commit comments

Comments
 (0)