AFKBOT 1.9.4
AFKBOT 1.9.4
Hotfix for the Task Flow review queue CLI after the 1.9.3 rollout.
- Fixed
afk task review-list --all-reviewerson installed runtimes where Click reports no parameter source for defaulted options. - Added a regression test for missing parameter-source handling.
- Excluded local ignored plugin package caches from
mypy ., so full type checks stay reproducible when runtime plugins exist in the working tree.
Verification:
uv run pytest tests/cli/test_task_command.py -quv run ruff check .uv run mypy .uv run pytest -quv builduvx twine check dist/*