From cc91c24f9a35dc79811f2326b6cbf4a74739009a Mon Sep 17 00:00:00 2001 From: Wu Shuwen Date: Thu, 10 Sep 2026 03:00:49 +0800 Subject: [PATCH] fix(commands): distinguish prp-pr alias (#2907) --- commands/prp-pr.md | 2 +- docs/COMMAND-REGISTRY.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": [],