|
1 | | -BUILD_PR_STARTER_PROJECT_TEMPLATE_MOVE_TOOLS |
| 1 | +APPLY_PR_TEMPLATES_ROOT_REMOVE_AFTER_RELOCATION |
2 | 2 | Validation Checklist |
3 | 3 | Generated: 2026-04-12 |
4 | 4 |
|
5 | | -[PASS] new tools/templates starter-project-template path exists |
| 5 | +[PASS] tools/templates/vector-native-arcade exists |
| 6 | +Evidence: |
| 7 | +- `Test-Path tools/templates/vector-native-arcade` -> `True` |
| 8 | + |
| 9 | +[PASS] tools/templates/starter-project-template exists |
6 | 10 | Evidence: |
7 | 11 | - `Test-Path tools/templates/starter-project-template` -> `True` |
8 | 12 |
|
9 | | -[PASS] old templates/starter-project-template path no longer exists |
| 13 | +[PASS] templates root has no active files |
10 | 14 | Evidence: |
11 | | -- `Test-Path templates/starter-project-template` -> `False` |
| 15 | +- `Get-ChildItem -Recurse -File templates | Measure-Object` -> `0` |
12 | 16 |
|
13 | | -[PASS] vector-native template location remains untouched |
| 17 | +[FAIL] no non-doc runtime references to "templates/" |
14 | 18 | Evidence: |
15 | | -- `Test-Path tools/templates/vector-native-arcade` -> `True` |
16 | | -- `git diff --name-only -- tools/templates/vector-native-arcade` -> no entries |
| 19 | +- `rg -n "templates/" --glob "!docs/**"` returned matches |
17 | 20 |
|
18 | | -[PASS] required direct starter-template references updated for correctness |
| 21 | +[SKIP] delete templates/ |
19 | 22 | Evidence: |
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` |
| 23 | +- skipped because validation did not pass |
22 | 24 |
|
23 | | -[PASS] protected start_of_day directories untouched |
| 25 | +[PASS] docs/dev/start_of_day untouched |
24 | 26 | Evidence: |
25 | | -- `git diff --name-only -- docs/dev/start_of_day/chatGPT docs/dev/start_of_day/codex` -> no entries |
| 27 | +- `git diff --name-only -- docs/dev/start_of_day` -> no entries |
0 commit comments