You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Approval-gated runs (not failures): 45 runs - normal for PR-triggered agentic workflows
Critical Issues
CI - TestMainFunction/root_command_help (P1)
Status: All CI runs on main failing since at least run SS29389225754
Error: Test at cmd/gh-aw/main_entry_test.go lines 172-173 asserts help output should NOT contain bootstrap or setup, but both now appear in gh aw --help
Root cause: A recent commit added bootstrap and/or setup subcommands to the CLI, but the test's negative assertions were not updated
Impact: Every push to main fails CI; blocks merges, deploys, and integration testing
Fix needed: Update TestMainFunction/root_command_help to remove or update the negative assertions for bootstrap and setup in cmd/gh-aw/main_entry_test.go
Failing test output excerpt:
main_entry_test.go:172: Error: "...gh aw bootstrap --repo owner/repo..." should not contain " bootstrap "
main_entry_test.go:173: Error: "...gh aw setup repo --repo owner/repo..." should not contain " setup "
Persistent Issues (Previously Filed - Do Not Duplicate)
Run: SS29391050174
Overview
Total workflows: 255 | Lock files: 255/255 (100%) | Compile: Clean
Of 29 active workflows observed in last 100 runs:
Critical Issues
CI -
TestMainFunction/root_command_help(P1)mainfailing since at least run SS29389225754cmd/gh-aw/main_entry_test.golines 172-173 asserts help output should NOT containbootstraporsetup, but both now appear ingh aw --helpbootstrapand/orsetupsubcommands to the CLI, but the test's negative assertions were not updatedmainfails CI; blocks merges, deploys, and integration testingTestMainFunction/root_command_helpto remove or update the negative assertions forbootstrapandsetupincmd/gh-aw/main_entry_test.goFailing test output excerpt:
Persistent Issues (Previously Filed - Do Not Duplicate)
Systemic Issues
TestMainFunction/root_command_helpnegative assertions not updated when new commands were addedTrends