v0.2.0 — issues tracker + skills plugin + CLI polish
Second release of mind (@mind-studio/cli) — building on v0.1.0's Solid identities + pod I/O + codespaces plugin.
What's new
mind issues— event-sourced tracker. A standalone command group that creates and manages the.mind/markdown tracker (folder-per-issue + append-onlyevents/, state = the fold of the log). Full lifecycle:init / epic / new / list / next / show / triage / claim / release / state / handoff / comment / link / close / build. Its own fold + byte-faithful Turtle renderer (a port of the codespacestracker-build) — no bridge or server required.nextranks the agent queue by priority then creation order;build --checkis the drift gate.mind skills— install/update plugin.list / install / status / updatecopies the workspace-widemind-*Claude Code skills into a project's.claude/skills/, lockfile-tracked so drift is distinguishable from updates.- Typo-friendly CLI. A mistyped subcommand now prints a tight
did you mean …?(Damerau distance, so transpositions likeenxt→nextresolve) instead of dumping the full help. id create/id usesymmetry. The identity store key is now a slugified handle, so create and use always reference the same key;--nameis a pure display label.- CI.
npm test(node --test) now runs on every push/PR via GitHub Actions.
Install / upgrade
```bash
MIND_CLI_REF=v0.2.0 curl -fsSL https://raw.githubusercontent.com/MIND-Studio/mind-cli/main/install.sh | bash
```
Full changelog: v0.1.0...v0.2.0