v0.1.0
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/, starterSTATE.md) in the current repository.taskrail validate— validate folder layout, task shape, dependency and spec references, andSTATE.mdconsistency.taskrail next— deterministically select the next eligible task (supports--json).taskrail start <task-id>— mark a task active and updateSTATE.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 underplanning/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.