Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 09:56

First shippable release. Taskrail is a manual-first, LLM-provider-agnostic CLI for
repo-native tracked work, proving the repository contract, deterministic task
progression, the authoritative STATE.md, and verification as a first-class concept.

Added

  • taskrail init — initialize Taskrail structure (specs/, planning/, starter STATE.md) in the current repository.
  • taskrail validate — validate folder layout, task shape, dependency and spec references, and STATE.md consistency.
  • taskrail next — deterministically select the next eligible task (supports --json).
  • taskrail start <task-id> — mark a task active and update STATE.md.
  • taskrail complete <task-id> — mark a task completed from an implementation perspective (supports --note).
  • taskrail block <task-id> — mark a task blocked and record a --reason.
  • taskrail verify <task-id> — record a verification outcome and write artifacts under planning/artifacts/verify/; can create a follow-up task via --create-followup.
  • taskrail version — print the CLI version (also --version), injected at build time via -ldflags.
  • Bootstrap repository structure, specs, planning workflow, and mirrored skills.