feat(cli): claudemesh skill prints bundled SKILL.md (v1.18.0)
Zero-install access to the protocol reference: a fresh `npm i -g claudemesh-cli` user (or someone running the prebuilt binary) can now `claudemesh skill | claude --skill-add -` without copying any files into ~/.claude/skills. The skill markdown is embedded into the CLI bundle at build time via Bun's text-import attribute. Also replaces two `<> ALL(...)` raw SQL fragments in the dashboard unread-count queries with drizzle's notInArray() helper — matches the same fix already applied to /v1/me/topics in the API package. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -298,6 +298,15 @@ level, or wire claudemesh to messaging surfaces beyond Claude Code.
|
||||
default returns last 30d). CLI: omitting `--mesh` on each
|
||||
verb routes through the matching aggregator. *Shipped
|
||||
2026-05-03 in CLI v1.16.0.*
|
||||
- **v0.5.2 — `claudemesh skill` prints the bundled SKILL.md** —
|
||||
zero-install access for the protocol reference. SKILL.md is
|
||||
embedded into the CLI bundle at build time via Bun's
|
||||
text-import attribute, so `claudemesh skill` works on a
|
||||
fresh `npm i -g` or the prebuilt binary without any
|
||||
`~/.claude/skills/` setup. Pipe it: `claudemesh skill |
|
||||
claude --skill-add -`. Existing `claudemesh skill <list|get|
|
||||
remove>` subcommands (mesh-shared skills) preserved. *Shipped
|
||||
2026-05-03 in CLI v1.18.0.*
|
||||
- **v0.5.1 — peer list self-marking + send self-DM guard** —
|
||||
`peer list` now tags rows from the caller's own member with
|
||||
`(this session)` or `(your other session)`, so a paste from
|
||||
|
||||
Reference in New Issue
Block a user