Skip to content

v0.2.0 — issues tracker + skills plugin + CLI polish

Choose a tag to compare

@huhn511 huhn511 released this 05 Jun 19:23
· 21 commits to main since this release

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-only events/, 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 codespaces tracker-build) — no bridge or server required. next ranks the agent queue by priority then creation order; build --check is the drift gate.
  • mind skills — install/update plugin. list / install / status / update copies the workspace-wide mind-* 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 like enxtnext resolve) instead of dumping the full help.
  • id create/id use symmetry. The identity store key is now a slugified handle, so create and use always reference the same key; --name is 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