From d6b88cfad577d40bc4944dd1f544728319241dbc Mon Sep 17 00:00:00 2001 From: "Mr. Q" <97194984+ToolboxAid@users.noreply.github.com> Date: Sun, 21 Jun 2026 14:02:29 -0400 Subject: [PATCH] PR_26172_OWNER_014 owner team start commands --- .../TEAM_START_COMMANDS.md | 67 +++++++++++++++++++ ...ommand-instruction-compliance-checklist.md | 14 ++++ ...m-start-command-manual-validation-notes.md | 11 +++ ...6172_OWNER_014-owner-team-start-command.md | 31 +++++++++ .../dev/reports/codex_changed_files.txt | 8 +-- docs_build/dev/reports/codex_review.diff | 16 +---- 6 files changed, 128 insertions(+), 19 deletions(-) create mode 100644 docs_build/dev/ProjectInstructions/TEAM_START_COMMANDS.md create mode 100644 docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command-instruction-compliance-checklist.md create mode 100644 docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command-manual-validation-notes.md create mode 100644 docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command.md diff --git a/docs_build/dev/ProjectInstructions/TEAM_START_COMMANDS.md b/docs_build/dev/ProjectInstructions/TEAM_START_COMMANDS.md new file mode 100644 index 000000000..7634dad42 --- /dev/null +++ b/docs_build/dev/ProjectInstructions/TEAM_START_COMMANDS.md @@ -0,0 +1,67 @@ +# TEAM_START_COMMANDS + +## Start Team Alpha + +Ready-to-copy command: + +```text +OWNER override approved: Start Team Alpha from the ProjectInstructions release gate. + +Read docs_build/dev/ProjectInstructions/README.txt first. +Read docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md. +Read docs_build/dev/ProjectInstructions/team_assignments/TEAM_ASSIGNMENTS.md. + +Pull one [ ] item for Team Alpha from BACKLOG_MASTER.md. +Stop if Team Alpha already has an active branch. +Stop if Team Alpha already has an active assignment. +Stop if no [ ] Team Alpha backlog item is available. + +Change the selected backlog item from [ ] to [.]. +Add the selected assignment under Team Alpha in TEAM_ASSIGNMENTS.md. +Create one Team Alpha branch for the selected assignment. +Work only that assignment. +``` + +## Start Team Beta + +Ready-to-copy command: + +```text +OWNER override approved: Start Team Beta from the ProjectInstructions release gate. + +Read docs_build/dev/ProjectInstructions/README.txt first. +Read docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md. +Read docs_build/dev/ProjectInstructions/team_assignments/TEAM_ASSIGNMENTS.md. + +Pull one [ ] item for Team Beta from BACKLOG_MASTER.md. +Stop if Team Beta already has an active branch. +Stop if Team Beta already has an active assignment. +Stop if no [ ] Team Beta backlog item is available. + +Change the selected backlog item from [ ] to [.]. +Add the selected assignment under Team Beta in TEAM_ASSIGNMENTS.md. +Create one Team Beta branch for the selected assignment. +Work only that assignment. +``` + +## Start Team Gamma + +Ready-to-copy command: + +```text +OWNER override approved: Start Team Gamma from the ProjectInstructions release gate. + +Read docs_build/dev/ProjectInstructions/README.txt first. +Read docs_build/dev/ProjectInstructions/backlog/BACKLOG_MASTER.md. +Read docs_build/dev/ProjectInstructions/team_assignments/TEAM_ASSIGNMENTS.md. + +Pull one [ ] item for Team Gamma from BACKLOG_MASTER.md. +Stop if Team Gamma already has an active branch. +Stop if Team Gamma already has an active assignment. +Stop if no [ ] Team Gamma backlog item is available. + +Change the selected backlog item from [ ] to [.]. +Add the selected assignment under Team Gamma in TEAM_ASSIGNMENTS.md. +Create one Team Gamma branch for the selected assignment. +Work only that assignment. +``` diff --git a/docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command-instruction-compliance-checklist.md b/docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command-instruction-compliance-checklist.md new file mode 100644 index 000000000..e030f029d --- /dev/null +++ b/docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command-instruction-compliance-checklist.md @@ -0,0 +1,14 @@ +# PR_26172_OWNER_014 Instruction Compliance Checklist + +- [x] Read `docs_build/dev/PROJECT_INSTRUCTIONS.md`. +- [x] Read `docs_build/dev/PROJECT_MULTI_PC.txt`. +- [x] OWNER override documented by user. +- [x] Started stacked PR014 from PR013 branch. +- [x] Preserved ProjectInstructions content. +- [x] Added documentation only. +- [x] Did not commit directly to `main`. +- [x] Did not merge any PR. +- [x] Did not delete protected instructions. +- [x] Ran docs/static validation. +- [x] Documented skipped validation lanes. +- [x] Created repo-structured delta ZIP. diff --git a/docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command-manual-validation-notes.md b/docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command-manual-validation-notes.md new file mode 100644 index 000000000..e0db72265 --- /dev/null +++ b/docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command-manual-validation-notes.md @@ -0,0 +1,11 @@ +# PR_26172_OWNER_014 Manual Validation Notes + +- Verified each command reads `README.txt` first. +- Verified each command reads `BACKLOG_MASTER.md`. +- Verified each command reads `TEAM_ASSIGNMENTS.md`. +- Verified each command pulls one `[ ]` item for the named team. +- Verified each command changes the selected item to `[.]`. +- Verified each command adds the assignment under the named team. +- Verified each command creates one branch and works only that assignment. +- Verified each command stops on an existing active branch or active assignment. +- No runtime, UI, Playwright, or sample validation was required for this docs-only PR. diff --git a/docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command.md b/docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command.md new file mode 100644 index 000000000..79b8fa384 --- /dev/null +++ b/docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command.md @@ -0,0 +1,31 @@ +# PR_26172_OWNER_014-owner-team-start-command + +## Scope + +Create `docs_build/dev/ProjectInstructions/TEAM_START_COMMANDS.md` with ready-to-copy commands for: + +- Start Team Alpha +- Start Team Beta +- Start Team Gamma + +## Changes + +- Added team start commands that require reading `README.txt` first. +- Required each command to read the backlog and team assignments files. +- Required each command to pull one available team item, mark it `[.]`, add the assignment, create one branch, and work only that assignment. +- Added hard stops when the target team already has an active branch or active assignment. + +## Validation + +- `git diff --check` +- `git diff --cached --check` +- Markdown/text review + +## Skipped Lanes + +- Playwright skipped: documentation-only scope. +- Samples skipped: documentation-only scope. + +## Package + +- `tmp/PR_26172_OWNER_014-owner-team-start-command_delta.zip` diff --git a/docs_build/dev/reports/codex_changed_files.txt b/docs_build/dev/reports/codex_changed_files.txt index 644c0fa9c..50d854370 100644 --- a/docs_build/dev/reports/codex_changed_files.txt +++ b/docs_build/dev/reports/codex_changed_files.txt @@ -1,6 +1,6 @@ -docs_build/dev/ProjectInstructions/addendums/team_release_readiness.md +docs_build/dev/ProjectInstructions/TEAM_START_COMMANDS.md +docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command-instruction-compliance-checklist.md +docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command-manual-validation-notes.md +docs_build/dev/reports/PR_26172_OWNER_014-owner-team-start-command.md docs_build/dev/reports/codex_changed_files.txt docs_build/dev/reports/codex_review.diff -docs_build/dev/reports/PR_26172_OWNER_013-team-release-readiness-gate.md -docs_build/dev/reports/PR_26172_OWNER_013-team-release-readiness-gate-instruction-compliance-checklist.md -docs_build/dev/reports/PR_26172_OWNER_013-team-release-readiness-gate-manual-validation-notes.md diff --git a/docs_build/dev/reports/codex_review.diff b/docs_build/dev/reports/codex_review.diff index 31b231b3c..8b1378917 100644 --- a/docs_build/dev/reports/codex_review.diff +++ b/docs_build/dev/reports/codex_review.diff @@ -1,15 +1 @@ -diff --git a/docs_build/dev/reports/codex_changed_files.txt b/docs_build/dev/reports/codex_changed_files.txt -index 7859a88ae..644c0fa9c 100644 ---- a/docs_build/dev/reports/codex_changed_files.txt -+++ b/docs_build/dev/reports/codex_changed_files.txt -@@ -1,6 +1,6 @@ --docs_build/dev/ProjectInstructions/team_assignments/TEAM_ASSIGNMENTS.md -+docs_build/dev/ProjectInstructions/addendums/team_release_readiness.md - docs_build/dev/reports/codex_changed_files.txt - docs_build/dev/reports/codex_review.diff --docs_build/dev/reports/PR_26172_OWNER_012-initial-team-assignments.md --docs_build/dev/reports/PR_26172_OWNER_012-initial-team-assignments-instruction-compliance-checklist.md --docs_build/dev/reports/PR_26172_OWNER_012-initial-team-assignments-manual-validation-notes.md -+docs_build/dev/reports/PR_26172_OWNER_013-team-release-readiness-gate.md -+docs_build/dev/reports/PR_26172_OWNER_013-team-release-readiness-gate-instruction-compliance-checklist.md -+docs_build/dev/reports/PR_26172_OWNER_013-team-release-readiness-gate-manual-validation-notes.md +