-
Notifications
You must be signed in to change notification settings - Fork 0
chore: promote dev → main — Review PR shorthand doc update #136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c75a283
6352f91
566c642
b79a12e
475185e
4884548
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -40,12 +40,18 @@ Bilbo write a release blog post for v1.2.0 | |||||
|
|
||||||
| | Command | What it does | | ||||||
| |---------|-------------| | ||||||
| | `Review PR #{N}` | Shorthand — engages Aragorn as lead reviewer. Equivalent to `Aragorn review PR #{N}`. | | ||||||
| | `{Member} review PR #{N}` | Member follows Critical Rule #7: waits for CI → reads Copilot review → posts verdict → merges if approved. | | ||||||
| | `{Member} wait for the gh review on PR #{N}` | Member watches CI and the GitHub Copilot automated review before posting their own verdict. | | ||||||
|
|
||||||
| > **Aragorn's review sequence (Critical Rules #7 & #8):** | ||||||
| > CI pass → read Copilot review (fix bugs/security; style is discretionary) → parallel domain review → fix cycle if rejected → approve → squash merge → sync local. | ||||||
| > Before any push: full test suite must pass locally — CI is never the first place failures are found. | ||||||
|
|
||||||
| **Examples:** | ||||||
|
|
||||||
| ``` | ||||||
| Review PR #131 | ||||||
| Aragorn review PR #128 | ||||||
| Aragorn wait for the gh review on PR #126 the review | ||||||
| ``` | ||||||
|
|
@@ -129,7 +135,7 @@ fan squad begin work | |||||
|
|
||||||
| ### Ship a feature PR | ||||||
| ``` | ||||||
| Aragorn review PR #{N} ← CI check + Copilot review + verdict + merge | ||||||
| Review PR #{N} ← CI check + Copilot review + verdict + merge | ||||||
| clean up ← remove merged branches, sync repos | ||||||
| ``` | ||||||
|
Comment on lines
136
to
140
|
||||||
|
|
||||||
|
|
@@ -138,7 +144,7 @@ clean up ← remove merged branches, sync repos | |||||
| Is Sprint N a release candidate? | ||||||
| → yes | ||||||
| → PR opens dev → main | ||||||
| Aragorn review PR #{N} | ||||||
| Review PR #{N} | ||||||
|
||||||
| Review PR #{N} | |
| → Review PR #{N} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new Aragorn review callout reads a bit ungrammatically as "CI pass" and is a long run-on sequence. Consider rephrasing (e.g., "CI passes" / "CI is green") and splitting the sequence into multiple lines or a numbered list to improve readability and reduce ambiguity.