Skip to content

linear-cli v0.3.0

Choose a tag to compare

@roboalchemist roboalchemist released this 09 Feb 07:36
· 43 commits to master since this release

What's New

  • skill command group: New skill print and skill add subcommands for managing the embedded Claude Code skill
  • Embedded Claude Code skill: SKILL.md and reference/commands.md are compiled into the binary via go:embed
  • skill add: Installs the skill to ~/.claude/skills/linear-cli/ with one command
  • docs enhanced: Now also prints the Claude Code skill after the README

Fixes

  • Fix .gitignore pattern that accidentally ignored .claude/skills/linear-cli/ directory

Install via Homebrew:

brew tap roboalchemist/tap
brew install linear-cli

Or upgrade: brew upgrade linear-cli