From 977d6a7d19bbbeb917ea5e8c0c355e502e3aae50 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 06:24:39 +0000 Subject: [PATCH 1/2] Initial plan From 794148f271f6280d157145213d321bd34e852c66 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 06:32:05 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20capitalization:=20"markdown"=20?= =?UTF-8?q?=E2=86=92=20"Markdown"=20in=20compile=20command=20short=20descr?= =?UTF-8?q?iption?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- cmd/gh-aw/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gh-aw/main.go b/cmd/gh-aw/main.go index 4d792fb246c..246c470bdeb 100644 --- a/cmd/gh-aw/main.go +++ b/cmd/gh-aw/main.go @@ -119,7 +119,7 @@ Examples: var compileCmd = &cobra.Command{ Use: "compile [markdown-file]...", - Short: "Compile markdown to YAML workflows", + Short: "Compile Markdown to YAML workflows", Long: `Compile one or more markdown workflow files to YAML workflows. If no files are specified, all markdown files in .github/workflows will be compiled.