Skip to content

Commit 622161a

Browse files
committed
OWNER: add PRs shortcut and environment naming
1 parent 185a9f8 commit 622161a

2 files changed

Lines changed: 43 additions & 4 deletions

File tree

docs_build/dev/ProjectInstructions/addendums/naming_registry.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@ Capture approved Game Foundry Studio names to reduce rename churn.
2525

2626
## Approved Environment Names
2727

28-
- DEV
29-
- IST
30-
- UAT
31-
- PROD
28+
- Local - VS Code environment
29+
- DEV - local Docker
30+
- IST - local Docker
31+
- UAT - VPS
32+
- PROD - VPS
3233

3334
## Approved Package Terms
3435

docs_build/dev/ProjectInstructions/addendums/pr_workflow.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,41 @@ Define the standard pull request workflow for Game Foundry Studio.
4040
For governance, documentation, and administrative work, use Batch Governance Mode by default.
4141

4242
Use stacked sequential PRs only when dependency order requires it.
43+
44+
## OWNER Shortcut: PRs
45+
46+
Keyword:
47+
PRs
48+
49+
Meaning:
50+
Generate the complete stacked sequential Codex PR chain required to finish the current workstream.
51+
52+
Applies to:
53+
- OWNER
54+
- Team Alfa
55+
- Team Bravo
56+
- Team Charlie
57+
- Any future NATO-named team
58+
59+
Behavior:
60+
- Determine completed work.
61+
- Determine open work.
62+
- Determine remaining work.
63+
- Batch related work where practical.
64+
- Generate the complete PR chain.
65+
- Include start gates.
66+
- Include validation.
67+
- Include commit messages.
68+
- Include PR names.
69+
- Include merge dependencies.
70+
71+
Default assumptions:
72+
- Batch Governance Mode
73+
- Throughput-first execution
74+
- Minimal conversational checkpoints
75+
76+
Stop only for:
77+
- Start gate failure
78+
- Merge conflict
79+
- Validation failure
80+
- OWNER decision

0 commit comments

Comments
 (0)