|
1 | | -APPLY_PR_TEMPLATES_VECTOR_NATIVE_ACTIVE_RELOCATION_VALIDATE |
| 1 | +BUILD_PR_STARTER_PROJECT_TEMPLATE_MOVE_TOOLS |
2 | 2 | Validation Checklist |
3 | 3 | Generated: 2026-04-12 |
4 | 4 |
|
5 | | -[PASS] tools/templates/vector-native-arcade exists |
| 5 | +[PASS] new tools/templates starter-project-template path exists |
6 | 6 | Evidence: |
7 | | -- `Test-Path tools/templates/vector-native-arcade` -> `True` |
8 | | - |
9 | | -[PASS] templates/vector-native-arcade no longer exists |
10 | | -Evidence: |
11 | | -- `Test-Path templates/vector-native-arcade` -> `False` |
| 7 | +- `Test-Path tools/templates/starter-project-template` -> `True` |
12 | 8 |
|
13 | | -[PASS] templates/starter-project-template exists and is unchanged |
| 9 | +[PASS] old templates/starter-project-template path no longer exists |
14 | 10 | Evidence: |
15 | | -- `Test-Path templates/starter-project-template` -> `True` |
16 | | -- `git diff --name-only -- templates/starter-project-template` -> no entries |
| 11 | +- `Test-Path templates/starter-project-template` -> `False` |
17 | 12 |
|
18 | | -[PASS] required four files reference tools/templates/vector-native-arcade |
| 13 | +[PASS] vector-native template location remains untouched |
19 | 14 | Evidence: |
20 | | -- positive path matches found in all four files |
| 15 | +- `Test-Path tools/templates/vector-native-arcade` -> `True` |
| 16 | +- `git diff --name-only -- tools/templates/vector-native-arcade` -> no entries |
21 | 17 |
|
22 | | -[PASS] old bare path absent in required four files |
| 18 | +[PASS] required direct starter-template references updated for correctness |
23 | 19 | Evidence: |
24 | | -- `rg --pcre2 -n "(?<!tools/)templates/vector-native-arcade/|(?<!tools/)templates/vector-native-arcade\b" <4 files>` -> no matches |
| 20 | +- `scripts/validate-starter-project-template.mjs` uses `tools/templates/starter-project-template/config/starter.project.json` |
| 21 | +- `tools/templates/starter-project-template/README.md` uses `tools/templates/starter-project-template/config/starter.project.json` |
25 | 22 |
|
26 | 23 | [PASS] protected start_of_day directories untouched |
27 | 24 | Evidence: |
28 | | -- `git diff --name-only -- docs/dev/start_of_day/chatGPT docs/dev/start_of_day/codex` -> no entries |
29 | | - |
30 | | -[PASS] APPLY lane did not perform structural changes |
31 | | -Evidence: |
32 | | -- validation/report-only execution |
| 25 | +- `git diff --name-only -- docs/dev/start_of_day/chatGPT docs/dev/start_of_day/codex` -> no entries |
0 commit comments