Skip to content

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 09 May 17:02
· 76 commits to main since this release

Initial release. v1 CLI shell with embedded prompts and bundled SQLite store.

Added

  • CLI verbs: init, add, ls, show, ready, blocked, status, done, rm, prompt, group {new,ls,show,close}.
  • Per-repo SQLite store at .docket/db.sqlite (auto-gitignored on init).
  • Two tables: tasks (with first-class acceptance and deps fields) and groups.
  • Computed ready queue and blocked debug view from unmet deps.
  • Four prompt templates embedded at build time via include_str!: tdd-pursuit, create-task, commit, pr.
  • --json output on every list/show command for agent consumption.
  • Release pipeline: tag-triggered cross-builds for {macOS, Linux} × {x86_64, aarch64}, GitHub Release with checksums, install.sh for curl | bash install.

Notes

  • Versioning starts at 0.0.x deliberately. Every shipped item bumps the patch (0.0.2, 0.0.3, …). The cut to 0.1.0 is maintainer judgment, not a feature checklist — it happens when the loop feels solid for daily use. docket start landing is the most likely trigger but is not by itself sufficient.