From cbab8e6e615fee2d3b6f2148d3cc37f2c2e77a7e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Jul 2026 08:31:30 +0000 Subject: [PATCH 1/2] Initial plan From 21054edb03eb51024dc1dd03c2672eb59ab75aed Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 15 Jul 2026 08:43:19 +0000 Subject: [PATCH 2/2] test: remove stale root help command exclusions Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- cmd/gh-aw/main_entry_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/gh-aw/main_entry_test.go b/cmd/gh-aw/main_entry_test.go index 028a8138c4b..96f869d03ef 100644 --- a/cmd/gh-aw/main_entry_test.go +++ b/cmd/gh-aw/main_entry_test.go @@ -169,9 +169,6 @@ func TestMainFunction(t *testing.T) { require.NoError(t, err, "root command help should execute successfully") assert.NotEmpty(t, output, "root command help should produce output") - assert.NotContains(t, output, " bootstrap ") - assert.NotContains(t, output, " setup ") - // Reset args for other tests rootCmd.SetArgs([]string{}) })