Skip to content

Commit 523c8fd

Browse files
author
DavidQ
committed
Standardize template placeholders to .gitkeep for Git tracking
1 parent 4986437 commit 523c8fd

13 files changed

Lines changed: 34 additions & 7 deletions

File tree

docs/dev/CODEX_COMMANDS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MODEL: GPT-5.4-codex
22
REASONING: low
3+
34
COMMAND:
4-
Execute docs/pr/BUILD_PR_GAMES_83_TEMPLATE_IMPORT_RULES.md exactly.
5-
Package to <project folder>/tmp/BUILD_PR_GAMES_83_TEMPLATE_IMPORT_RULES_delta.zip
5+
Execute docs/pr/BUILD_PR_GAMES_84_TEMPLATE_GITKEEP_STANDARDIZATION.md exactly.
6+
Package to:
7+
<project folder>/tmp/BUILD_PR_GAMES_84_TEMPLATE_GITKEEP_STANDARDIZATION_delta.zip

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add import rules to template
1+
Standardize template placeholders to .gitkeep for Git tracking

docs/dev/NEXT_COMMAND.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Next bundle
1+
Next: begin first game migration to template
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add import rules to template
1+
gitkeep standardization

docs/dev/reports/file_tree.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
games/_template/**
1+
games/_template/**/.gitkeep
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
exact files only
1+
folders tracked by git
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# BUILD PR — Games Template GitKeep Standardization
2+
3+
## Purpose
4+
Ensure all template folders are committed to GitHub by using .gitkeep files (not .keep or empty dirs).
5+
6+
## Exact Target Files
7+
- games/_template/entities/.gitkeep
8+
- games/_template/systems/.gitkeep
9+
- games/_template/levels/.gitkeep
10+
- games/_template/assets/.gitkeep
11+
- games/_template/ui/.gitkeep
12+
- games/_template/config/.gitkeep
13+
14+
## Required Code Changes
15+
- ensure .gitkeep exists in each folder
16+
- remove any existing .keep files (replace with .gitkeep)
17+
18+
## Constraints
19+
- exact files only
20+
- no folder changes
21+
- no logic changes
22+
23+
## Acceptance Criteria
24+
- folders show in Git
25+
- no .keep files remain

games/_template/config/.keep

Whitespace-only changes.

games/_template/entities/.keep

Whitespace-only changes.

0 commit comments

Comments
 (0)