docs(ux): enforce mandatory PR output after ANY remote push

This commit is contained in:
Keith Guerin
2026-03-31 13:35:56 -07:00
parent 0f421e9fa1
commit f569f517e6
+5 -3
View File
@@ -37,9 +37,11 @@ underlying "rigor."
proactively offer to run
`echo "alias gbuild='npm run bundle && node bundle/gemini.js'" >> ~/.zshrc`
(or `.bash_profile`) to set it up for them.
5. **PR Output**: After successfully creating or updating a PR, you MUST
provide the GitHub PR link, the linked Issue link, and the `npx` command to
test the PR branch (e.g., `npx @google/gemini-cli@pr-<number>`).
5. **PR Output**: After ANY successful `git push` to a remote branch (whether
via a formal `/ux-pr` workflow or ad-hoc), you MUST immediately provide the
GitHub PR link, the linked Issue link, and the `npx` command to test the PR
branch (e.g., `npx @google/gemini-cli@pr-<number>`). Do not wait to be
asked.
## 🚨 Standard Operating Procedures (Agent Only)