First beta release. The core daemon path is feature-complete and has been
verified end-to-end against YouTrack Cloud 2026.1.
Highlights
- YAML workflow engine: triggers, actions,
depends_on,on_success/on_failurehooks. - Two trigger types (
status_change,manual), three action types (ai_report,set_field,yt_comment), declarativeOutputSpecwrites. - CLI:
init,workflows list/validate,run,poll [--daemon]. - Safety modifiers:
--dry-run,--stub-llm,--force,--workflow. - Tag-based daemon scoping via
defaults.include_tags. - Reference workflow: three parallel AI reports (security audit, pages changed, QA plan) writing back to YouTrack custom fields.
Documentation
See docs/:
installation, configuration, operations (modes + troubleshooting), workflows
(YAML schema), architecture.
Install
```bash
uv tool install --from git+https://github.com/PanzerLlama/youtrack-aitrack youtrack-aitrack
```
Known limitations
- One daemon per host per YouTrack instance (cross-process idempotency race).
- AI report output is advisory; diffs are attacker-influenceable.
- Custom field type support:
Simple(string) andTextonly. --dry-run/--stub-llmare opt-in, not safe-by-default.
Full release notes in CHANGELOG.md.