|
2 | 2 |
|
3 | 3 | Task: |
4 | 4 |
|
5 | | -- `PR_26154_042-toolbox-route-reference-hygiene` |
6 | | -- `PR_26154_043-docs-build-archive-consolidation` |
7 | | -- `PR_26154_044-final-active-toolbox-template-gate` |
| 5 | +- `PR_26154_045-active-toolbox-reduction` |
| 6 | +- `PR_26154_046-archive-v1-v2-finalization` |
| 7 | +- `PR_26154_047-toolbox-endstate-inventory` |
8 | 8 |
|
9 | 9 | Changes: |
10 | 10 |
|
11 | 11 | - Read `.codex/skills/repo-build/SKILL.md`. |
12 | 12 | - Read `docs_build/dev/PROJECT_INSTRUCTIONS.md`. |
13 | | -- Used `PR_26154_039-041-builder-shared-active-closeout` as baseline. |
14 | | -- Audited active route references for removed builder surfaces. |
15 | | -- Confirmed `toolbox/game-design/` is the only active game design/build planning surface. |
16 | | -- Moved 46 historical builder/route reports from `docs_build/dev/reports/` to `archive/v1-v2/docs_build/dev/reports/toolbox-builder-route-history/`. |
17 | | -- Moved existing `docs_build/dev/archive/object-vector-studio-v2/starter-project-template/` material to `archive/v1-v2/docs_build/dev/archive/object-vector-studio-v2/starter-project-template/`. |
18 | | -- Updated docs_build references to moved archive material. |
19 | | -- Ran the final active Toolbox template gate across all active tool pages. |
| 13 | +- Used `PR_26154_042-044-toolbox-route-archive-template-gate` as baseline. |
| 14 | +- Audited active Toolbox folders and classified requested candidates. |
| 15 | +- Moved `toolbox/configuration-admin/` to `archive/v1-v2/tools/toolbox-reduction-reference/configuration-admin/`. |
| 16 | +- Moved `toolbox/creator/` to `archive/v1-v2/tools/toolbox-reduction-reference/tool-creator/`. |
| 17 | +- Removed Configuration Admin and Tool Creator from active header navigation, route aliases, and Toolbox index grouping. |
| 18 | +- Updated active surface validation to reject the retired Toolbox folders if they return. |
| 19 | +- Rewired hidden legacy registry/sample references from removed `old-tools` and `old_samples` roots to `archive/v1-v2`. |
| 20 | +- Updated docs_build guard scripts and selected validation utilities for archive path ownership. |
| 21 | +- Produced active Toolbox and archive end-state reports. |
20 | 22 | - Did not modify `start_of_day/`. |
21 | 23 | - Did not run tests against `archive/v1-v2/`. |
22 | 24 | - Did not run the full samples smoke test. |
23 | 25 |
|
24 | 26 | Validation: |
25 | 27 |
|
26 | | -- Ran targeted active route scans for retired builder paths. |
27 | | -- Ran targeted docs_build archive reference checks. |
28 | | -- Ran final active Toolbox template consistency audit with counts. |
| 28 | +- Ran targeted active route scans for retired Configuration Admin and Tool Creator paths. |
| 29 | +- Ran targeted archive path checks for `archive/v1-v2/tools`, `archive/v1-v2/games`, and `archive/v1-v2/samples`. |
| 30 | +- Ran active Toolbox template consistency audit: 16 active pages, 10 markers, 0 mismatches. |
29 | 31 | - Ran `node scripts/validate-active-tools-surface.mjs`. |
30 | | -- Ran changed-file static validation for HTML, JS, CSS, JSON, and Markdown files. |
| 32 | +- Ran `node docs_build/dev/toolbox/checkSharedExtractionGuard.mjs`. |
| 33 | +- Ran changed-file JavaScript syntax checks with `node --check`. |
| 34 | +- Ran changed JSON parse checks. |
| 35 | +- Ran `python -m py_compile scripts/engine_usage_audit.py`. |
| 36 | +- Ran `npm run test:workspace-v2`. |
31 | 37 | - Ran `git diff --check`. |
32 | | -- Skipped `npm run test:workspace-v2` because active Toolbox navigation and template wiring were not changed. |
33 | 38 | - Regenerated required Codex review artifacts. |
34 | 39 | - Packaged repo-structured ZIP: |
35 | | - - `tmp/PR_26154_042-044-toolbox-route-archive-template-gate_delta.zip` |
| 40 | + - `tmp/PR_26154_045-047-toolbox-reduction-archive-endstate_delta.zip` |
36 | 41 |
|
37 | 42 | Required reports: |
38 | 43 |
|
39 | 44 | - `docs_build/dev/reports/codex_changed_files.txt` |
40 | 45 | - `docs_build/dev/reports/codex_review.diff` |
41 | | -- `docs_build/dev/reports/toolbox_route_reference_hygiene_report.md` |
42 | | -- `docs_build/dev/reports/docs_build_archive_consolidation_report.md` |
43 | | -- `docs_build/dev/reports/final_active_toolbox_template_gate_report.md` |
| 46 | +- `docs_build/dev/reports/active_toolbox_reduction_report.md` |
| 47 | +- `docs_build/dev/reports/archive_v1_v2_finalization_report.md` |
| 48 | +- `docs_build/dev/reports/toolbox_endstate_inventory_report.md` |
44 | 49 |
|
45 | 50 | Validation summary: |
46 | 51 |
|
47 | | -- PASS: active builder route hygiene. |
48 | | -- PASS: docs_build archive consolidation. |
49 | | -- PASS: active Toolbox template gate, 18 of 18 pages passing. |
50 | | -- PASS: static validation. |
| 52 | +- PASS: active Toolbox surface reduced to 16 active pages. |
| 53 | +- PASS: retired tool routes removed from active nav/index/route aliases. |
| 54 | +- PASS: active Toolbox template audit. |
| 55 | +- PASS: Workspace V2 lane, 2 Playwright tests passed. |
| 56 | +- PASS: static syntax/JSON validation for changed files. |
51 | 57 | - PASS: `git diff --check`. |
52 | | -- SKIPPED: Workspace V2 Playwright because no active nav/template behavior changed. |
53 | | -- SKIPPED: archive tests and full samples smoke test. |
| 58 | +- INFO: optional Phase 24 guard now resolves archive paths from repo root, but its existing roadmap hash lock is stale and was not used as this PR's gate. |
| 59 | +- SKIPPED: tests against `archive/v1-v2/`. |
| 60 | +- SKIPPED: full samples smoke test. |
0 commit comments