Notes from the workshop
What's new in pk, and what to do with it.
v0.11.1 — 2026-04-19 — polish and a repo split
The pk setup tip that appears when no version tags exist is now conditional — trunk-based projects don't get pushed toward --baseline. The pk changelog error for missing tags mentions --at <ref> inline, so late adopters discover the flag at the moment they need it. The plankit site now lives at github.com/markwharton/plankit.com, separate from the CLI repo.
v0.11.0 — 2026-04-18 — pk setup --baseline
Anchoring pk changelog is now one command. If your project uses versioned releases, run pk setup --baseline --push — it tags v0.0.0 on HEAD and publishes the tag. Works on new repos and existing ones; pass --at <ref> to fold prior commits into the first changelog entry. Trunk-based projects can skip it. Bonus: /preserve now continues with implementation after saving a plan.
Full history in the CHANGELOG on GitHub.