Skip to content

Commit 8b87eb1

Browse files
author
DavidQ
committed
APPLY_PR_GAMES_PACMANFULLAI_FULL_FOLDER_MIGRATION
Accepted full PacmanFullAI migration. - canonical validated - _next removed - pipeline confirmed
1 parent 8a577f8 commit 8b87eb1

4 files changed

Lines changed: 37 additions & 21 deletions

File tree

docs/dev/COMMIT_COMMENT.txt

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
1-
BUILD_PR_GAMES_PACMANFULLAI_FULL_FOLDER_MIGRATION
1+
APPLY_PR_GAMES_PACMANFULLAI_FULL_FOLDER_MIGRATION
22

3-
Executed full PacmanFullAI folder migration.
3+
Accepted full PacmanFullAI migration.
44

5-
- created PacmanFullAI_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 PacmanFullAI_next
5+
- canonical validated
6+
- _next removed
7+
- pipeline confirmed

docs/dev/NEXT_COMMAND.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1-
Create APPLY_PR_GAMES_PACMANFULLAI_FULL_FOLDER_MIGRATION
1+
Create BUILD_PR_NETWORK_SAMPLES_RELOCATION_FROM_GAMES_TO_SAMPLES
2+
3+
Scope:
4+
- move network_sample_a, network_sample_b, network_sample_c from games/ to samples/
5+
- preserve behavior
6+
- keep one migration lane for network samples
Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
Validation Checklist — Games PacmanFullAI Full Folder Migration
1+
Validation Checklist — APPLY PacmanFullAI Migration
22

3-
[ ] PacmanFullAI_next created from template
4-
[ ] PacmanFullAI gameplay migrated into correct _next destinations
5-
[ ] PacmanFullAI_next/index.html boots gameplay
6-
[ ] PacmanFullAI_next runtime has no console errors
7-
[ ] Canonical PacmanFullAI destination cleared successfully
8-
[ ] games/PacmanFullAI/index.html boots gameplay
9-
[ ] Canonical runtime has no console errors
10-
[ ] PacmanFullAI_next removed at end
11-
[ ] No unrelated game folders changed
3+
[x] Runs from canonical
4+
[x] Canvas visible
5+
[x] No console errors
6+
[x] PacmanFullAI_next removed
7+
[x] No unrelated changes
128

13-
Status: PENDING
9+
Status: PASS
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# APPLY PR — Games PacmanFullAI Full Folder Migration
2+
3+
## Purpose
4+
Accept the completed full-folder migration of PacmanFullAI using the template pipeline.
5+
6+
## Accepted State
7+
- `games/PacmanFullAI/**` is canonical and running
8+
- `games/PacmanFullAI_next/**` removed
9+
- structure aligned with template contract
10+
- gameplay correctly migrated
11+
12+
## Acceptance Criteria (Met)
13+
- PacmanFullAI runs from canonical
14+
- Canvas rendering active
15+
- No console errors
16+
- No unrelated changes
17+
18+
## Result
19+
PacmanFullAI migration complete using single BUILD pipeline.

0 commit comments

Comments
 (0)