|
1 | 1 | # PR_26179_OWNER_008-update-path-governance-final |
2 | 2 |
|
3 | | -Generated: 2026-06-27T19:38:31.874Z |
| 3 | +Updated: 2026-06-27T20:36:34.395Z |
4 | 4 | Branch: PR_26179_OWNER_008-update-path-governance-final |
5 | | -Base stack head before PR_008: f3c2e7a02 |
6 | 5 | ZIP: dev/workspace/artifacts/tmp/PR_26179_OWNER_008-update-path-governance-final_delta.zip |
7 | 6 |
|
8 | 7 | ## Purpose |
9 | 8 |
|
10 | | -Finalize path governance after the dev workspace restructure chain and document the final root, src, and dev workspace standards. |
| 9 | +Finalize path governance after the dev workspace restructure chain and correct the PR #243 GitHub Actions platform-validation script path after the root `scripts/` directory moved to `dev/scripts/`. |
11 | 10 |
|
12 | 11 | ## Changes |
13 | 12 |
|
14 | | -- Updated repository directory governance with final root ownership and legacy path exceptions. |
15 | | -- Added the final `src/web/`, `src/api-runtime/`, and `src/runtime/` layer standard. |
16 | | -- Updated canonical repository structure governance to point new work at final paths. |
17 | | -- Updated README architecture wording to describe target src layers without moving current source directories. |
| 13 | +- Updated `.github/workflows/platform-validation.yml` from `node ./scripts/run-platform-validation-suite.mjs` to `node ./dev/scripts/run-platform-validation-suite.mjs`. |
| 14 | +- Confirmed no other GitHub Actions workflow references still call moved root `./scripts/` paths. |
| 15 | +- Preserved PR_008 governance-only path standard updates. |
18 | 16 |
|
19 | 17 | ## Validation Summary |
20 | 18 |
|
21 | 19 | | Status | Item | Notes | |
22 | 20 | | --- | --- | --- | |
23 | | -| PASS | Current branch is PR_26179_OWNER_008-update-path-governance-final | confirmed | |
24 | | -| PASS | Documentation/governance-only scope | no protected runtime/product/API/database/test/script/config diffs | |
25 | | -| PASS | Final root directory standard documented | repository_directory_standard.md names product root, src, dev, docs, games, toolbox, and public product roots | |
26 | | -| PASS | Final src layer standard documented | src/web, src/api-runtime, and src/runtime documented with legacy transition buckets | |
27 | | -| PASS | Final dev workspace standard documented | dev/docs_build, dev/reports, dev/tests, dev/scripts, dev/config, dev/archive, and dev/workspace/artifacts documented | |
28 | | -| PASS | Old report root references absent from active target search | (no matches) | |
29 | | -| PASS | Old <project folder>/tmp ZIP reference absent from active target search | (no matches) | |
30 | | -| PASS | Final src path grep | 15 matching lines | |
| 21 | +| PASS | Current branch | PR_26179_OWNER_008-update-path-governance-final | |
| 22 | +| PASS | GitHub Actions platform-validation path | .github/workflows/platform-validation.yml uses node ./dev/scripts/run-platform-validation-suite.mjs | |
| 23 | +| PASS | Old moved root scripts path grep | No .github workflow references to node ./scripts/, run: ./scripts/, or standalone ./scripts/ remain. | |
31 | 24 | | PASS | npm run validate:canonical-structure | passed | |
32 | 25 | | PASS | git diff --check | passed | |
33 | | -| PASS | Playwright impacted | not impacted; no runtime/test/browser behavior changed | |
| 26 | +| PASS | node ./dev/scripts/run-platform-validation-suite.mjs | passed locally: 8/8 deterministic platform scenarios; CI gate green message emitted | |
| 27 | +| PASS | Runtime/product scope | No runtime/business logic, production pages, or routes modified. | |
0 commit comments