Skip to content

Commit d6b88cf

Browse files
committed
PR_26172_OWNER_014 owner team start commands
1 parent 284e960 commit d6b88cf

6 files changed

Lines changed: 128 additions & 19 deletions
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# TEAM_START_COMMANDS
2+
3+
## Start Team Alpha
4+
5+
Ready-to-copy command:
6+
7+
```text
8+
OWNER override approved: Start Team Alpha from the ProjectInstructions release gate.
9+
10+
Read docs_build/dev/ProjectInstructions/README.txt first.
11+
Read docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md.
12+
Read docs_build/dev/ProjectInstructions/team_assignments/TEAM_ASSIGNMENTS.md.
13+
14+
Pull one [ ] item for Team Alpha from BACKLOG_MASTER.md.
15+
Stop if Team Alpha already has an active branch.
16+
Stop if Team Alpha already has an active assignment.
17+
Stop if no [ ] Team Alpha backlog item is available.
18+
19+
Change the selected backlog item from [ ] to [.].
20+
Add the selected assignment under Team Alpha in TEAM_ASSIGNMENTS.md.
21+
Create one Team Alpha branch for the selected assignment.
22+
Work only that assignment.
23+
```
24+
25+
## Start Team Beta
26+
27+
Ready-to-copy command:
28+
29+
```text
30+
OWNER override approved: Start Team Beta from the ProjectInstructions release gate.
31+
32+
Read docs_build/dev/ProjectInstructions/README.txt first.
33+
Read docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md.
34+
Read docs_build/dev/ProjectInstructions/team_assignments/TEAM_ASSIGNMENTS.md.
35+
36+
Pull one [ ] item for Team Beta from BACKLOG_MASTER.md.
37+
Stop if Team Beta already has an active branch.
38+
Stop if Team Beta already has an active assignment.
39+
Stop if no [ ] Team Beta backlog item is available.
40+
41+
Change the selected backlog item from [ ] to [.].
42+
Add the selected assignment under Team Beta in TEAM_ASSIGNMENTS.md.
43+
Create one Team Beta branch for the selected assignment.
44+
Work only that assignment.
45+
```
46+
47+
## Start Team Gamma
48+
49+
Ready-to-copy command:
50+
51+
```text
52+
OWNER override approved: Start Team Gamma from the ProjectInstructions release gate.
53+
54+
Read docs_build/dev/ProjectInstructions/README.txt first.
55+
Read docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md.
56+
Read docs_build/dev/ProjectInstructions/team_assignments/TEAM_ASSIGNMENTS.md.
57+
58+
Pull one [ ] item for Team Gamma from BACKLOG_MASTER.md.
59+
Stop if Team Gamma already has an active branch.
60+
Stop if Team Gamma already has an active assignment.
61+
Stop if no [ ] Team Gamma backlog item is available.
62+
63+
Change the selected backlog item from [ ] to [.].
64+
Add the selected assignment under Team Gamma in TEAM_ASSIGNMENTS.md.
65+
Create one Team Gamma branch for the selected assignment.
66+
Work only that assignment.
67+
```
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# PR_26172_OWNER_014 Instruction Compliance Checklist
2+
3+
- [x] Read `docs_build/dev/PROJECT_INSTRUCTIONS.md`.
4+
- [x] Read `docs_build/dev/PROJECT_MULTI_PC.txt`.
5+
- [x] OWNER override documented by user.
6+
- [x] Started stacked PR014 from PR013 branch.
7+
- [x] Preserved ProjectInstructions content.
8+
- [x] Added documentation only.
9+
- [x] Did not commit directly to `main`.
10+
- [x] Did not merge any PR.
11+
- [x] Did not delete protected instructions.
12+
- [x] Ran docs/static validation.
13+
- [x] Documented skipped validation lanes.
14+
- [x] Created repo-structured delta ZIP.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# PR_26172_OWNER_014 Manual Validation Notes
2+
3+
- Verified each command reads `README.txt` first.
4+
- Verified each command reads `BACKLOG_MASTER.md`.
5+
- Verified each command reads `TEAM_ASSIGNMENTS.md`.
6+
- Verified each command pulls one `[ ]` item for the named team.
7+
- Verified each command changes the selected item to `[.]`.
8+
- Verified each command adds the assignment under the named team.
9+
- Verified each command creates one branch and works only that assignment.
10+
- Verified each command stops on an existing active branch or active assignment.
11+
- No runtime, UI, Playwright, or sample validation was required for this docs-only PR.
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# PR_26172_OWNER_014-owner-team-start-command
2+
3+
## Scope
4+
5+
Create `docs_build/dev/ProjectInstructions/TEAM_START_COMMANDS.md` with ready-to-copy commands for:
6+
7+
- Start Team Alpha
8+
- Start Team Beta
9+
- Start Team Gamma
10+
11+
## Changes
12+
13+
- Added team start commands that require reading `README.txt` first.
14+
- Required each command to read the backlog and team assignments files.
15+
- Required each command to pull one available team item, mark it `[.]`, add the assignment, create one branch, and work only that assignment.
16+
- Added hard stops when the target team already has an active branch or active assignment.
17+
18+
## Validation
19+
20+
- `git diff --check`
21+
- `git diff --cached --check`
22+
- Markdown/text review
23+
24+
## Skipped Lanes
25+
26+
- Playwright skipped: documentation-only scope.
27+
- Samples skipped: documentation-only scope.
28+
29+
## Package
30+
31+
- `tmp/PR_26172_OWNER_014-owner-team-start-command_delta.zip`
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
docs_build/dev/ProjectInstructions/addendums/team_release_readiness.md
1+
docs_build/dev/ProjectInstructions/TEAM_START_COMMANDS.md
2+
docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command-instruction-compliance-checklist.md
3+
docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command-manual-validation-notes.md
4+
docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command.md
25
docs_build/dev/reports/codex_changed_files.txt
36
docs_build/dev/reports/codex_review.diff
4-
docs_build/dev/reports/PR_26172_OWNER_013-team-release-readiness-gate.md
5-
docs_build/dev/reports/PR_26172_OWNER_013-team-release-readiness-gate-instruction-compliance-checklist.md
6-
docs_build/dev/reports/PR_26172_OWNER_013-team-release-readiness-gate-manual-validation-notes.md
Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1 @@
1-
diff --git a/docs_build/dev/reports/codex_changed_files.txt b/docs_build/dev/reports/codex_changed_files.txt
2-
index 7859a88ae..644c0fa9c 100644
3-
--- a/docs_build/dev/reports/codex_changed_files.txt
4-
+++ b/docs_build/dev/reports/codex_changed_files.txt
5-
@@ -1,6 +1,6 @@
6-
-docs_build/dev/ProjectInstructions/team_assignments/TEAM_ASSIGNMENTS.md
7-
+docs_build/dev/ProjectInstructions/addendums/team_release_readiness.md
8-
docs_build/dev/reports/codex_changed_files.txt
9-
docs_build/dev/reports/codex_review.diff
10-
-docs_build/dev/reports/PR_26172_OWNER_012-initial-team-assignments.md
11-
-docs_build/dev/reports/PR_26172_OWNER_012-initial-team-assignments-instruction-compliance-checklist.md
12-
-docs_build/dev/reports/PR_26172_OWNER_012-initial-team-assignments-manual-validation-notes.md
13-
+docs_build/dev/reports/PR_26172_OWNER_013-team-release-readiness-gate.md
14-
+docs_build/dev/reports/PR_26172_OWNER_013-team-release-readiness-gate-instruction-compliance-checklist.md
15-
+docs_build/dev/reports/PR_26172_OWNER_013-team-release-readiness-gate-manual-validation-notes.md
1+

0 commit comments

Comments
 (0)