github PanzerLlama/youtrack-aitrack v0.1.0b0
v0.1.0b0 — first beta

latest release: v0.2.0b0
3 months ago

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_failure hooks.
  • Two trigger types (status_change, manual), three action types (ai_report, set_field, yt_comment), declarative OutputSpec writes.
  • 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) and Text only.
  • --dry-run/--stub-llm are opt-in, not safe-by-default.

Full release notes in CHANGELOG.md.

Don't miss a new youtrack-aitrack release

NewReleases is sending notifications on new releases.