|
1 | 1 | # Codex Commands |
2 | 2 |
|
3 | | -Tasks: |
| 3 | +Task: |
4 | 4 |
|
5 | | -- `PR_26154_011-theme-v1-final-teardown` |
6 | | -- `PR_26154_012-root-asset-reference-cleanup` |
7 | | -- `PR_26154_013-root-structure-inventory-closeout` |
| 5 | +- `PR_26154_014-tools-index-sort-cleanup` |
8 | 6 |
|
9 | 7 | Commands run: |
10 | 8 |
|
11 | 9 | - `Get-Content .codex/skills/repo-build/SKILL.md` |
12 | 10 | - `Get-Content docs_build/dev/PROJECT_INSTRUCTIONS.md` |
13 | 11 | - `git status --short --untracked-files=all` |
14 | | -- Targeted `Get-ChildItem`, `Get-Content`, and `rg` inventory for: |
15 | | - - `src/engine/theme/` |
16 | | - - `assets/theme/v1/` |
17 | | - - active public/root pages |
18 | | - - active tool surfaces under `tools/` |
19 | | - - `games/` |
20 | | - - `docs/` |
21 | | - - stale path strings |
22 | | - - current root ownership folders |
23 | | -- Updated `src/engine/theme/README.md` to document runtime ownership and the current direct helper import path. |
24 | | -- Targeted stale-reference checks for: |
25 | | - - `GameFoundryStudio/` |
26 | | - - `src/engine/theme/index.js` |
27 | | - - `assets/theme/v2/assets/` |
28 | | - - `assets/theme/v2/images/games/` |
29 | | - - `favicon.ico` |
30 | | -- Root structure inventory counts for: |
31 | | - - `assets/` |
32 | | - - `tools/` |
33 | | - - `old-tools/` |
34 | | - - `games/` |
35 | | - - `old_games/` |
36 | | - - `old_samples/` |
37 | | - - `docs/` |
38 | | - - `docs_build/` |
39 | | - - `schemas/` |
40 | | - - `src/` |
41 | | -- Node targeted static validation for changed HTML, JS, CSS, JSON, and Markdown paths. |
42 | | -- `git status --short -- start_of_day old_games old_samples` |
| 12 | +- `Get-Content tools/index.html` |
| 13 | +- `Get-Content tools/tools-page-accordions.js` |
| 14 | +- `rg -n "GameFoundryStudio/|src/engine/theme/|assets/theme/v2/assets/|assets/theme/v2/images/games/|favicon\\.ico" tools/index.html tools/tools-page-accordions.js` |
| 15 | +- Node scoped rewrite for `tools/tools-page-accordions.js` group and tile ordering. |
| 16 | +- `rg --files | rg -i "localization|localisation|localize|translate|translation"` |
| 17 | +- `Get-ChildItem assets/theme/v2/images/tools` |
| 18 | +- `rg -n "localization\\.png|localization-studio|Localization|localization" tools assets docs docs_build -g "!*old*"` |
| 19 | +- `rg -n "tools-page-accordions\\.js" -g "*.html" -g "*.js" -g "*.md" -g "*.json" .` |
| 20 | +- `node --check tools/tools-page-accordions.js` |
| 21 | +- Node targeted validator for: |
| 22 | + - active Tools index group ordering |
| 23 | + - tile ordering within each group |
| 24 | + - active tool href/image file existence |
| 25 | + - `tools/index.html` local ref file existence |
| 26 | + - stale active path strings |
| 27 | +- Node static validation for changed HTML, JS, CSS, JSON, and Markdown files. |
43 | 28 | - `git diff --check` |
| 29 | +- `git status --short -- start_of_day old_games old_samples` |
44 | 30 | - `npm run codex:review-artifacts` |
45 | | -- Python ZIP packaging for `tmp/PR_26154_011-013-root-structure-closeout_delta.zip` |
| 31 | +- ZIP packaging for `tmp/PR_26154_014-tools-index-sort-cleanup_delta.zip` |
46 | 32 |
|
47 | 33 | Validation summary: |
48 | 34 |
|
49 | | -- PASS no confirmed V1 legacy/static assets remain under `src/engine/theme/`. |
50 | | -- PASS remaining `src/engine/theme/` files are runtime-owned or runtime documentation. |
51 | | -- PASS `src/engine/theme/README.md` no longer references the removed `index.js` barrel. |
52 | | -- PASS no active public/root page, active tool page, game page, public doc, asset, script, or source helper references remain to stale public asset paths. |
53 | | -- PASS remaining `src/engine/theme/` references are intentional runtime/guard/test references or historical/generated records. |
54 | | -- PASS root structure ownership inventory completed. |
55 | | -- PASS `schemas/` absence confirmed; active schemas are under `tools/schemas/`. |
56 | | -- PASS `start_of_day/`, `old_games/`, and `old_samples/` unchanged. |
| 35 | +- PASS `tools/tools-page-accordions.js` syntax validation. |
| 36 | +- PASS active Tools index group order is alphabetical. |
| 37 | +- PASS active Tools index tile order is alphabetical within every group. |
| 38 | +- PASS 19 active tool href/image references resolve. |
| 39 | +- PASS 4 `tools/index.html` local refs resolve. |
| 40 | +- PASS no targeted stale path strings remain in `tools/index.html` or `tools/tools-page-accordions.js`. |
| 41 | +- PASS static validation for changed HTML, JS, CSS, JSON, and Markdown files. |
57 | 42 | - PASS `git diff --check`. |
58 | | -- PASS `npm run codex:review-artifacts`. |
| 43 | +- PASS no `start_of_day/`, `old_games/`, or `old_samples/` changes. |
| 44 | +- PASS review artifact generation. |
| 45 | +- PASS repo-structured delta ZIP packaging. |
59 | 46 | - SKIPPED `npm run test:workspace-v2`; active Workspace V2 launch/navigation behavior was not changed. |
60 | | -- SKIPPED old_games, old_samples, and full samples smoke validation per request. |
| 47 | +- SKIPPED old games, old samples, and full samples smoke validation per request. |
0 commit comments