v0.11.0 — installable plugin marketplace
Added
.claude-plugin/marketplace.json— the repo now doubles as its own single-plugin marketplace, so the bundled skills install via Claude Code:(/plugin marketplace add edwilde/ticketgraph /plugin install ticketgraph@ticketgraphsource: "./", noversion—plugin.jsonstays the single source of truth.)
Changed
- Renamed the
outstanding-ticketsskill tooutstandingso the automatic plugin namespace reads cleanly as/ticketgraph:outstandingrather than the redundant…:outstanding-tickets. Sets the terse-name convention for the planned wrapper family. - Documented the marketplace install in README +
docs/install.md.
Notes
- The marketplace install ships skills only. They drive the
ticketgraphCLI, which depends on the nativebetter-sqlite3addon — a plugin clone does not build it, so the binary still needs a dev build (npm publish is the planned binary-distribution path, not yet done).