Skip to content

v0.2.0

Choose a tag to compare

@TadMSTR TadMSTR released this 18 Jun 13:45
· 28 commits to main since this release
5edc070

Changes

New

  • originating_task_id field on submit_task — optional UUID of the parent task. When set, the dispatcher looks up the parent and inherits its workflow_mode, keeping auto-mode pipelines in auto across agent handoff boundaries (fixes TQMCP-2).

Infrastructure

  • GitHub Actions CI: matrix test on Python 3.10–3.13, triggers on push and PRs to main

Tests

  • 38 unit tests covering all queue.py validation paths, transitions, TTL, archiving, adversarial YAML, and the new originating_task_id field