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
fix: remove dead is_fixable capture and narrow flake_suspected routing test
Remove is_fixable from diagnose_ci.capture in all 3 pipeline recipes.
The dead-output semantic rule fires because resolve-failures reads is_fixable
from the diagnosis FILE (via diagnosis_path), not from recipe context —
context.is_fixable is never referenced downstream.
Restrict test_resolve_ci_routes_flake_suspected_to_check_flake_loop to only
check resolve-failures-invoking steps. The resolve_review step uses
resolve-review skill which legitimately routes flake_suspected to
pre_review_rebase, not through check_flake_loop.
Update diagram hashes for all 3 recipes after YAML changes.
0 commit comments