Skip to content

Commit aefb4eb

Browse files
committed
Merge PR_26172_OWNER_041-four-team-cleanup
2 parents d85000d + 179a432 commit aefb4eb

7 files changed

Lines changed: 189 additions & 375 deletions

File tree

docs_build/dev/ProjectInstructions/PROJECT_INSTRUCTIONS.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,11 @@ OWNER follows the same safety rules:
4747

4848
## Four-Team Ownership Alignment
4949

50-
The current active team model uses four delivery teams:
50+
The single authoritative four-team ownership definition is:
5151

52-
- Team Alfa
53-
- Team Bravo
54-
- Team Charlie
55-
- Team Delta
52+
`docs_build/dev/ProjectInstructions/team_assignments/team_ownership.md`
5653

57-
Team ownership guidance:
58-
59-
- Team Alfa owns Game Hub, Game Journey, Idea Board, creator workflow, creator onboarding, and UX flow.
60-
- Team Bravo owns Audio, Audio Effects, Messages, Emotion Profiles, TTS Profiles, Asset Browser, Vector Art, MIDI Studio, and creator content tools.
61-
- Team Charlie owns repository compliance, validation, infrastructure, storage, environment management, System Health, and operations.
62-
- Team Delta owns engine, runtime, shared JS, API clients, event systems, performance, technical debt remediation, and runtime test coverage.
54+
Use the `Current Four-Team Ownership Model` section there for team ownership, assignment routing, and cross-team scope checks.
6355

6456
Rules:
6557
- Teams pull backlog items only from their ownership area unless OWNER explicitly reassigns or splits the work.

docs_build/dev/ProjectInstructions/addendums/multi_team.md

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

33
## Four Active Delivery Teams
44

5-
The current active delivery teams are:
5+
The single authoritative four-team ownership definition is:
66

7-
- Team Alfa
8-
- Team Bravo
9-
- Team Charlie
10-
- Team Delta
7+
`docs_build/dev/ProjectInstructions/team_assignments/team_ownership.md`
118

12-
Ownership model:
13-
14-
- Team Alfa: Game Hub, Game Journey, Idea Board, creator workflow, creator onboarding, and UX flow.
15-
- Team Bravo: Audio, Audio Effects, Messages, Emotion Profiles, TTS Profiles, Asset Browser, Vector Art, MIDI Studio, and creator content tools.
16-
- Team Charlie: repository compliance, validation, infrastructure, storage, environment management, System Health, and operations.
17-
- Team Delta: engine, runtime, shared JS, API clients, event systems, performance, technical debt remediation, and runtime test coverage.
9+
Use the `Current Four-Team Ownership Model` section there for active delivery team ownership.
1810

1911
Rules:
2012
- Team work must stay inside the owning team's area.

docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,6 @@
198198
- [ ] Delta - Runtime performance audit
199199
- [ ] Delta - Engine test coverage improvements
200200
- [ ] Delta - Event system audit
201-
- [ ] Delta - Controls runtime audit
202-
- [ ] Delta - Object runtime audit
203-
- [ ] Delta - World runtime audit
201+
- [ ] Delta - Controls runtime framework audit
202+
- [ ] Delta - Object runtime framework audit
203+
- [ ] Delta - World runtime framework audit

docs_build/dev/ProjectInstructions/team_assignments/team_ownership.md

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -52,45 +52,6 @@ Alfa, Bravo, Charlie, and Delta are the four active delivery teams for backlog o
5252

5353
Each team may pull only from its ownership area unless OWNER explicitly reassigns, splits, or approves cross-team work.
5454

55-
## OWNER
56-
57-
- Architecture
58-
- Product Direction
59-
- Cross-Team Governance
60-
- Final Approval
61-
62-
## Team Alfa
63-
64-
- Idea Board
65-
- Game Hub
66-
- Game Journey
67-
- Design
68-
- Objects
69-
- Worlds
70-
- Interface
71-
- Controls
72-
- Rules
73-
- Progression
74-
75-
## Team Bravo
76-
77-
- Graphics
78-
- Audio
79-
- Messages
80-
- TTS
81-
- MIDI
82-
- Publishing
83-
- Community
84-
- Marketplace
85-
86-
## Team Charlie
87-
88-
- Governance
89-
- Infrastructure
90-
- Operations
91-
- Diagnostics
92-
- System Health
93-
9455
## Rule
9556

9657
Ownership may only be reassigned by OWNER governance.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# PR_26172_OWNER_041-four-team-cleanup
2+
3+
## Summary
4+
5+
PASS: Cleaned up ownership and backlog issues found after PR_26172_OWNER_040.
6+
7+
## Changes
8+
9+
- Removed the superseded ownership block from `team_ownership.md`.
10+
- Kept `Current Four-Team Ownership Model` as the single authoritative ownership definition.
11+
- Replaced duplicate ownership definitions in `PROJECT_INSTRUCTIONS.md` and `addendums/multi_team.md` with references to `team_ownership.md`.
12+
- Updated Delta backlog wording from tool-like ownership to runtime framework ownership:
13+
- `Delta - Controls runtime framework audit`
14+
- `Delta - Object runtime framework audit`
15+
- `Delta - World runtime framework audit`
16+
- Verified the backlog ending is complete and not truncated.
17+
18+
## Files Changed
19+
20+
- `docs_build/dev/ProjectInstructions/PROJECT_INSTRUCTIONS.md`
21+
- `docs_build/dev/ProjectInstructions/addendums/multi_team.md`
22+
- `docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md`
23+
- `docs_build/dev/ProjectInstructions/team_assignments/team_ownership.md`
24+
25+
## Validation
26+
27+
- PASS: `git diff --check`
28+
- PASS: No duplicate active ownership definitions remain.
29+
- PASS: `Current Four-Team Ownership Model` appears as the single authoritative ownership model in `team_ownership.md`.
30+
- PASS: `PROJECT_INSTRUCTIONS.md` and `addendums/multi_team.md` now reference the authoritative ownership file instead of repeating ownership definitions.
31+
- PASS: Delta backlog wording updated to runtime framework audits.
32+
- PASS: Backlog ending includes complete Object and World runtime framework audit entries.
33+
- PASS: No executable implementation files changed.
34+
- PASS: ZIP artifact created under `tmp/`.
35+
36+
## Requirement Checklist
37+
38+
- PASS: Started from latest main.
39+
- PASS: Worktree was clean before edits.
40+
- PASS: Reviewed `docs_build/dev/ProjectInstructions/`.
41+
- PASS: Removed superseded conflicting ownership definitions.
42+
- PASS: Preserved current four-team ownership model.
43+
- PASS: Clarified Delta ownership wording.
44+
- PASS: Verified backlog formatting.
45+
- PASS: Created required Codex reports.
46+
- PASS: Created ZIP artifact under `tmp/`.
47+
48+
## Manual Validation Notes
49+
50+
- The superseded ownership block was removed under explicit OWNER PR_041 cleanup scope.
51+
- No historical archive files were changed.
52+
- No runtime code, tests, assets, scripts, or application implementation files were changed.
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
M docs_build/dev/ProjectInstructions/PROJECT_INSTRUCTIONS.md
2-
M docs_build/dev/ProjectInstructions/TEAM_START_COMMANDS.md
32
M docs_build/dev/ProjectInstructions/addendums/multi_team.md
4-
M docs_build/dev/ProjectInstructions/addendums/team_start_and_release.md
53
M docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md
6-
M docs_build/dev/ProjectInstructions/team_assignments/TEAM_ASSIGNMENTS.md
74
M docs_build/dev/ProjectInstructions/team_assignments/team_ownership.md
8-
A docs_build/dev/reports/PR_26172_OWNER_040-four-team-backlog-alignment.md
5+
A docs_build/dev/reports/PR_26172_OWNER_041-four-team-cleanup.md

0 commit comments

Comments
 (0)