Skip to content

Commit 6831a2c

Browse files
committed
Fix platform validation workflow path
1 parent 821d54c commit 6831a2c

8 files changed

Lines changed: 151 additions & 320 deletions

.github/workflows/platform-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
node-version: "20"
2121

2222
- name: Run Platform Validation Suite
23-
run: node ./scripts/run-platform-validation-suite.mjs
23+
run: node ./dev/scripts/run-platform-validation-suite.mjs
Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,27 @@
11
# PR_26179_OWNER_008-update-path-governance-final
22

3-
Generated: 2026-06-27T19:38:31.874Z
3+
Updated: 2026-06-27T20:36:34.395Z
44
Branch: PR_26179_OWNER_008-update-path-governance-final
5-
Base stack head before PR_008: f3c2e7a02
65
ZIP: dev/workspace/artifacts/tmp/PR_26179_OWNER_008-update-path-governance-final_delta.zip
76

87
## Purpose
98

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/`.
1110

1211
## Changes
1312

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.
1816

1917
## Validation Summary
2018

2119
| Status | Item | Notes |
2220
| --- | --- | --- |
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. |
3124
| PASS | npm run validate:canonical-structure | passed |
3225
| 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. |

dev/reports/PR_26179_OWNER_008-update-path-governance-final_branch-validation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
| Status | Item | Notes |
44
| --- | --- | --- |
5-
| PASS | Current branch is PR_26179_OWNER_008-update-path-governance-final | confirmed |
6-
| PASS | Documentation/governance-only scope | no protected runtime/product/API/database/test/script/config diffs |
5+
| PASS | Current branch | PR_26179_OWNER_008-update-path-governance-final |
6+
| PASS | GitHub Actions platform-validation path | .github/workflows/platform-validation.yml uses node ./dev/scripts/run-platform-validation-suite.mjs |
77

88
Result: PASS
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# PR_26179_OWNER_008-update-path-governance-final Manual Validation Notes
22

33
- Confirmed branch: PR_26179_OWNER_008-update-path-governance-final
4-
- Confirmed no product/runtime/API/database/test/script/config files changed in this PR.
5-
- Confirmed final target src layers are documented only; no source folders were moved.
6-
- Confirmed old report root search returned no active matches.
7-
- Playwright was not run beyond impact assessment because this PR is documentation/governance-only.
4+
- Worktree was clean at start before the workflow patch.
5+
- Changed only `.github/workflows/platform-validation.yml` and PR_008 report artifacts for the CI path correction.
6+
- Confirmed no old root `./scripts/` GitHub Actions workflow calls remain.
7+
- Ran `node ./dev/scripts/run-platform-validation-suite.mjs`; local platform validation passed 8/8 scenarios and emitted CI gate green.
8+
- Ran `npm run validate:canonical-structure`; passed.
9+
- Ran `git diff --check`; passed.
810
- Repo-structured ZIP path: `dev/workspace/artifacts/tmp/PR_26179_OWNER_008-update-path-governance-final_delta.zip`

dev/reports/PR_26179_OWNER_008-update-path-governance-final_requirement-checklist.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
| Status | Item | Notes |
44
| --- | --- | --- |
5-
| PASS | Finalize all Project Instructions and governance references to the new paths | Active governance references final dev/report/artifact paths and documents legacy exceptions. |
6-
| PASS | Document final root directory standard | repository_directory_standard.md and README updated. |
7-
| PASS | Document final src/ layer standard | src/web, src/api-runtime, src/runtime documented. Existing top-level src buckets are legacy transition only. |
8-
| PASS | Document final dev/ workspace standard | dev ownership for docs_build, reports, tests, scripts, config, archive, workspace/artifacts documented. |
9-
| PASS | Confirm no old docs_build/, tests/, archive/, or tmp/ path references remain unless documented as legacy exceptions | Old root paths are documented as legacy exceptions; active output/report refs use new paths. |
10-
| PASS | No runtime/product/API/database changes | Protected diff check returned no files. |
5+
| PASS | Find workflow references to node ./scripts/run-platform-validation-suite.mjs | Located one reference in .github/workflows/platform-validation.yml. |
6+
| PASS | Update to node ./dev/scripts/run-platform-validation-suite.mjs | Updated only the moved CI script path. |
7+
| PASS | Check for other GitHub Actions moved root scripts/ references | Targeted grep found no remaining old root ./scripts/ workflow calls. |
8+
| PASS | Do not move files | No files moved. |
9+
| PASS | Do not change runtime behavior | Only GitHub Actions workflow path and reports changed. |
10+
| PASS | Do not change production pages | No production page files changed. |
1111

1212
Result: PASS

dev/reports/PR_26179_OWNER_008-update-path-governance-final_validation-lane.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
| Status | Item | Notes |
44
| --- | --- | --- |
5+
| PASS | Old moved root scripts path grep | No .github workflow references to node ./scripts/, run: ./scripts/, or standalone ./scripts/ remain. |
56
| PASS | npm run validate:canonical-structure | passed |
67
| PASS | git diff --check | passed |
7-
| PASS | Playwright impacted | not impacted; no runtime/test/browser behavior changed |
8+
| PASS | node ./dev/scripts/run-platform-validation-suite.mjs | passed locally: 8/8 deterministic platform scenarios; CI gate green message emitted |
9+
| PASS | Runtime/product scope | No runtime/business logic, production pages, or routes modified. |
810

911
Scoped validation result: PASS

dev/reports/codex_changed_files.txt

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# git status --short
2-
M README.md
3-
M dev/README.md
4-
M dev/docs_build/dev/ProjectInstructions/PROJECT_INSTRUCTIONS.md
5-
M dev/docs_build/dev/ProjectInstructions/addendums/canonical_repository_structure.md
6-
M dev/docs_build/dev/ProjectInstructions/addendums/repository_directory_standard.md
7-
A dev/reports/PR_26179_OWNER_008-update-path-governance-final.md
8-
A dev/reports/PR_26179_OWNER_008-update-path-governance-final_branch-validation.md
9-
A dev/reports/PR_26179_OWNER_008-update-path-governance-final_manual-validation-notes.md
10-
A dev/reports/PR_26179_OWNER_008-update-path-governance-final_requirement-checklist.md
11-
A dev/reports/PR_26179_OWNER_008-update-path-governance-final_validation-lane.md
2+
M .github/workflows/platform-validation.yml
3+
M dev/reports/PR_26179_OWNER_008-update-path-governance-final.md
4+
M dev/reports/PR_26179_OWNER_008-update-path-governance-final_branch-validation.md
5+
M dev/reports/PR_26179_OWNER_008-update-path-governance-final_manual-validation-notes.md
6+
M dev/reports/PR_26179_OWNER_008-update-path-governance-final_requirement-checklist.md
7+
M dev/reports/PR_26179_OWNER_008-update-path-governance-final_validation-lane.md
128

139
# git ls-files --others --exclude-standard
1410
(no output)

0 commit comments

Comments
 (0)