Skip to content

v1.2.0 — one-click plugin install

Latest

Choose a tag to compare

@rajkaria rajkaria released this 13 Jul 07:22
· 1 commit to main since this release

One-click plugin install — no shell, no clone.

boil-the-ocean is now its own one-plugin marketplace. From inside Claude Code:

/plugin marketplace add rajkaria/boil-the-ocean
/plugin install boil-the-ocean@boil-the-ocean

That wires the skill, the /ocean* commands, and both hooks — updated in place on re-install, no install.sh needed.

Added

  • .claude-plugin/marketplace.json — the repo is its own one-plugin marketplace.
  • Cross-agent plugin install — the same manifest installs on every agent that speaks the Claude Code plugin-marketplace protocol: Antigravity (agy plugin install <url>), Factory Droid, GitHub Copilot CLI.
  • Marketplace test coverage — 4 new tests (86 total): marketplace.json is valid JSON, its name and plugin entry match the plugin, and its source: "./" resolves to a real plugin.json.

Notes

  • The plugin carries no separate version — its entry inherits from plugin.json, so the release checklist stays VERSION + plugin.json in lockstep.

The shell installer (curl … | bash, install.sh auto, ocean upgrade) is unchanged and still works for headless / non-Claude agents.

Full changelog: https://github.com/rajkaria/boil-the-ocean/blob/main/CHANGELOG.md