Files
cleveragents-core/features
HAL9000 a8cfee5b37 fix(acms): resolve AmbiguousStep conflicts, format specifier errors, and duplicate step definitions
Convert all Behave {param:d/f/int} cucumber-expression format specifiers
to raw regex patterns (\d+, [\d.]+) compatible with behave 1.3.x parse
library. Remove duplicate @given/@then step definitions across both ACMS
step files that caused AmbiguousStep errors: budget_override and assembled
context budget assertions. Remove overlapping 'I prepare LLM context'
handlers that matched the same plain text feature steps. Restore missing
ContextPolicyConfig/ConfigurationLoader/PolicyScope/ViewPolicyConfiguration
imports in acms/__init__.py.

ISSUES CLOSED: #9584
2026-06-17 23:15:50 -04:00
..