Skip to content

Commit dbb8580

Browse files
committed
PR_26174_ALFA_000-projectinstructions-archive-ignore
1 parent c4a495f commit dbb8580

8 files changed

Lines changed: 65 additions & 142 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ docs/dev/reports/playwright_v8_coverage_report.txt
4545

4646
# Game Foundry Studio project files
4747
assets/*.gfsp
48+
docs_build/dev/ProjectInstructions.zip
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Branch Validation: PASS
2+
3+
Expected starting branch: main
4+
Actual starting branch: main
5+
Working branch: pr/26174-ALFA-000-projectinstructions-archive-ignore
6+
Base pull: origin/main already up to date before branch creation
7+
Start dirty state: `.gitignore` only, matching this PR scope
8+
Protected instruction changes: none
9+
Scope mismatch: none
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Manual Validation Notes
2+
3+
PASS - `.gitignore` now ignores `docs_build/dev/ProjectInstructions.zip`.
4+
PASS - The generated archive can remain in the workspace without appearing in `git status`.
5+
PASS - No Project Instructions content was modified.
6+
PASS - No source/runtime/test implementation files were modified.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Requirement Checklist: PASS
2+
3+
PASS - Started from main.
4+
PASS - Hard stop rule checked: current branch was main before branch creation.
5+
PASS - Hard stop rule checked: only dirty file was `.gitignore`, matching this PR.
6+
PASS - Updated `.gitignore` only, plus required reports.
7+
PASS - Added exact line: docs_build/dev/ProjectInstructions.zip
8+
PASS - No other file changes except required reports.
9+
PASS - Required reports generated.
10+
PASS - Repo-structured ZIP produced under tmp/.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Validation Lane Report: PASS
2+
3+
Commands/run checks:
4+
- `git branch --show-current` -> main before branch creation.
5+
- `git status --short` -> `.gitignore` only before branch creation.
6+
- `git -c http.sslBackend=schannel pull --ff-only origin main` -> already up to date.
7+
- `Select-String -Path .gitignore -Pattern '^docs_build/dev/ProjectInstructions\.zip$'` -> exact entry found.
8+
- `git diff -- .gitignore` -> one-line ignore entry only.
9+
- `git diff --check` -> PASS.
10+
11+
No runtime tests were required for this `.gitignore`-only BUILD_PR.
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# PR_26174_ALFA_000-projectinstructions-archive-ignore
2+
3+
## Purpose
4+
5+
Add `docs_build/dev/ProjectInstructions.zip` to `.gitignore` so the generated Project Instructions archive does not dirty the worktree.
6+
7+
## Scope
8+
9+
- Updated `.gitignore` only for executable/repository behavior.
10+
- Added required Codex report files under `docs_build/dev/reports/`.
11+
- ZIP artifact path: `tmp/PR_26174_ALFA_000-projectinstructions-archive-ignore_delta.zip`.
12+
13+
## Validation Result
14+
15+
PASS. The exact ignore entry exists once, branch context is correct, and changed files are limited to `.gitignore` plus required reports.
Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md
2-
docs_build/dev/reports/PR_26172_OWNER_033-governance-hygiene-closeout-governance-closeout-report.md
3-
docs_build/dev/reports/PR_26172_OWNER_033-governance-hygiene-closeout-manual-validation-notes.md
4-
docs_build/dev/reports/PR_26172_OWNER_033-governance-hygiene-closeout-instruction-compliance-checklist.md
5-
docs_build/dev/reports/codex_changed_files.txt
1+
.gitignore
62
docs_build/dev/reports/codex_review.diff
3+
docs_build/dev/reports/codex_changed_files.txt
4+
docs_build/dev/reports/PR_26174_ALFA_000-projectinstructions-archive-ignore.md
5+
docs_build/dev/reports/PR_26174_ALFA_000-projectinstructions-archive-ignore-branch-validation.txt
6+
docs_build/dev/reports/PR_26174_ALFA_000-projectinstructions-archive-ignore-requirement-checklist.txt
7+
docs_build/dev/reports/PR_26174_ALFA_000-projectinstructions-archive-ignore-validation-lane.txt
8+
docs_build/dev/reports/PR_26174_ALFA_000-projectinstructions-archive-ignore-manual-validation-notes.txt
Lines changed: 6 additions & 137 deletions
Original file line numberDiff line numberDiff line change
@@ -1,138 +1,7 @@
1-
diff --git a/docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md b/docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md
2-
index ab10302ff..09cc34579 100644
3-
--- a/docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md
4-
+++ b/docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md
5-
@@ -136,3 +136,26 @@
6-
- Tile overlay status rules installed.
7-
- Deprecation workflow installed.
8-
- Team start commands installed.
9-
+
10-
+- [x] OWNER - Governance hygiene initiative complete
11-
+
12-
+ Notes:
13-
+ - Workstream Hygiene governance verified.
14-
+ - PI Closeout governance verified.
15-
+ - GitHub Hygiene Audit governance verified.
16-
+ - EOD Workstream Closeout governance verified.
17-
+ - GitHub-authoritative workstream enforcement verified through push, local/origin sync, and GitHub hygiene review requirements.
18-
+
19-
+- [x] OWNER - Multi-team workflow governance complete
20-
+
21-
+ Notes:
22-
+ - Sequential Codex Queue governance verified through the all-team sequential PR execution model.
23-
+ - OWNER merge approval and EOD merge governance verified.
24-
+ - Team ownership governance verified through the authoritative ownership map.
25-
+
26-
+- [x] OWNER - Repository hygiene governance complete
27-
+
28-
+ Notes:
29-
+ - Open PR, draft PR, local branch, and remote branch review requirements verified.
30-
+ - Recommendation-only hygiene audit process verified.
31-
+ - Branch deletion and PR closure remain prohibited without explicit owner approval.
32-
diff --git a/docs_build/dev/reports/PR_26172_OWNER_033-governance-hygiene-closeout-governance-closeout-report.md b/docs_build/dev/reports/PR_26172_OWNER_033-governance-hygiene-closeout-governance-closeout-report.md
33-
new file mode 100644
34-
index 0000000000000000000000000000000000000000..25afe742506df1b222ffa8f8e3056e6f1abb2f6f
35-
GIT binary patch
36-
literal 2315
37-
zcmd5;O>^5e5bZ59`V~9lt10GVrk$}*vZ^RbYl$W0<fwtkm53MwRD4L*jQ?2={Ym``
38-
zU4RrxC$e%(F0u?Puy1$q-qU~o{CfdOx_bNTo8R897N6&nboKh(yJ(|!s3ns*M&)6{
39-
zQDT$}Wl%W_({>NW$F&r<O54HU;sUZ<ZE-LNTj1kuiO}5#&3(Wnx13qNLtwH1jk(eV
40-
zthr<YjAhmtSSx+v<Rw&2SRPqq73`IMSPQl9#a%Y{ZI$6x=|h{b12GIpm;QpqUZOT7
41-
z-wp;5EGMH|u<8Nj6@+HcS{nelV8-w@&k41ni0(exYMK+DLUg=Y9dl8&hHAKiWRztA
42-
zORuS)P`612gC|JwZ^t!OC@nleR=4H}COcjr4G5knCW<23>wVJNXKIbH+86nuo?#y`
43-
zK5}CX9r6(9PoZ+Nx_4X@ae=!yNf#d{<K=2L&z9-kcsX0lvtd<Se-o$G7tHNUQYM%C
44-
zzL=O51gvnCiNl~)eo%ClCY}pd;CW!fP){=J-d3;8KM?e3L^awew;$Yn+vSlfxcy0b
45-
z{T*mE{>kF^{!m(0{~VqFKDz!CBIazVG$)#PY4Q5dkl;);)TNHMy5^gKdrbmZ!q%CR
46-
zL;>nnUIXEY={2;JZ{k6yoQarHZ@2_=kU9JUudkb9Up<aCM>C%!4WiX#)VSlgudB)k
47-
z4KbgSDvniwkMNg6_e@Z~CdG(oNR=nwG7}0UeMK-_ZUi>>86;6t67Ugo=LrmZZp&I@
48-
zw-jYM07+_y#6cxjq#Cp7{B|;5dR++UU!CTCUB^glOBUatW$~0%6@yL;&kW`TRl2?V
49-
zb2(cj<Dq@Dq@@+((gdG*KK$SiU7m_<gQW!B4|pyieD|no*9iXxeAmEU?xQmZ^U-nv
50-
zl2vG6B-V8PMzfu&uNjw23y!{WZ;3Z7e-LVO)b6`&!7LhYIMdEcPxxZ4Dw=@BAw}Mv
51-
z^*rc@dNY2}`g)Nb+SD;!XvRf=lRA276+&Jzxj}OUQpu40J(3~onoiv+RqP2;Ab|{y
52-
zcnqiK?CC)#j=?_HCnh*mPLaO!4RNmE>ovJnUSj^xnBlXY7_t`sBI(CSYl&@KBG_S1
53-
fY%9q}vp;6ZW$>oBdrgs&;^2FiG2cfj=UmwT(`Pdp
1+
PR_26174_ALFA_000-projectinstructions-archive-ignore review diff
542

55-
literal 0
56-
HcmV?d00001
57-
58-
diff --git a/docs_build/dev/reports/PR_26172_OWNER_033-governance-hygiene-closeout-instruction-compliance-checklist.md b/docs_build/dev/reports/PR_26172_OWNER_033-governance-hygiene-closeout-instruction-compliance-checklist.md
59-
new file mode 100644
60-
index 000000000..0c4b589e4
61-
--- /dev/null
62-
+++ b/docs_build/dev/reports/PR_26172_OWNER_033-governance-hygiene-closeout-instruction-compliance-checklist.md
63-
@@ -0,0 +1,22 @@
64-
+# Instruction Compliance Checklist
65-
+
66-
+PR: $pr
67-
+
68-
+- [x] Read docs_build/dev/PROJECT_INSTRUCTIONS.md.
69-
+- [x] Read docs_build/dev/PROJECT_MULTI_PC.txt.
70-
+- [x] Verified current branch was the approved OWNER workstream branch before PR 033 branch creation.
71-
+- [x] Verified repository was clean/synced before PR 033 edits.
72-
+- [x] Verified PR TEAM token is OWNER.
73-
+- [x] Verified OWNER governance closeout scope matches TEAM ownership.
74-
+- [x] Updated only scoped governance backlog and required reports.
75-
+- [x] Ran git diff --check.
76-
+- [x] Verified Workstream Hygiene governance exists.
77-
+- [x] Verified PI Closeout governance exists.
78-
+- [x] Verified GitHub Hygiene Audit governance exists.
79-
+- [x] Verified EOD Workstream Closeout governance exists.
80-
+- [x] Verified GitHub-authoritative workstream controls exist.
81-
+- [x] Verified Sequential Codex Queue governance exists.
82-
+- [x] Verified Alpha/Beta/Gamma ownership governance exists.
83-
+- [x] Documented skipped Playwright and samples lanes.
84-
+- [x] Created required Codex reports.
85-
+- [x] Created repo-structured delta ZIP under mp/.
86-
diff --git a/docs_build/dev/reports/PR_26172_OWNER_033-governance-hygiene-closeout-manual-validation-notes.md b/docs_build/dev/reports/PR_26172_OWNER_033-governance-hygiene-closeout-manual-validation-notes.md
87-
new file mode 100644
88-
index 000000000..4a3661d3e
89-
--- /dev/null
90-
+++ b/docs_build/dev/reports/PR_26172_OWNER_033-governance-hygiene-closeout-manual-validation-notes.md
91-
@@ -0,0 +1,25 @@
92-
+# Manual Validation Notes
93-
+
94-
+PR: $pr
95-
+
96-
+## Checks Performed
97-
+
98-
+- Verified Workstream Hygiene governance exists.
99-
+- Verified PI Closeout governance exists.
100-
+- Verified GitHub Hygiene Audit governance exists.
101-
+- Verified EOD Workstream Closeout governance exists.
102-
+- Verified GitHub-authoritative workstream controls through push, local/origin sync, and GitHub hygiene audit requirements.
103-
+- Verified Sequential Codex Queue governance through the all-team sequential PR execution model.
104-
+- Verified Alpha/Beta/Gamma ownership governance in the authoritative team ownership map and NATO-normalized active ProjectInstructions team names.
105-
+- Confirmed no runtime code changed.
106-
+- Confirmed no feature work was added.
107-
+- Confirmed no branch deletion or PR closure was performed.
108-
+
109-
+## Manual Result
110-
+
111-
+PASS
112-
+
113-
+## Skipped Validation
114-
+
115-
+- Playwright was not run because no UI or runtime behavior changed.
116-
+- Samples were not run because no samples or sample-impacting runtime changed.
117-
diff --git a/docs_build/dev/reports/codex_changed_files.txt b/docs_build/dev/reports/codex_changed_files.txt
118-
index bef983eeb..de36ff823 100644
119-
--- a/docs_build/dev/reports/codex_changed_files.txt
120-
+++ b/docs_build/dev/reports/codex_changed_files.txt
121-
@@ -1,13 +1,6 @@
122-
-docs_build/dev/PROJECT_INSTRUCTIONS.md
123-
-docs_build/dev/ProjectInstructions/addendums/multi_team.md
124-
-docs_build/dev/reports/PR_26172_OWNER_030-workstream-hygiene-governance-instruction-compliance-checklist.md
125-
-docs_build/dev/reports/PR_26172_OWNER_030-workstream-hygiene-governance-manual-validation-notes.md
126-
-docs_build/dev/reports/PR_26172_OWNER_030-workstream-hygiene-governance.md
127-
-docs_build/dev/reports/PR_26172_OWNER_031-pi-closeout-governance-instruction-compliance-checklist.md
128-
-docs_build/dev/reports/PR_26172_OWNER_031-pi-closeout-governance-manual-validation-notes.md
129-
-docs_build/dev/reports/PR_26172_OWNER_031-pi-closeout-governance.md
130-
-docs_build/dev/reports/PR_26172_OWNER_032-github-hygiene-audit-template-instruction-compliance-checklist.md
131-
-docs_build/dev/reports/PR_26172_OWNER_032-github-hygiene-audit-template-manual-validation-notes.md
132-
-docs_build/dev/reports/PR_26172_OWNER_032-github-hygiene-audit-template.md
133-
+docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md
134-
+docs_build/dev/reports/PR_26172_OWNER_033-governance-hygiene-closeout-governance-closeout-report.md
135-
+docs_build/dev/reports/PR_26172_OWNER_033-governance-hygiene-closeout-manual-validation-notes.md
136-
+docs_build/dev/reports/PR_26172_OWNER_033-governance-hygiene-closeout-instruction-compliance-checklist.md
137-
docs_build/dev/reports/codex_changed_files.txt
138-
docs_build/dev/reports/codex_review.diff
3+
.gitignore
4+
@@
5+
# Game Foundry Studio project files
6+
assets/*.gfsp
7+
+docs_build/dev/ProjectInstructions.zip

0 commit comments

Comments
 (0)