File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- BUILD_PR_GAMES_BREAKOUT_FULL_FOLDER_MIGRATION
1+ APPLY_PR_GAMES_BREAKOUT_FULL_FOLDER_MIGRATION
22
3- Executed full Breakout folder migration using the validated template-based pipeline .
3+ Accepted full Breakout migration.
44
5- - created Breakout_next from template
6- - migrated gameplay into correct _next destinations
7- - validated _next runtime
8- - cleared canonical destination
9- - copied _next back into canonical
10- - validated canonical runtime
11- - removed Breakout_next
5+ - canonical Breakout validated
6+ - template pipeline confirmed
7+ - _next removed
Original file line number Diff line number Diff line change 1- Create APPLY_PR_GAMES_BREAKOUT_FULL_FOLDER_MIGRATION
1+ Create BUILD_PR_NEXT_GAME_FULL_FOLDER_MIGRATION
22
33Scope:
4- - accept full Breakout folder migration
5- - confirm canonical runtime and cleanup
6- - no additional changes
4+ - select next game (e.g., Pong or Breakout-level complexity)
5+ - repeat single-zip full migration pattern
Original file line number Diff line number Diff line change 1- Validation Checklist — Games Breakout Full Folder Migration
1+ Validation Checklist — APPLY Breakout Full Folder Migration
22
3- [ ] Breakout_next created from template
4- [ ] Breakout gameplay migrated into correct _next destinations
5- [ ] Breakout_next/index.html boots gameplay
6- [ ] Breakout_next runtime has no console errors
7- [ ] Canonical Breakout destination cleared successfully
8- [ ] Canonical Breakout matches promoted _next structure
9- [ ] games/Breakout/index.html boots gameplay
10- [ ] Canonical runtime has no console errors
11- [ ] Breakout_next removed at end
12- [ ] No unrelated game folders changed
13- [ ] No broad engine/shared refactor occurred
3+ [x] Breakout runs from canonical
4+ [x] Canvas visible
5+ [x] No console errors
6+ [x] Breakout_next removed
7+ [x] No unrelated changes
148
15- Status: PENDING
9+ Status: PASS
Original file line number Diff line number Diff line change 1+ # APPLY PR — Games Breakout Full Folder Migration
2+
3+ ## Purpose
4+ Accept the completed full-folder migration of Breakout using the template-based pipeline.
5+
6+ ## Accepted State
7+ - ` games/Breakout/** ` is canonical and running
8+ - ` games/Breakout_next/** ` has been removed
9+ - structure aligns with template contract
10+ - gameplay successfully migrated and wired
11+
12+ ## Acceptance Criteria (Met)
13+ - Breakout runs from canonical path
14+ - canvas rendering active
15+ - no console errors
16+ - correct folder structure
17+ - no unrelated changes
18+
19+ ## Non-Goals
20+ - no additional refactors
21+ - no template changes
22+ - no engine/shared modifications
23+
24+ ## Result
25+ Breakout migration completed end-to-end using single BUILD pipeline.
You can’t perform that action at this time.
0 commit comments