|
1 | 1 | Summary |
2 | | -- Enforced script boundaries: |
3 | | - - deployment scripts now live under `scripts/PS/deploy/` |
4 | | - - codex scripts remain under `scripts/PS/codex/` |
5 | | -- Added deployment safety/validation helpers in `scripts/PS/deploy/WebsiteRepoDeploymentCommon.ps1`. |
6 | | -- Added/updated deployment scripts with dry-run and apply guards: |
7 | | - - `scripts/PS/deploy/Prep-WebsiteRepoDeployment.ps1` |
8 | | - - `scripts/PS/deploy/Update-WebsiteRepoDeployment.ps1` |
9 | | - - `scripts/PS/deploy/Clean-WebsiteRepoDeployment.ps1` |
10 | | -- Removed deployment script duplicates from `scripts/PS/codex/`: |
11 | | - - `Prep-WebsiteRepoDeployment.ps1` |
12 | | - - `Update-WebsiteRepoDeployment.ps1` |
13 | | - - `Clean-WebsiteRepoDeployment.ps1` |
14 | | - - `WebsiteRepoDeploymentCommon.ps1` |
15 | | -- Added Docker deployment compatibility artifacts to deploy flow (`Dockerfile`, `docker-compose.yml`, `.dockerignore` in staging root). |
16 | | -- Hardened codex scripts with dry-run and validation where applicable: |
17 | | - - `Switch-CodexPlanMode.ps1` |
18 | | - - `Set-CodexApiKey.ps1` |
19 | | - - `Validate-CodexApiKey.ps1` |
20 | | - - `Get-CodexOperatorState.ps1` |
21 | | - - `New-CodexTemplateGame.ps1` |
22 | | -- Updated docs for new deploy path and script guardrails: |
23 | | - - `docs/dev/CODEX_WEBSITE_REPO_DEPLOYMENT_SCRIPTING.md` |
| 2 | +- Moved template game creation script from `scripts/PS/codex/New-CodexTemplateGame.ps1` to `scripts/PS/New-TemplateGame.ps1`. |
| 3 | +- Renamed script to reflect purpose (general template game creation, not codex-only naming). |
| 4 | +- Updated script internals for new location: |
| 5 | + - repo-root resolution now matches `scripts/PS/` depth |
| 6 | + - generation note path updated to `scripts/PS/New-TemplateGame.ps1` |
| 7 | +- Updated documentation references to the new script path: |
24 | 8 | - `docs/dev/CODEX_TEMPLATE_GAME_CREATION_SCRIPTING.md` |
25 | | - - `docs/dev/CODEX_PLAN_AND_API_KEY_SCRIPTING.md` |
| 9 | +- Preserved script folder structure: |
| 10 | + - `scripts/PS/` (general) |
| 11 | + - `scripts/PS/codex/` (codex) |
| 12 | + - `scripts/PS/deploy/` (deployment) |
26 | 13 | - Updated roadmap with status-only bracket change. |
0 commit comments