Skip to content

Commit 6eec9f5

Browse files
committed
Declare PROJECT_INSTRUCTIONS governance stabilization complete and transition future workflow changes into maintenance-mode amendments - PR_26146_023-project-instructions-stability-and-maintenance-mode
1 parent 7a20774 commit 6eec9f5

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

docs/dev/PROJECT_INSTRUCTIONS.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,33 @@ Required validation lane names are:
105105
- samples
106106
- recovery/UAT
107107

108+
## PROJECT INSTRUCTIONS STABILITY AND MAINTENANCE MODE
109+
110+
`PROJECT_INSTRUCTIONS.md` is now considered architecturally stabilized.
111+
112+
Future additions should prefer targeted amendments instead of broad workflow rewrites.
113+
114+
New rules should extend existing authoritative sections whenever possible.
115+
116+
Avoid introducing parallel governance systems or duplicate rule sets.
117+
118+
Anti-drift governance:
119+
- avoid capability drift across `src/`, `games/`, `samples/`, and `tools/`
120+
- avoid workflow drift across overlapping sections
121+
- avoid validation drift between engine, tool, and integration lanes
122+
- avoid UI/UX drift from Workspace V2 ecosystem contracts
123+
124+
Stabilization intent:
125+
- governance exists to reduce monolith growth, hidden coupling, and duplicated runtime behavior
126+
- reusable/shared capability should converge into `src/`
127+
- first-class tools should converge toward shared Workspace V2 lifecycle behavior
128+
- targeted validation is the preferred operational mode
129+
130+
Future guidance:
131+
- future governance PRs should remain small and execution-backed
132+
- implementation, runtime, and tool work should now take priority over additional governance expansion unless a real gap is discovered
133+
- governance additions should solve demonstrated operational problems rather than hypothetical future issues
134+
108135
## FILE SCOPE GUARD
109136

110137
Allowed change scope is PR-specific.

0 commit comments

Comments
 (0)