72765d90a0
CI / push-validation (pull_request) Successful in 8s
CI / load-versions (pull_request) Successful in 14s
CI / build (pull_request) Successful in 39s
CI / helm (pull_request) Successful in 40s
CI / lint (pull_request) Successful in 3m31s
CI / quality (pull_request) Successful in 3m37s
CI / typecheck (pull_request) Successful in 3m58s
CI / security (pull_request) Successful in 4m28s
CI / unit_tests (pull_request) Successful in 9m16s
CI / docker (pull_request) Successful in 1m11s
CI / integration_tests (pull_request) Successful in 14m42s
CI / coverage (pull_request) Successful in 10m53s
CI / status-check (pull_request) Successful in 3s
Rename RetryPolicyConfig fields to their spec-required names (per issue #9396 acceptance criteria): max_attempts -> max_retries base_delay -> retry_delay_seconds backoff_multiplier -> backoff_factor max_delay -> max_backoff Updated all references in: - application/services/service_retry_wiring.py (Settings field map, wait-strategy builder, sync execute(), async_execute(), wrap_service_method()) - BDD step definitions for retry_policy_model, service_retry_wiring, service_retry_settings, and their coverage/async variants - robot/retry_policy_wiring.robot integration scripts Fixed lint errors flagged on this PR: - F401 unused imports in features/steps/acms_context_analysis_steps.py (stub file reduced to just the docstring) - E501 overlong line in retry_policy.py:125 (split description tuple) Added CHANGELOG.md entry under [Unreleased] per CONTRIBUTING.md. ISSUES CLOSED: #9396