v2.0.1 — bunx installer CLI
What's new
Single-command LTM installer — no git clone required:
```bash
bunx @rohirik/ltm-core # auto-detect Claude Code, OpenCode, Pi
bunx @rohirik/ltm-core --claude
bunx @rohirik/ltm-core --opencode
bunx @rohirik/ltm-core --pi
bunx @rohirik/ltm-core --dry-run --claude # preview without writing
```
What it does per target
- Claude Code — writes
mcpServers.ltmto~/.claude/settings.json, wires SessionStart/PreCompact/PostEditCheck hooks - OpenCode — adds
@rohirik/opencode-ltm@latesttoopencode.jsonplugin list - Pi — appends
[[extensions]] package = "@rohirik/pi-ltm"topi.toml
All targets are idempotent — safe to run multiple times.
Packages published
@rohirik/ltm-core@2.0.1@rohirik/opencode-ltm@2.0.1@rohirik/pi-ltm@2.0.1