From f569f517e622b272e83386ecc34dd36625762e1a Mon Sep 17 00:00:00 2001 From: Keith Guerin Date: Tue, 31 Mar 2026 13:35:56 -0700 Subject: [PATCH] docs(ux): enforce mandatory PR output after ANY remote push --- packages/extensions/gemini-cli-ux/GEMINI.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/extensions/gemini-cli-ux/GEMINI.md b/packages/extensions/gemini-cli-ux/GEMINI.md index 3f98796654..cfccdd0112 100644 --- a/packages/extensions/gemini-cli-ux/GEMINI.md +++ b/packages/extensions/gemini-cli-ux/GEMINI.md @@ -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-`). +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-`). Do not wait to be + asked. ## 🚨 Standard Operating Procedures (Agent Only)