Files
cleveragents-core/features
HAL9000 a78bee4988
CI / benchmark-publish (pull_request) Has been skipped
CI / push-validation (pull_request) Successful in 37s
CI / helm (pull_request) Successful in 45s
CI / lint (pull_request) Failing after 54s
CI / build (pull_request) Successful in 52s
CI / quality (pull_request) Successful in 1m19s
CI / typecheck (pull_request) Successful in 1m45s
CI / security (pull_request) Successful in 1m46s
CI / coverage (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Has been skipped
CI / e2e_tests (pull_request) Successful in 3m40s
CI / integration_tests (pull_request) Failing after 5m5s
CI / unit_tests (pull_request) Failing after 6m2s
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
fix(acms): resolve remaining AmbiguousStep conflicts, NameError bugs, and function name duplicates
Fix two critical issues identified by HAL9001 review #8271:

1. Rename literal step 'policy{1,2} has priority_weight' in loader
   steps to 'loader policy{1,2} has priority_weight' to disambiguate
   from parameterised 'policy(\d+) has priority_weight' in integration
   steps (fixes AmbiguousStep Conflicts 1 & 2 - root cause of CI failures).

2. Fix NameError: change undefined variable 'weight' to float(weight_str)
   in step_policy1_priority and step_policy2_priority functions.

3. Rename duplicate Python function names across step files to prevent
   namespace shadowing: step_check_view_name, step_have_multiple_policies,
   step_have_policy_config, step_policy_not_applied → suffixed with _loader
   or _integration.

ISSUES CLOSED: #9584
2026-05-09 10:33:07 +00:00
..