Skip to content

Commit 915b34d

Browse files
author
DavidQ
committed
Samples: normalize sample index
1 parent 7f79525 commit 915b34d

6 files changed

Lines changed: 234 additions & 212 deletions

docs/dev/CODEX_COMMANDS.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@ MODEL: GPT-5.4
22
REASONING: low
33

44
COMMAND:
5-
Implement BUILD_PR_LEVEL_6_4_RUNTIME_VALIDATION_PLUS_HARNESS_FIX.
5+
Implement BUILD_PR_LEVEL_6_5_SAMPLE_INDEX_NORMALIZATION.
66

7-
Change:
8-
In tests/runtime/LaunchSmokeAllEntries.test.mjs
7+
Scope:
8+
- samples/index.html only
99

10-
Replace:
11-
^phase\d{2}$
10+
Steps:
11+
1. Update paths to phase-XX structure.
12+
2. Sort entries by phase then id.
13+
3. Remove invalid/broken links.
1214

13-
With:
14-
^phase-?\d{2}$
15-
16-
Do not modify anything else.
15+
Validation:
16+
- links resolve
17+
- ordering correct
1718

1819
Return ZIP:
19-
<project folder>/tmp/BUILD_PR_LEVEL_6_4_RUNTIME_VALIDATION_PLUS_HARNESS_FIX.zip
20+
<project folder>/tmp/BUILD_PR_LEVEL_6_5_SAMPLE_INDEX_NORMALIZATION.zip

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Plan: sample index normalization
1+
Samples: normalize sample index
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Plan for aligning sample index to phase structure.
1+
Normalized sample index paths and ordering.

0 commit comments

Comments
 (0)