Skip to content

docs: document OMP's marketplace install as an alternative to omp plugin link - #88

Merged
jsirish merged 1 commit into
mainfrom
claude/omp-marketplace-docs
Sep 19, 2026
Merged

jsirish merged 1 commit into
mainfrom
claude/omp-marketplace-docs

Conversation

@jsirish

@jsirish jsirish commented Sep 19, 2026

Copy link
Copy Markdown
Member

Summary

Adds a documented alternative to omp plugin link .omp-plugin in docs/INSTALL.md's OMP section: OMP's marketplace mechanism.

omp plugin marketplace add dynamic/throughline
omp plugin install throughline@throughline

Verification

Live-tested both install methods in isolation (removed one before testing the other, to make sure neither result was riding on the other still being active):

  • Marketplace install discovers via the existing .claude-plugin/marketplace.json (OMP falls back to Claude Code's marketplace format when there's no OMP-native one) and installs a versioned snapshot into ~/.omp/plugins/cache/, picked up through a different discovery provider (claude-plugins) than the link install uses (omp-plugins).
  • Confirmed prompt capture and bash tool capture both fire correctly through the marketplace-only install.
  • Confirmed running both install methods simultaneously double-registers the hook shim (two different files on disk, both containing the same hooks/post/throughline.ts logic) - every capture point fires twice. Documented as a "don't do this" note.

No code changes - documentation only.

🤖 Generated with Claude Code

…gin link

Live-tested (isolated from the link install to confirm it works standalone):
  omp plugin marketplace add dynamic/throughline
  omp plugin install throughline@throughline

Discovers via the same .claude-plugin/marketplace.json OMP already falls
back to reading, installs a versioned snapshot through a different
discovery provider (claude-plugins, not omp-plugins) than the link install
uses. Documents the one real gotcha found while testing both side by side:
running both install methods at once double-registers the hook shim, so
every capture point fires twice.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@jsirish
jsirish merged commit f2a36e0 into main Sep 19, 2026
5 checks passed
@jsirish
jsirish deleted the claude/omp-marketplace-docs branch September 19, 2026 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant