You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Move the final V1 header image to `assets/theme/v2/images/toolboxaid-header.png`.
6
-
- Delete `assets/theme/v1/` and `src/engine/theme/` after active reference removal.
7
-
- Remove active `src/engine/theme` dependencies from capture tooling and dev guards.
8
-
- Produce final active-vs-deprecated ownership inventory and cleanup candidate report.
9
-
- Validate targeted active references, changed static files, diff whitespace, review artifacts, and repo-structured delta ZIP packaging.
5
+
- Normalize remaining active root `samples/` references to `old_samples/` where the intended owner is clear.
6
+
- Confirm active stale paths are gone for `GameFoundryStudio/`, `src/engine/theme/`, `assets/theme/v1/`, `favicon.ico`, and deprecated root `samples/`.
7
+
- Confirm active/deprecated ownership for docs, docs_build, tools, games, old-tools, old_games, and old_samples.
8
+
- Confirm `/favicon.svg`, proprietary LICENSE, games index tiles, and alphabetized tools index ordering.
9
+
- Validate targeted active paths, changed static/script files, diff whitespace, review artifacts, and repo-structured delta ZIP packaging.
- Closed out active path references for the root migration.
9
+
- Verified current active/deprecated structure ownership.
10
+
- Normalized remaining active references to deprecated root `samples/` paths where the intended path was clearly `old_samples/`.
11
+
- Did not modify `old-tools/`, `old_games/`, `old_samples/`, or `start_of_day/`.
12
+
- Did not rebuild tools or add feature work.
13
+
14
+
## Changes
15
+
16
+
| File | Change |
17
+
| --- | --- |
18
+
|`scripts/PS/audit-sample-json-js-references.ps1`| Default sample root and comment now use `old_samples`. |
19
+
|`scripts/PS/audit-samples-only-palette-json.ps1`| Help text and default sample root now use `old_samples`. |
20
+
|`scripts/audit-sample-json-ownership.mjs`| Sample root, metadata path, report path, regexes, and report text now use `old_samples` and `docs_build/dev/reports`. |
21
+
|`scripts/engine_usage_audit.py`| Sample bucket detection now uses `old_samples`. |
22
+
|`scripts/run-targeted-test-lanes.mjs`| Removed the obsolete active `samples/` lane check while keeping `old_samples/` and `tests/samples/`. |
23
+
|`tools/dev/checkInternalBarrelGuard.mjs`| Sample entrypoint pattern now uses `old_samples`. |
24
+
|`tools/shared/preview/generate-list-previews.html`| Preview input parser now recognizes `old_samples/phase...` paths. |
25
+
|`tools/schemas/README.md`| Removed an ambiguous trailing slash from the schema `samples` layout label; the actual schema path is unchanged. |
26
+
27
+
## Active Path Closeout
28
+
29
+
Targeted active-path validation found no active references to:
30
+
31
+
-`GameFoundryStudio/`
32
+
-`src/engine/theme/`
33
+
-`assets/theme/v1/`
34
+
-`favicon.ico`
35
+
- deprecated root `samples/`
36
+
37
+
The scan excluded `docs_build/`, tests, reports, `old-tools/`, `old_games/`, `old_samples/`, `start_of_day/`, and `tmp/` so historical records and deprecated references remain preserved.
These items were identified during closeout but intentionally not moved in this PR:
8
+
9
+
| Candidate | Reason Deferred |
10
+
| --- | --- |
11
+
|`tools/_templates-v2/`| Still present with an `index.html`; confirm whether it is an active template surface or should move to deprecated template ownership. |
12
+
|`tools/dev/`, `tools/shared/`, `tools/schemas/`| Active support folders under `tools/`, not user-facing tool surfaces. Move only if a new support-code ownership target is approved. |
13
+
|`tools/renderToolsIndex.js` and `tools/toolRegistry.js`| Active root-level tool support files. Consolidation would require a separate import/launcher audit. |
14
+
|`games/assets/`| Active game support assets, not a game category page. No move recommended without a new assets ownership PR. |
15
+
|`docs_build/` historical archives and reports | Historical records still mention old paths by design; not active runtime references. |
16
+
|`old-tools/`, `old_games/`, `old_samples/`| Deprecated reference/playable areas preserved by request. |
17
+
18
+
## Confirmed Closed
19
+
20
+
- No active `GameFoundryStudio/` references.
21
+
- No active `src/engine/theme/` references.
22
+
- No active `assets/theme/v1/` references.
23
+
- No active `favicon.ico` references.
24
+
- No active deprecated root `samples/` references.
25
+
-`/favicon.svg` is the canonical active site icon.
26
+
-`LICENSE` is proprietary/restrictive.
27
+
28
+
## Notes
29
+
30
+
-`old_samples/` references remain where they preserve deprecated sample access or validation routing.
31
+
-`tools/shared/samples/` and `tools/schemas/samples/` are active support/schema namespaces, not deprecated root sample paths.
0 commit comments