From 6f7dc7b41e92a11aa51fb35b5368340295150d69 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:00:14 +0000 Subject: [PATCH 1/2] Initial plan From 9c5aca4a59042ce8f72b4261a2b849380ac37f58 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:07:02 +0000 Subject: [PATCH 2/2] Fix inconsistent workflow name casing in remove command example - Changed 'WorkflowName' to 'my-workflow' in remove command documentation - Now consistent with source code examples in cmd/gh-aw/main.go - Matches pattern used throughout documentation (lowercase with hyphens) Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/content/docs/setup/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/setup/cli.md b/docs/src/content/docs/setup/cli.md index 29ad7ee8860..ef368307dab 100644 --- a/docs/src/content/docs/setup/cli.md +++ b/docs/src/content/docs/setup/cli.md @@ -331,7 +331,7 @@ Disables workflows to prevent execution and cancels any currently running workfl Remove workflows from the repository. ```bash wrap -gh aw remove WorkflowName +gh aw remove my-workflow ``` Removes both `.md` and `.lock.yml` files and updates repository configuration.