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
- Existing PRs, branches, reports, and ZIPs already uploaded with the prior governance token are historical and must not be renamed unless separately scoped.
2049
+
- Required override wording is:
2050
+
-`OWNER override approved: <reason>`
2051
+
2052
+
OWNER follows the same safety rules:
2053
+
- One active OWNER branch at a time.
2054
+
- One active OWNER assignment at a time.
2055
+
- OWNER may override team locks, but may not silently delete, rewrite, or remove protected instructions.
2056
+
- OWNER override must be explicitly documented.
2057
+
2038
2058
## CODEX INSTRUCTION ENFORCEMENT START GATE
2039
2059
2040
2060
Codex must run this gate before every PR execution and before any file changes.
If your goal is **maximum throughput**, I would have the three chats play different roles.
259
259
260
-
## Master Control
260
+
## OWNER
261
261
262
262
Don't build anything here.
263
263
@@ -336,7 +336,7 @@ it keeps building there.
336
336
337
337
---
338
338
339
-
## What should Master Control focus on?
339
+
## What should OWNER focus on?
340
340
341
341
Right now, for GFS, I would prioritize:
342
342
@@ -368,7 +368,7 @@ So I'd keep IST mostly as infrastructure work and focus development on tool comp
368
368
369
369
### 2. Create Tool Ownership Map
370
370
371
-
Master Control should assign ownership:
371
+
OWNER should assign ownership:
372
372
373
373
```text
374
374
Team Alpha
@@ -411,9 +411,9 @@ Never have both teams working in the same tool at the same time.
411
411
412
412
## What I can do
413
413
414
-
I can help you turn Master Control into a scheduler.
414
+
I can help you turn OWNER into a scheduler.
415
415
416
-
For example, in Master Control you can ask:
416
+
For example, in OWNER you can ask:
417
417
418
418
```text
419
419
Given everything we know about GFS:
@@ -424,7 +424,7 @@ What should Team Beta build next?
424
424
Generate the next PR for each.
425
425
```
426
426
427
-
Then Master Control outputs:
427
+
Then OWNER outputs:
428
428
429
429
```text
430
430
Team Alpha:
@@ -438,7 +438,7 @@ You paste those into the two development chats.
438
438
439
439
Both Codex sessions work simultaneously.
440
440
441
-
Then when PRs come back, Master Control decides:
441
+
Then when PRs come back, OWNER decides:
442
442
443
443
```text
444
444
Merge
@@ -479,6 +479,25 @@ Historical examples:
479
479
480
480
Owner map:
481
481
482
+
Team OWNER owns owner-governance routing and explicit override decisions:
483
+
- Product roadmap
484
+
- Tool priority
485
+
- Architecture
486
+
- Naming governance
487
+
- Workflow governance
488
+
- Environment strategy
489
+
- PR sequencing
490
+
- Stable and merge approval recommendations
491
+
- Team lock override decisions
492
+
493
+
Team OWNER follows the same safety rules:
494
+
- One active OWNER branch at a time.
495
+
- One active OWNER assignment at a time.
496
+
- OWNER may override team locks, but may not silently delete, rewrite, or remove protected instructions.
497
+
- OWNER override must be explicitly documented.
498
+
- Required override wording:
499
+
- `OWNER override approved: <reason>`
500
+
482
501
Team Alpha owns Creator Journey work:
483
502
- Game Journey
484
503
- Game Hub
@@ -519,18 +538,26 @@ Team Gamma owns governance, recovery, diagnostics, and instruction-hardening wor
519
538
- Static docs governance
520
539
521
540
Governance, recovery, diagnostics, and instruction-hardening PRs:
522
-
- Use the TEAM token assigned by Master Control.
541
+
- Use the TEAM token assigned by OWNER.
542
+
- OWNER governance PRs use the OWNER token going forward.
523
543
- Must not implement tool/runtime work from the opposite owner.
524
544
- Must document TEAM ownership compliance in the PR report.
525
545
- Recovery reports must include TEAM ownership.
526
546
527
547
Stable and merge approval:
528
548
- Stable promotion and merge approval are controlled by the assigned Team Alpha, Team Beta, or Team Gamma owner.
529
-
- Master Control may recommend sequencing, but Codex must not merge or mark stable without explicit owner approval for the affected workstream.
549
+
- OWNER may recommend sequencing, but Codex must not merge or mark stable without explicit owner approval for the affected workstream.
550
+
551
+
OWNER naming rule:
552
+
- Use Team OWNER for owner-governance work going forward.
553
+
- Use OWNER override wording going forward.
554
+
- Required override wording is:
555
+
- `OWNER override approved: <reason>`
556
+
- Existing uploaded PRs, branches, reports, and ZIPs with the prior governance token are historical and are not renamed by this rule unless separately scoped.
530
557
531
558
Hard stop rules:
532
559
- If the PR name does not include a TEAM token, stop before changes.
533
-
- If the TEAM token does not match the owner map or explicit Master Control assignment, stop before changes.
560
+
- If the TEAM token does not match the owner map or explicit OWNER assignment, stop before changes.
534
561
- If the PR scope belongs to another TEAM owner, stop before changes.
535
-
- If the PR crosses multiple team ownership areas, stop and require Master Control to split or assign the work.
562
+
- If the PR crosses multiple team ownership areas, stop and require OWNER to split or assign the work.
536
563
- If the requested implementation path conflicts with the active owner path, stop before changes.
0 commit comments