Skip to content

Commit 7b31fd5

Browse files
author
DavidQ
committed
BUILD_PR_GAMES_PACMANLITE_COPY_FROM_NEXT
Copied _next to canonical.
1 parent 49e78e6 commit 7b31fd5

35 files changed

Lines changed: 817 additions & 7 deletions

docs/dev/CODEX_COMMANDS.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ MODEL: GPT-5.4
22
REASONING: high
33

44
COMMAND:
5-
Execute BUILD_PR_GAMES_PACMANLITE_CLEAR_DESTINATION
5+
Execute BUILD_PR_GAMES_PACMANLITE_COPY_FROM_NEXT
66

77
Rules:
8-
- Delete ONLY games/PacmanLite/**
9-
- Keep folder
10-
- Do NOT touch _next
8+
- Copy from _next
9+
- Preserve structure
10+
- Do NOT modify _next
11+
- No guessing files

docs/dev/COMMIT_COMMENT.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
BUILD_PR_GAMES_PACMANLITE_CLEAR_DESTINATION
2-
Cleared PacmanLite for replacement.
1+
BUILD_PR_GAMES_PACMANLITE_COPY_FROM_NEXT
2+
Copied _next to canonical.

docs/dev/NEXT_COMMAND.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Create BUILD_PR_GAMES_PACMANLITE_COPY_FROM_NEXT
1+
Create BUILD_PR_GAMES_PACMANLITE_REMOVE_NEXT
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# BUILD PR — Games PacmanLite Copy From Next
2+
3+
## Purpose
4+
Copy PacmanLite_next into canonical PacmanLite.
5+
6+
## Scope
7+
- Source: games/PacmanLite_next/**
8+
- Destination: games/PacmanLite/**
9+
10+
## Rules
11+
- Preserve structure exactly
12+
- Do NOT modify _next
13+
- Do NOT invent missing files
14+
- Ensure index boots gameplay
15+
16+
## Acceptance Criteria
17+
- PacmanLite runs gameplay
18+
- No console errors
19+
- Structure matches _next
20+
- _next unchanged
21+
22+
## Output
23+
<project folder>/tmp/BUILD_PR_GAMES_PACMANLITE_COPY_FROM_NEXT_delta.zip

games/PacmanLite/assets/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

27 KB
Loading
Lines changed: 62 additions & 0 deletions
Loading

games/PacmanLite/config/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+


games/PacmanLite/debug/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+


games/PacmanLite/entities/.gitkeep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+


0 commit comments

Comments
 (0)