- Remove unused TYPE_CHECKING imports (DomainContextStrategy, StrategyCapabilities) from acms_service.py — they are only referenced in docstrings, not type annotations, causing F401 lint errors. This resolves the lint failure that was introduced by the prior commit b5b08e25's attempt to move them into the TYPE_CHECKING block.
- Fix line-length violation (E501) on StrategyCapabilities docstring — shortened :mod: directive reference to fit 88-char limit.
ISSUES CLOSED: #10590
- Add CHANGELOG entry under [Unreleased] Added section documenting the
ContextStrategy protocol, six built-in strategies, StrategyRegistry,
and 77 Behave test scenarios.
- Update CONTRIBUTORS.md with HAL 9000's contribution for PR #10590.
ISSUES CLOSED: #10590