afkbotio v1.9.6
Changes
- Add a Task Flow document deletion service, API route, and repository path that removes a document and all revisions.
- Record task history for deleted task-scoped documents when the parent task still exists.
- Add API/service regression coverage for document deletion.
Verification
- uv run ruff check .
- uv run mypy .
- uv run pytest -q
- uv build && uvx twine check dist/*