Fixes three issues with kanban-md skill install that shipped in v0.21.0.
Fixed: OpenClaw installs to global path
OpenClaw skills now correctly install to ~/.openclaw/skills/ instead of creating a bare skills/ directory in the project root. OpenClaw is now a global-only agent since it has no project-level skill convention.
New: --path flag for skill install
Install skills to any directory, skipping agent detection entirely. Useful for CI, dotfile setup scripts, or custom agent configurations.
kanban-md skill install --path ~/.my-agent/skills/
kanban-md skill install --path /some/dir --skill kanban-mdFixed: Interactive menu shows all agents
The agent selection menu now lists all supported agents (not just detected ones). Detected agents are pre-checked, others are unchecked but selectable. This fixes the chicken-and-egg problem where agents couldn't be selected before their config directories existed.
Fixed: Duplicate version comments
The embedded skill source had a stale version comment that caused installed files to contain two kanban-md-skill-version comments. Fixed by removing the comment from the embedded source — it is now only injected at install time.
Upgrading
brew upgrade kanban-md or download from the release assets. Then run kanban-md skill update to refresh installed skills.
Full diff: v0.21.0...v0.21.1