fix(commands): distinguish prp-pr alias (#2907)

This commit is contained in:
Wu Shuwen
2026-09-09 15:00:49 -04:00
committed by GitHub
parent 549c14692c
commit cc91c24f9a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
description: "Create a GitHub PR from current branch with unpushed commits — discovers templates, analyzes changes, pushes"
description: "Alias of /pr for the PRP workflow series. Use when creating a pull request mid-PRP workflow; otherwise use /pr."
argument-hint: "[base-branch] (default: main)"
---
+1 -1
View File
@@ -741,7 +741,7 @@
},
{
"command": "prp-pr",
"description": "Create a GitHub PR from current branch with unpushed commits — discovers templates, analyzes changes, pushes",
"description": "Alias of /pr for the PRP workflow series. Use when creating a pull request mid-PRP workflow; otherwise use /pr.",
"type": "testing",
"primaryAgents": [],
"allAgents": [],