You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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