Skip to content

Commit 0d6eb4d

Browse files
author
DavidQ
committed
docs + enforcement added/updated
1 parent 66bb65d commit 0d6eb4d

5 files changed

Lines changed: 38 additions & 18 deletions

File tree

docs/dev.zip

156 KB
Binary file not shown.

docs/dev/CODEX_COMMANDS.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
1-
MODEL: GPT-5.4
2-
REASONING: low
1+
PR Naming Rule:
2+
ALL PRs MUST follow:
3+
PR_<SECTION>_<STEP>_<SHORT_NAME>
34

4-
COMMAND:
5-
Implement BUILD_PR_LEVEL_6_5_SAMPLE_INDEX_NORMALIZATION.
5+
Reject any PR name that does not follow this format.
66

7-
Scope:
8-
- samples/index.html only
9-
10-
Steps:
11-
1. Update paths to phase-XX structure.
12-
2. Sort entries by phase then id.
13-
3. Remove invalid/broken links.
14-
15-
Validation:
16-
- links resolve
17-
- ordering correct
18-
19-
Return ZIP:
20-
<project folder>/tmp/BUILD_PR_LEVEL_6_5_SAMPLE_INDEX_NORMALIZATION.zip

docs/dev/pr_naming_convention.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# PR Naming Convention
2+
3+
Format:
4+
PR_<SECTION>_<STEP>_<SHORT_NAME>
5+
6+
Rules:
7+
- SECTION = roadmap section (01–16)
8+
- STEP = incremental per section (01+)
9+
- SHORT_NAME = ALL_CAPS, concise, action-oriented
10+
11+
Examples:
12+
PR_01_01_REPO_STRUCTURE_MOVE_MAP
13+
PR_01_02_REPO_STRUCTURE_APPLY
14+
PR_03_01_SHARED_NUMBERS_NORMALIZATION
15+
PR_06_07_SAMPLES_DEPENDENCY_CLEANUP
16+
PR_07_01_NETWORK_SERVER_DASHBOARD
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# PR Naming Convention
2+
3+
Format:
4+
PR_<SECTION>_<STEP>_<SHORT_NAME>
5+
6+
Rules:
7+
- SECTION = roadmap section (01–16)
8+
- STEP = incremental per section (01+)
9+
- SHORT_NAME = ALL_CAPS, concise
10+
11+
Examples:
12+
PR_01_01_REPO_STRUCTURE_MOVE_MAP
13+
PR_03_02_SHARED_STRINGS_EXTRACTION
14+
PR_06_07_SAMPLES_DEPENDENCY_CLEANUP

docs/pr/_template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# PR Template
2+
3+
PR Name must follow:
4+
PR_<SECTION>_<STEP>_<SHORT_NAME>

0 commit comments

Comments
 (0)