From 563eacbd7cb9ae37a9d27ef55f2915688d12d2a4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:01:12 +0000 Subject: [PATCH 1/3] Initial plan From aad0a1106ce39e2e11497e929cec041523b9f5de Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:06:54 +0000 Subject: [PATCH 2/3] docs: Remove undocumented campaign CLI command Fixes #12740 The campaign command is not implemented in the CLI. The campaign feature is accessed via the create-agentic-campaign label workflow, not through a CLI command. Removing the misleading documentation as suggested by the maintainer. - Removed campaign command section from cli.md (lines 406-420) - Verified documentation builds successfully - No other references to "gh aw campaign" command found Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- docs/src/content/docs/setup/cli.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/docs/src/content/docs/setup/cli.md b/docs/src/content/docs/setup/cli.md index b85ce59a5d2..be7dcef0ec2 100644 --- a/docs/src/content/docs/setup/cli.md +++ b/docs/src/content/docs/setup/cli.md @@ -403,22 +403,6 @@ gh aw audit 12345678 --parse # Parse logs to markdo Logs are saved to `logs/run-{id}/` with filenames indicating the extraction level (job logs, specific step, or first failing step). -### Agentic campaigns - -#### `campaign` - -Manage campaign definitions. See [Agentic Campaigns Guide](/gh-aw/guides/campaigns/) for complete documentation. - -**Quick Reference:** -- `gh aw campaign` - List campaigns -- `gh aw campaign status` - Show live status -- `gh aw campaign new ` - Create new campaign -- `gh aw campaign validate` - Validate specs - -**Options:** `--json` - -Alternative: create an issue with the `create-agentic-campaign` label to trigger automated campaign creation ([docs](/gh-aw/guides/campaigns/)). - ### Management #### `enable` From 25f85840ed12aafff85a8bc47a8a5c40a5afdd9f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:08:04 +0000 Subject: [PATCH 3/3] docs: Remove campaign command from package documentation - Remove outdated campaign command reference from pkg/cli/doc.go - Update package description to remove "managing campaigns" - Ensures consistency with CLI command removal Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- pkg/cli/doc.go | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkg/cli/doc.go b/pkg/cli/doc.go index 38bd9116371..901425e4a03 100644 --- a/pkg/cli/doc.go +++ b/pkg/cli/doc.go @@ -1,9 +1,9 @@ // Package cli provides the command-line interface for gh-aw (GitHub Agentic Workflows). // // This package implements the `gh aw` CLI extension using the Cobra command framework. -// It provides commands for compiling workflows, managing campaigns, running audits, -// and inspecting MCP servers. Each command follows consistent patterns for error -// handling, output formatting, and user interaction. +// It provides commands for compiling workflows, running audits, and inspecting MCP +// servers. Each command follows consistent patterns for error handling, output +// formatting, and user interaction. // // # Available Commands // @@ -19,8 +19,6 @@ // // actions - Build and manage custom GitHub Actions // -// campaign - Execute and manage multi-repository workflow campaigns -// // # Basic Usage // // // Compile a single workflow