Skip to content

Commit 2c8ed7e

Browse files
author
DavidQ
committed
Update roadmap: mark templates evaluation complete and append deferred tools/templates relocation note
1 parent 0217fb6 commit 2c8ed7e

6 files changed

Lines changed: 33 additions & 6 deletions

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
Remove legacy class-retention policy marker references from docs
2-
1+
Update roadmap: mark templates evaluation complete and append deferred tools/templates relocation note
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
Removed legacy class-retention policy marker references from documentation
2-
1+
- updated roadmap item: `templates/` folder evaluated for keep vs move vs future-delete -> complete
2+
- appended deferred future roadmap note for relocating `templates/vector-native-arcade` to `tools/templates/`
3+
- no code/runtime changes

docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
- [ ] archived notes policy defined
565565
- [ ] imports pointing to legacy paths reduced
566566
- [.] roadmap for eventual legacy retirement defined
567-
- [.] `templates/` folder evaluated for keep vs move vs future-delete during cleanup phase (explicitly deferred in this docs-only bundle)
567+
- [x] `templates/` folder evaluated for keep vs move vs future-delete during cleanup phase (explicitly deferred in this docs-only bundle)
568568

569569
---
570570

@@ -623,4 +623,5 @@
623623
- [.] re-baseline this roadmap after active execution lanes stabilize
624624
- [ ] split future implementation into small dependency-ordered PRs
625625
- [ ] avoid broad repo-wide cleanup passes until the active lanes above are materially further along
626-
- [ ] Future: Relocate `templates/vector-native-arcade` to `tools/templates/` (active surface), keep `starter-project-template` under review; do not archive while actively referenced
626+
627+
- [ ] Future: relocate `templates/vector-native-arcade` to `tools/templates/` as an active surface; keep `starter-project-template` under separate review

docs/dev/run_commands.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
\
2+
# Apply the roadmap update from this ZIP, then run:
3+
git diff -- docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md
4+
5+
Select-String -Path docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md -Pattern "templates/` folder evaluated for keep vs move vs future-delete","Future: relocate `templates/vector-native-arcade` to `tools/templates/`"
6+
7+
git status --short -- docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md docs/pr/ROADMAP_UPDATE_TEMPLATES_EVALUATED_AND_DEFERRED_RELOCATION.md docs/dev/commit_comment.txt

docs/dev/run_commands.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
git diff -- docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md
2+
3+
Select-String -Path docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md -Pattern "templates/` folder evaluated for keep vs move vs future-delete","Future: relocate `templates/vector-native-arcade` to `tools/templates/`"
4+
5+
git status --short -- docs/dev/roadmaps/MASTER_ROADMAP_HIGH_LEVEL.md docs/pr/ROADMAP_UPDATE_TEMPLATES_EVALUATED_AND_DEFERRED_RELOCATION.md docs/dev/commit_comment.txt
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ROADMAP_UPDATE_TEMPLATES_EVALUATED_AND_DEFERRED_RELOCATION
2+
3+
## Purpose
4+
Record the completed evaluation of `templates/` and park the future active relocation idea at the end of the roadmap.
5+
6+
## Changes
7+
- mark `templates/` evaluation item complete
8+
- append one deferred future item for relocating `templates/vector-native-arcade` to `tools/templates/`
9+
- no runtime/code changes
10+
- no structural repo move
11+
12+
## Notes
13+
- this bundle is roadmap-only
14+
- the relocation item is intentionally deferred so it can be ignored for now

0 commit comments

Comments
 (0)