v0.0.1
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 oninit). - Two tables:
tasks(with first-classacceptanceanddepsfields) andgroups. - Computed
readyqueue andblockeddebug view from unmet deps. - Four prompt templates embedded at build time via
include_str!:tdd-pursuit,create-task,commit,pr. --jsonoutput 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.shforcurl | bashinstall.
Notes
- Versioning starts at
0.0.xdeliberately. Every shipped item bumps the patch (0.0.2, 0.0.3, …). The cut to0.1.0is maintainer judgment, not a feature checklist — it happens when the loop feels solid for daily use.docket startlanding is the most likely trigger but is not by itself sufficient.