Files
cleveragents-core/features
HAL9000 3745c69262
CI / helm (pull_request) Successful in 44s
CI / push-validation (pull_request) Successful in 39s
CI / build (pull_request) Successful in 56s
CI / lint (pull_request) Successful in 1m4s
CI / quality (pull_request) Successful in 1m17s
CI / typecheck (pull_request) Successful in 1m34s
CI / security (pull_request) Successful in 1m41s
CI / e2e_tests (pull_request) Successful in 3m44s
CI / integration_tests (pull_request) Successful in 3m58s
CI / unit_tests (pull_request) Failing after 4m29s
CI / coverage (pull_request) Has been skipped
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 3s
CI / benchmark-publish (pull_request) Has been skipped
CI / benchmark-regression (pull_request) Failing after 1m18s
fix(acms): correct DEFAULT_MAX_* constants in context_tier_settings and fix @when decorator in TDD step
Fix two bugs causing unit_tests CI failure:

1. context_tier_settings.py: DEFAULT_MAX_TOKENS_HOT was 8000 (should be
   16000), DEFAULT_MAX_DECISIONS_WARM was 500 (should be 100),
   DEFAULT_MAX_DECISIONS_COLD was 5000 (should be 500). These constants
   are used as getattr() fallbacks in budget_from_settings() when Settings
   attributes are missing.

2. tdd_context_tier_defaults_1443_steps.py: step "I inspect the budget
   defaults" was decorated with @then instead of @when, causing an
   UndefinedStep error since the feature file uses "When I inspect the
   budget defaults".

ISSUES CLOSED: #1443
2026-05-05 11:34:27 +00:00
..