AFKBOT 1.9.5
AFKBOT 1.9.5
Hotfix for installed Click/Typer runtime compatibility in the Task Flow review queue CLI.
- Fixed
afk task review-list --all-reviewerswhen Click/Typer wrappers expose differentParameterSource.DEFAULTenum instances. - Added regression coverage for missing and enum-compatible default parameter sources.
Verification:
uv run pytest tests/cli/test_task_command.py -quv run afk task --profile default review-list --all-reviewersuv run ruff check .uv run mypy .uv run pytest -quv builduvx twine check dist/*