Skip to content

Commit 27ad97f

Browse files
committed
OWNER 009 finish root cleanup finalization
1 parent 6c92de7 commit 27ad97f

11 files changed

Lines changed: 224 additions & 13270 deletions

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ dev/workspace/artifacts/tmp/test-results/**
2424
dev/workspace/artifacts/zips/
2525
dev/workspace/artifacts/zips/**
2626
tmp/
27-
scripts/untracked/
27+
dev/scripts/untracked/
28+
dev/scripts/untracked/**
2829
projects/
2930

3031
# Codex files

dev/reports/PR_26179_OWNER_009-root-cleanup-and-workspace-finalization.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,30 @@
33
Status: PASS
44
Team: OWNER
55
Branch: PR_26179_OWNER_009-root-cleanup-and-workspace-finalization
6-
Base HEAD at branch start: dc5d083757ac57d880aac6ea7981531892bbee70
7-
Report generated: 2026-06-27T21:46:55.174Z
6+
Current HEAD before this update: 6c92de7eff93b4f5f1b951b8b0886a357cab626c
7+
Report refreshed: 2026-06-27T22:05:28.695Z
88
ZIP: dev/workspace/artifacts/zips/PR_26179_OWNER_009-root-cleanup-and-workspace-finalization_delta.zip
99

1010
## Purpose
1111

12-
Finalize the development workspace root cleanup after the restructure stack by moving the active build workspace to dev/build, removing stale root development artifacts, relocating reusable development scripts/templates, and confirming generated outputs now live under dev/reports and dev/workspace/artifacts.
12+
Finish the already-started root cleanup/workspace finalization PR.
1313

1414
## Scope Completed
1515

16-
- Renamed tracked dev/docs_build content into dev/build.
17-
- Moved active Project Instructions from dev/docs_build/dev/ProjectInstructions to dev/build/ProjectInstructions.
18-
- Updated package scripts, validation scripts, runtime seed path references, tests, and governance references for the new dev/build path.
19-
- Removed ignored/untracked root projects and tmp folders; root projects contained no tracked files.
20-
- Moved tracked root developer scripts into dev/scripts.
21-
- Moved reusable HTML templates into dev/templates.
22-
- Moved tracked dupes_called.txt into dev/reports.
23-
- Regenerated required Owner reports under dev/reports.
16+
- Confirmed tracked dev/docs_build content is now under dev/build.
17+
- Confirmed active Project Instructions live at dev/build/ProjectInstructions.
18+
- Removed root projects and root tmp leftovers earlier in this PR; neither exists now.
19+
- Removed accidental generated ziproot folder from dev/workspace/artifacts/tmp.
20+
- Moved docker-compose.override.yml to deploy/docker-compose.override.yml.
21+
- Moved ignored local scripts/untracked scratch folder to dev/scripts/untracked.
22+
- Confirmed stale root codex report copies do not remain; active reports live under dev/reports.
23+
- Confirmed tracked dupes_called.txt is already under dev/reports.
24+
- Confirmed developer wrapper scripts are under dev/scripts.
25+
- Confirmed reusable templates are under dev/templates.
26+
- Updated references for moved build, template, Docker override, and script scratch locations.
2427

2528
## Notes
2629

27-
- Production pages were not moved.
30+
- No production page directories were moved.
2831
- Runtime/business logic was not moved into dev.
29-
- Creator project data is documented as API/Postgres metadata plus R2 assets, not root projects.
30-
- Archive/admin-notes docs_build references remain legacy archive references.
31-
32-
## Changed File Count
33-
34-
2083
32+
- dev/scripts/untracked remains ignored developer-local scratch.

dev/reports/PR_26179_OWNER_009-root-cleanup-and-workspace-finalization_branch-validation.md

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

33
| Check | Result | Evidence |
44
| --- | --- | --- |
5-
| Branch gate before PR branch | PASS | Started from clean synchronized main before branch creation. |
6-
| Active branch | PASS | PR_26179_OWNER_009-root-cleanup-and-workspace-finalization |
7-
| Worktree before edits | PASS | Clean at branch creation. |
8-
| Scope attribution | PASS | Changes are limited to root cleanup, dev workspace rename/reference updates, reports, and moved dev templates/scripts. |
9-
| Runtime/product movement guard | PASS | No production route folders were moved and runtime/business logic was not moved into dev. |
5+
| Expected branch | PASS | PR_26179_OWNER_009-root-cleanup-and-workspace-finalization |
6+
| Worktree before edits | PASS | Clean before continuation edits. |
7+
| Scope attribution | PASS | Changes are root cleanup/workspace finalization only. |
8+
| No main commit | PASS | Work remained on the PR branch. |
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# PR_26179_OWNER_009-root-cleanup-and-workspace-finalization Manual Validation Notes
22

3-
- Confirmed dev/docs_build no longer exists after the move.
4-
- Confirmed dev/build and dev/build/ProjectInstructions exist.
5-
- Confirmed root projects, root tmp, root codex_changed_files.txt, and root codex_review.diff no longer exist as workspace leftovers.
6-
- Confirmed dev/reports contains codex_changed_files.txt, codex_review.diff, and dupes_called.txt.
7-
- Confirmed dev/templates contains page-template-v2.html and tool-template-v2.html.
8-
- Confirmed archive/admin-notes docs_build references are legacy archive references, not active build workspace references.
9-
- Local API startup smoke was stopped after successful startup output.
3+
- Confirmed docker-compose.override.yml no longer exists at root and deploy/docker-compose.override.yml exists.
4+
- Confirmed scripts/ and scripts/untracked/ no longer exist at root.
5+
- Confirmed dev/scripts/untracked/ exists as ignored local scratch.
6+
- Confirmed generated ziproot folder is absent at root and under dev/workspace/artifacts/tmp.
7+
- Confirmed dev/build exists and dev/docs_build does not.
8+
- Confirmed projects/ does not exist.
9+
- Confirmed root codex_changed_files.txt and codex_review.diff do not exist.

dev/reports/PR_26179_OWNER_009-root-cleanup-and-workspace-finalization_requirement-checklist.md

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

33
| Status | Requirement | Evidence |
44
| --- | --- | --- |
5-
| PASS | Rename dev/docs_build/ -> dev/build/ | Tracked build workspace moved to dev/build; active Project Instructions flattened to dev/build/ProjectInstructions. |
6-
| PASS | Update all references | Active package scripts, validation scripts, seed/runtime paths, tests, and governance references now use dev/build or dev/reports as applicable. |
7-
| PASS | Remove root projects/ | Root projects/ was ignored/untracked and removed after confirming it had zero tracked files. Creator data remains Postgres/R2-owned. |
8-
| PASS | Move root codex artifacts | Stale ignored root codex report copies were removed; active copies are under dev/reports. |
9-
| PASS | Move dupes_called.txt | Tracked root dupes_called.txt moved to dev/reports/dupes_called.txt. |
10-
| PASS | Move developer scripts | run_all and run_preprocessor cmd/ps1 wrappers moved to dev/scripts and self-references updated. |
11-
| PASS | Move templates | Root page template and toolbox template page moved to dev/templates. |
12-
| PASS | Do not move production pages | No production page directories were moved; toolbox/index.html and production tool pages remain in place. |
13-
| PASS | Verify tmp under dev/workspace/artifacts | dev/workspace/artifacts/tmp remains the ignored temporary workspace area; ZIPs now use dev/workspace/artifacts/zips. |
14-
| PASS | Verify reports under dev/reports | Required reports are under dev/reports and generated report paths were updated. |
15-
| PASS | Verify build workspace under dev/build | dev/build exists and dev/docs_build no longer exists. |
16-
| PASS | Keep required root entries | Root product directories/config remain; dev-only artifacts were removed or moved. |
17-
| PASS | No Creator-writeable repo folder introduced | No new Creator data folder was added; root projects was removed. |
5+
| PASS | Continue on current branch | Work continued on PR_26179_OWNER_009-root-cleanup-and-workspace-finalization. |
6+
| PASS | Do not switch to main | No branch switch was performed. |
7+
| PASS | Rename dev/docs_build/ to dev/build/ | Already complete; dev/build exists and dev/docs_build does not. |
8+
| PASS | Update all references | Active references use dev/build; old scripts/untracked report mentions were updated to dev/scripts/untracked. |
9+
| PASS | Remove root projects/ | projects/ does not exist. |
10+
| PASS | Remove generated ziproot | PR ziproot staging folder does not exist at root or under dev/workspace/artifacts/tmp. |
11+
| PASS | Move docker-compose.override.yml | File moved to deploy/docker-compose.override.yml. |
12+
| PASS | Move scripts/untracked/ | Ignored scratch folder moved to dev/scripts/untracked/ and ignored in .gitignore. |
13+
| PASS | Move stale root codex artifacts | Root codex_changed_files.txt and codex_review.diff do not exist; active deliverables are under dev/reports. |
14+
| PASS | Move dupes_called.txt | Tracked artifact is under dev/reports/dupes_called.txt from earlier OWNER_009 cleanup. |
15+
| PASS | Move developer scripts | run_all and run_preprocessor cmd/ps1 files are under dev/scripts. |
16+
| PASS | Move reusable templates | page-template-v2.html and tool-template-v2.html are under dev/templates. |
17+
| PASS | Keep root product/config set | Required root product directories and standard config remain. |
18+
| PASS | Validate canonical structure | npm run validate:canonical-structure PASS. |
19+
| PASS | Validate diff whitespace | git diff --check PASS. |
20+
| PASS | Validate platform suite | node ./dev/scripts/run-platform-validation-suite.mjs PASS. |

dev/reports/PR_26179_OWNER_009-root-cleanup-and-workspace-finalization_validation-report.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ Status: PASS
44

55
| Command | Result | Notes |
66
| --- | --- | --- |
7-
| npm run validate:canonical-structure | PASS | Canonical repository structure guardrail passed with 0 blocking violations. |
7+
| npm run validate:canonical-structure | PASS | Canonical repository structure guardrail passed. |
88
| git diff --check | PASS | No whitespace errors reported. |
99
| node ./dev/scripts/run-platform-validation-suite.mjs | PASS | Platform validation suite passed 8/8 scenarios; CI gate green. |
10-
| node --use-system-ca ./dev/scripts/start-local-api-server.mjs | PASS | Local API stayed running after six seconds and reported configured Postgres/R2 runtime settings; process was stopped after smoke. |
1110

12-
Playwright full browser lanes were not run; this PR is a path/workspace cleanup and no production pages were moved.
11+
No Playwright browser lane was run; this update is root/dev workspace cleanup with no production page movement.

0 commit comments

Comments
 (0)