Skip to content

Commit 6c92de7

Browse files
committed
OWNER 009 root cleanup and workspace finalization
1 parent dc5d083 commit 6c92de7

2,090 files changed

Lines changed: 13849 additions & 662 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ dev/workspace/artifacts/tmp/
2121
dev/workspace/artifacts/tmp/**
2222
dev/workspace/artifacts/tmp/test-results/
2323
dev/workspace/artifacts/tmp/test-results/**
24+
dev/workspace/artifacts/zips/
25+
dev/workspace/artifacts/zips/**
2426
tmp/
2527
scripts/untracked/
2628
projects/
@@ -49,4 +51,4 @@ docs/dev/reports/playwright_v8_coverage_report.txt
4951

5052
# Game Foundry Studio project files
5153
assets/*.gfsp
52-
dev/docs_build/dev/ProjectInstructions.zip
54+
dev/build/ProjectInstructions.zip

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ This repository follows a docs-first game/runtime model, combining a stable engi
2929
## ▶️ Start Here
3030

3131
1. Review the repo model in [docs/README.md](docs/README.md)
32-
2. Explore active development governance in [dev/docs_build/dev/ProjectInstructions/](dev/docs_build/dev/ProjectInstructions/)
32+
2. Explore active development governance in [dev/build/ProjectInstructions/](dev/build/ProjectInstructions/)
3333
3. Browse archived reference samples from [dev/archive/v1-v2/samples/index.html](dev/archive/v1-v2/samples/index.html)
3434
4. Explore tools under [toolbox/](toolbox/)
3535
5. Review engine and architecture boundaries in [docs/architecture/](docs/architecture/)
36-
6. Follow the workflow in [dev/docs_build/dev/](dev/docs_build/dev/) and [dev/docs_build/dev/PR/](dev/docs_build/dev/PR/)
36+
6. Follow the workflow in [dev/build/dev/](dev/build/dev/) and [dev/build/dev/PR/](dev/build/dev/PR/)
3737

3838
---
3939

@@ -107,16 +107,16 @@ PLAN_PR → BUILD_PR → APPLY_PR
107107
- One PR per purpose
108108
- Small, surgical changes
109109
- Docs-first implementation planning
110-
- Delta ZIP outputs stored under `<project folder>/dev/workspace/artifacts/tmp/`
110+
- Delta ZIP outputs stored under `<project folder>/dev/workspace/artifacts/zips/`
111111

112112
---
113113

114114
## 📚 Documentation Map
115115

116116
- [docs/README.md](docs/README.md) → top-level documentation index
117117
- [docs/architecture/](docs/architecture/) → durable architecture and boundary contracts
118-
- [dev/docs_build/dev/PR/](dev/docs_build/dev/PR/) → preserved PR history and architecture evolution
119-
- [dev/docs_build/dev/](dev/docs_build/dev/) → active workflow controls and implementation planning
118+
- [dev/build/dev/PR/](dev/build/dev/PR/) → preserved PR history and architecture evolution
119+
- [dev/build/dev/](dev/build/dev/) → active workflow controls and implementation planning
120120
- [dev/reports/](dev/reports/) → active report artifacts
121121
- [dev/archive/](dev/archive/) → archived dev-ops notes and generated reports
122122

admin/site-setup.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ <h2>Inspector</h2>
8888
<details class="vertical-accordion" open>
8989
<summary>DDL/DML Review</summary>
9090
<div class="accordion-body content-stack">
91-
<p>DDL remains under dev/docs_build/database/ddl/.</p>
92-
<p>Setup review DML is grouped under dev/docs_build/database/dml/. Runtime setup checks run through the server API.</p>
91+
<p>DDL remains under dev/build/database/ddl/.</p>
92+
<p>Setup review DML is grouped under dev/build/database/dml/. Runtime setup checks run through the server API.</p>
9393
</div>
9494
</details>
9595
</div>

dev/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ This folder is the destination shell for non-deployable development workspace ma
1313

1414
## Governance Workspace
1515

16-
- `dev/docs_build/` owns active development governance and PR workflow material.
16+
- `dev/build/` owns active development governance and PR workflow material.
1717
- `dev/reports/` owns generated reports.
1818
- `dev/workspace/artifacts/` owns generated non-report artifacts and local temporary workspace output.
1919
- `dev/tests/` owns non-deployable tests.
2020
- `dev/scripts/` owns development-only scripts and runners.
2121
- `dev/config/` owns development-only runner and tooling configuration.
2222
- `dev/archive/` owns historical development reference material.
23-
- `dev/project-instructions/` is deprecated reference only; active Project Instructions live under `dev/docs_build/dev/ProjectInstructions/`.
23+
- `dev/project-instructions/` is deprecated reference only; active Project Instructions live under `dev/build/ProjectInstructions/`.
2424

2525
## Data Boundary
2626

dev/archive/v1-v2/docs_build/dev/reports/toolbox-builder-route-history/deprecated_games_docs_tools_normalize_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ Full samples smoke test was skipped per request. This PR changes root IA, deprec
111111
## Manual Validation Notes
112112

113113
1. Open `toolbox/index.html` and confirm each root tool card opens its `toolbox/<toolname>/index.html` destination.
114-
2. Open `toolbox/_tool_template-v2/index.html` and confirm Theme V2 CSS, partials, favicon, and scripts load from root paths.
114+
2. Open `dev/templates/tool-template-v2.html` and confirm Theme V2 CSS, partials, favicon, and scripts load from root paths.
115115
3. Open `archive/v1-v2/games/index.html` and confirm the deprecated games index remains reachable.
116116
4. Open `docs/index.html`, `docs/faq.html`, `docs/reference.html`, and `docs/support.html` and confirm `/docs/` remains user-facing only.

dev/archive/v1-v2/docs_build/dev/reports/toolbox-builder-route-history/template_consistency_audit_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PR_26154_022 Template Consistency Audit
22

3-
Sources compared: `/_page_template_v2.html` for public/root pages and `toolbox/_tool_template-v2/index.html` for active toolbox pages.
3+
Sources compared: `/dev/templates/page-template-v2.html` for public/root pages and `dev/templates/tool-template-v2.html` for active toolbox pages.
44
Audit scope was limited to CSS wiring, shared partial labels/slots, shared IDs, header/nav/footer presence, ToolDisplayMode host wiring, left/center/right shell markers, and consistency-critical attributes.
55

66
## Fixes Applied

dev/archive/v1-v2/docs_build/dev/reports/toolbox-builder-route-history/template_convergence_closeout_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Baseline used: `PR_26154_025-cloud-template-styles-cleanup`.
44

55
## Scope
66

7-
- Re-ran the public/root page audit against `_page_template_v2.html`.
7+
- Re-ran the public/root page audit against `dev/templates/page-template-v2.html`.
88
- Re-ran the active toolbox page audit against `toolbox/_tool_template-v2`.
99
- Fixed only clear template contract gaps.
1010

dev/archive/v1-v2/docs_build/dev/reports/toolbox-builder-route-history/theme_v2_asset_ssot_inventory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Task: PR_26152_278-theme-v2-asset-ssot-inventory
206206
- `src` -> `../assets/js/gamefoundry-partials.js`
207207
- `src` -> `../assets/js/tool-display-mode.js`
208208

209-
### `/_page_template_v2.html`
209+
### `/dev/templates/page-template-v2.html`
210210
- `href` -> `assets/images/favicon.svg`
211211
- `href` -> `assets/css/theme/v2/theme.css`
212212
- `src` -> `assets/js/gamefoundry-partials.js`
@@ -219,7 +219,7 @@ Task: PR_26152_278-theme-v2-asset-ssot-inventory
219219
- `src` -> `assets/js/tool-display-mode.js`
220220
- `base` -> `../../../../../GameFoundryStudio/`
221221

222-
### `toolbox/_tool_template-v2/index.html`
222+
### `dev/templates/tool-template-v2.html`
223223
- `href` -> `assets/images/favicon.svg`
224224
- `href` -> `assets/css/styles.css`
225225
- `href` -> `assets/css/theme/v2/theme.css`

dev/archive/v1-v2/docs_build/dev/reports/toolbox-builder-route-history/theme_v2_asset_wiring_closeout_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Baseline used: `PR_26154_034-toolbox-inventory-convergence`.
4848
| Asset | Status | Notes |
4949
| --- | --- | --- |
5050
| `assets/theme-v2/js/gamefoundry-partials.js` | Active | Loaded by public/root pages, games index/type pages, active toolbox pages, and templates. |
51-
| `assets/theme-v2/js/tool-display-mode.js` | Active | Loaded by active toolbox pages and `toolbox/_tool_template-v2/index.html`. |
51+
| `assets/theme-v2/js/tool-display-mode.js` | Active | Loaded by active toolbox pages and `dev/templates/tool-template-v2.html`. |
5252
| `assets/theme-v2/js/account-controls.js` | Active | Loaded by `admin/controls.html`. |
5353

5454
## Partials

dev/archive/v1-v2/docs_build/dev/reports/toolbox-builder-route-history/theme_v2_reference_rewire.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Task: PR_26152_280-theme-v2-reference-rewire
1010

1111
## Rewired Files
1212

13-
- `toolbox/_tool_template-v2/index.html`
13+
- `dev/templates/tool-template-v2.html`
1414
- `toolbox/ai-assistant.html`
1515
- `toolbox/animation-studio.html`
1616
- `toolbox/asset-studio.html`
@@ -65,7 +65,7 @@ Task: PR_26152_280-theme-v2-reference-rewire
6565
- `GameFoundryStudio/tools/publisher.html`
6666
- `GameFoundryStudio/tools/world-vector-studio.html`
6767
- `GameFoundryStudio/tools.html`
68-
- `/_page_template_v2.html`
68+
- `/dev/templates/page-template-v2.html`
6969
- `retired Theme V2 tool template`
7070
- `toolbox/tools-page-accordions.js`
7171

0 commit comments

Comments
 (0)