You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`docs_build/dev/ProjectInstructions/addendums/environment_configuration_standards.md` defines official `.env` file names, environment variable values, host/domain configuration, API URL configuration, R2 prefix configuration, and feature flag governance.
49
50
51
+
## Tool And Contract Governance
52
+
53
+
`docs_build/dev/ProjectInstructions/addendums/workspace_v2_playwright_gate.md` defines the Workspace Manager V2 Playwright validation gate.
54
+
55
+
`docs_build/dev/ProjectInstructions/addendums/samples2tools_adapter_guidance.md` defines the shared sample-to-tool launch and hydration guidance.
56
+
57
+
`docs_build/dev/ProjectInstructions/addendums/koti_layout_contract.md` defines the King of the Iceberg layout data contract.
58
+
50
59
## Single Source and Main Lock Governance
51
60
52
61
`docs_build/dev/ProjectInstructions/addendums/project_instructions_single_source_eod_lock.md` defines the single active Project Instructions source, canonical START / WORK / END branch lifecycle, EOD main lock, next-day reset, team branch creation gate, daily synchronization baseline, and mandatory hard stops.
Copy file name to clipboardExpand all lines: docs_build/dev/pr/BUILD_PR.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,18 @@ Make `docs_build/dev/ProjectInstructions/` the only active Project Instructions
6
6
7
7
## Source Of Truth
8
8
9
-
This `BUILD_PR.md`, `PLAN_PR.md`, and the user request are the source of truth for `PR_26177_OWNER_007-project-instructions-single-source-eod-lock`.
9
+
This `docs_build/dev/pr/BUILD_PR.md`, `docs_build/dev/pr/PLAN_PR.md`, and the user request are the source of truth for `PR_26177_OWNER_007-project-instructions-single-source-eod-lock`.
10
10
11
11
## Exact Scope
12
12
13
13
- Audit repo for ProjectInstructions / project instructions duplicates.
14
14
- Establish `docs_build/dev/ProjectInstructions/` as the only active source.
15
15
- Remove duplicate active instruction files from `docs_build/dev/` root.
16
16
- Remove stale one-off PR/restart files from `docs_build/dev/` root.
17
+
- Move PR-specific docs from `docs_build/dev/` root into `docs_build/dev/pr/`.
18
+
- Move active governance/contract docs from `docs_build/dev/` root into `docs_build/dev/ProjectInstructions/addendums/`.
19
+
- Move audit outputs from `docs_build/dev/` root into `docs_build/dev/reports/audits/`.
20
+
- Delete stale one-off bundle metadata from `docs_build/dev/` root.
17
21
- Keep preserved historical ProjectInstructions material reference-only.
18
22
- Keep `project-instructions/` out of this PR except for a tiny deprecated pointer.
19
23
- Update active team start/governance docs to reference only `docs_build/dev/ProjectInstructions/`.
@@ -22,13 +26,15 @@ This `BUILD_PR.md`, `PLAN_PR.md`, and the user request are the source of truth f
rg -n "Branch Lifecycle \\(Canonical\\)|Every PR follows exactly three phases|^START$|^WORK$|^END$|Mandatory Hard Stops|tomorrow's official baseline|No commits on main|Never checkout main|Only after ALL four pass" docs_build/dev/ProjectInstructions
75
93
git diff --name-only -- src assets toolbox games api serverside package.json package-lock.json docs_build/dev/start_of_day
0 commit comments