Releases: johncarpenter/runboard
Releases · johncarpenter/runboard
Release list
v1.1.0
What's new
runboard skills install
A new command to install the bundled SKILL.md skills into your AI agent — no download, copied straight from the package:
npx runboard@latest skills install # auto-detect (Claude Code → .claude/skills/)
npx runboard@latest skills install --target .cursor/skills # any other agent
npx runboard@latest skills install --dry-run # preview; writes nothing
npx runboard@latest skills install --force # overwrite existing copies- Agent-agnostic: auto-detects Claude Code;
--targetcovers any other agent. - Safe: never overwrites existing skills without
--force;--dry-runpreviews. - Local-first: pure filesystem copy, no network.
- Mid-run copy failures are reported cleanly and exit non-zero (no stack traces).
Full diff: v1.0.1...v1.1.0
v1.0.1
First public release of runboard — a local-first CLI for the Runboard technical-leadership maturity framework.
Highlights
- Deterministic scoring core (9-dimension rubric: Build/Run/Plan × Team/Tools/Techniques, 1–5 scale with trajectory indicators)
- CLI commands:
init,assess,board,pulse,roadmap,report,status - Terminal heatmap + self-contained
board.html - Portable AI adapters: SKILL.md skills, bundled MCP server, AGENTS.md
- Local-first: all data stays in your repo under
.runboard/, no phone-home
Run it with:
npx runboard@latest