Skip to content

Commit 3948708

Browse files
author
DavidQ
committed
BUILD_PR_GAMES_ASTEROIDS_CLEAR_DESTINATION
Cleared games/Asteroids directory in preparation for canonical replacement. No other directories affected.
1 parent 5941c2a commit 3948708

48 files changed

Lines changed: 63 additions & 3609 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/dev/CODEX_COMMANDS.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
MODEL: GPT-5.4-codex
1+
MODEL: GPT-5.3-codex
22
REASONING: high
33

44
COMMAND:
5-
Execute exactly docs/pr/BUILD_PR_GAMES_103A_ASTEROIDS_NEW_DEBUG_INSTALL_AND_KEYBINDINGS.md.
6-
Modify only listed files.
7-
Do not expand scope.
8-
Package:
9-
<project folder>/tmp/BUILD_PR_GAMES_103A_ASTEROIDS_NEW_DEBUG_INSTALL_AND_KEYBINDINGS_delta.zip
5+
Execute BUILD_PR_GAMES_ASTEROIDS_CLEAR_DESTINATION exactly.
6+
7+
- Delete ONLY games/Asteroids/**
8+
- Do not touch any other directory
9+
- Fail fast on ambiguity
10+
11+
Output:
12+
<project folder>/tmp/BUILD_PR_GAMES_ASTEROIDS_CLEAR_DESTINATION_delta.zip

docs/dev/COMMIT_COMMENT.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
Install and wire debug system in asteroids_new and enable keybindings.
1+
BUILD_PR_GAMES_ASTEROIDS_CLEAR_DESTINATION
2+
3+
Cleared games/Asteroids directory in preparation for canonical replacement.
4+
5+
No other directories affected.

docs/dev/NEXT_COMMAND.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
Test Ctrl+Shift+` and Shift+` in asteroids_new.
1+
Create BUILD_PR_GAMES_ASTEROIDS_COPY_FROM_ASTEROIDS_NEW
2+
3+
Scope:
4+
- Copy contents from games/asteroids_new to games/Asteroids
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
Debug visible + keys work
1+
Validation Checklist — Clear Destination
2+
3+
[ ] games/Asteroids exists
4+
[ ] games/Asteroids is empty
5+
[ ] No other directories changed
6+
7+
Status: PENDING
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# BUILD PR — Asteroids Clear Destination
2+
3+
## Purpose
4+
Prepare `games/Asteroids` for canonical replacement by removing ALL existing files.
5+
6+
## Scope (STRICT)
7+
- Delete ALL files and folders under:
8+
games/Asteroids/**
9+
10+
## Target Files (EXACT)
11+
- Entire directory:
12+
games/Asteroids/**
13+
14+
## Allowed Operations
15+
- Delete files
16+
- Delete subfolders
17+
- Leave empty folder in place
18+
19+
## Explicit Non-Goals
20+
- DO NOT touch games/asteroids_new
21+
- DO NOT move files
22+
- DO NOT copy files
23+
- DO NOT modify any other directory
24+
25+
## Fail-Fast Conditions
26+
- If games/Asteroids does not exist → STOP
27+
- If deletion would affect any path outside games/Asteroids → STOP
28+
29+
## Acceptance Criteria
30+
- games/Asteroids exists
31+
- games/Asteroids is empty
32+
33+
## Validation Steps
34+
1. Inspect games/Asteroids
35+
2. Confirm no files remain
36+
37+
## Output Requirement
38+
<project folder>/tmp/BUILD_PR_GAMES_ASTEROIDS_CLEAR_DESTINATION_delta.zip
-2.17 MB
Binary file not shown.
-389 KB
Binary file not shown.
-9.34 KB
Binary file not shown.
-10.6 KB
Binary file not shown.
-9.38 KB
Binary file not shown.

0 commit comments

Comments
 (0)