Skip to content

Commit 018306b

Browse files
author
DavidQ
committed
Add full folder structure to template
1 parent f604e5f commit 018306b

10 files changed

Lines changed: 27 additions & 5 deletions

File tree

docs/dev/CODEX_COMMANDS.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
MODEL: GPT-5.4-codex
22
REASONING: medium
33
COMMAND:
4-
Execute docs/pr/BUILD_PR_GAMES_80_TEMPLATE_VALIDATION.md exactly.
5-
Package to <project folder>/tmp/BUILD_PR_GAMES_80_TEMPLATE_VALIDATION_delta.zip
4+
Execute docs/pr/BUILD_PR_GAMES_81_TEMPLATE_FULL_STRUCTURE.md exactly.
5+
Create only listed folders.
6+
Package to <project folder>/tmp/BUILD_PR_GAMES_81_TEMPLATE_FULL_STRUCTURE_delta.zip

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Validate template loads without errors
1+
Add full folder structure to template
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Validate template loads without errors
1+
Add full folder structure to template

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/**
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# BUILD PR — Games Template Complete Folder Structure
2+
3+
## Purpose
4+
Ensure games/_template contains ALL required folders so no guessing or bad naming occurs.
5+
6+
## Exact Target
7+
games/_template/
8+
9+
## Required
10+
Create explicit empty folders:
11+
- flow/
12+
- entities/
13+
- systems/
14+
- levels/
15+
- assets/
16+
- ui/
17+
- config/
18+
19+
## Constraints
20+
- folders only
21+
- no logic changes

games/_template/assets/.gitkeep

Whitespace-only changes.

games/_template/entities/.gitkeep

Whitespace-only changes.

games/_template/levels/.gitkeep

Whitespace-only changes.

games/_template/systems/.gitkeep

Whitespace-only changes.

games/_template/ui/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)