Skip to content

Commit 1fe8b29

Browse files
author
DavidQ
committed
Add usage doc for template (non-runtime)
1 parent d9230eb commit 1fe8b29

7 files changed

Lines changed: 20 additions & 10 deletions

docs/dev/CODEX_COMMANDS.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
MODEL: GPT-5.4-codex
22
REASONING: medium
3-
43
COMMAND:
5-
Execute docs/pr/BUILD_PR_GAMES_77_CREATE_TEMPLATE_STRUCTURE.md exactly.
6-
Create only listed files.
7-
Package to:
8-
<project folder>/tmp/BUILD_PR_GAMES_77_CREATE_TEMPLATE_STRUCTURE_delta.zip
4+
Execute docs/pr/BUILD_PR_GAMES_78_TEMPLATE_FLOW_WIRING.md exactly.
5+
Package to <project folder>/tmp/BUILD_PR_GAMES_78_TEMPLATE_FLOW_WIRING_delta.zip

docs/dev/COMMIT_COMMENT.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Create initial games template structure
1+
Wire minimal flow structure in template (no game impact)

docs/dev/NEXT_COMMAND.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Next: add flow wiring
1+
Next bundle
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
template scaffold
1+
Wire minimal flow structure in template (no game impact)

docs/dev/reports/file_tree.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
games/_template/*
1+
games/_template/index.js
2+
games/_template/flow/*
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
files exist
1+
exact files only
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# BUILD_PR_GAMES_78_TEMPLATE_FLOW_WIRING
2+
3+
Purpose:
4+
Wire minimal flow structure in template (no game impact)
5+
6+
Files:
7+
games/_template/index.js
8+
games/_template/flow/*
9+
10+
Constraints:
11+
- exact files only
12+
- no refactor

0 commit comments

Comments
 (0)