diff --git a/commands/prp-pr.md b/commands/prp-pr.md index 9469cb884..2016ec90b 100644 --- a/commands/prp-pr.md +++ b/commands/prp-pr.md @@ -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)" --- diff --git a/docs/COMMAND-REGISTRY.json b/docs/COMMAND-REGISTRY.json index 29b1cd647..4f7918cfc 100644 --- a/docs/COMMAND-REGISTRY.json +++ b/docs/COMMAND-REGISTRY.json @@ -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": [],