Add plugin entry: md-comments - #127
Conversation
Thanks for the submission — we really want to get this in. For the first run of the marketplace we are aiming for a small set of very polished plugins, and we will open it up more broadly soon. Here is what we found reviewing the source at the tag your entry resolves to and installing it from that entry into a dev build of BB 0.40: Blocker: the plugin does not load on BB 0.40Installing The throw happens inside the plugin factory, so the whole plugin fails — the Fix: switch to Smaller things, worth doing in the same release
What we likedNo network calls at all, no |
SawyerHood
left a comment
There was a problem hiding this comment.
Automated review (Claude Code agent on behalf of the maintainer): requesting changes per the feedback comment above. Ping here when a new version is published and we will re-check.
What the plugin does
Adds inline commenting to markdown files opened in the BB side panel: select a
line, phrase, or word in the rendered document and leave a comment against
that exact passage. Comments are anchored to quoted text (not line numbers),
so they follow their passage across edits instead of drifting to the wrong
paragraph. A single button drops the whole unsent batch into the thread
composer as one structured message for the agent, and the agent can reply
inside each comment's own thread (
md_comments_list/md_comments_reply/md_comments_reanchorRPC tools).Source release
v1.0.0gitrange^1.0.0(repository root)Plugin checks
npm install— clean install, zero private dependenciesnpx vitest run— 25/25 tests passingnpx tsc --noEmit— no type errorsbb plugin build— buildsdist/successfullyMarketplace checks
npm ci --ignore-scripts && npm run build— entry validates against the schema,dist/marketplace.jsonbuilt with 83 entriesnpm run check— release-source liveness check passesNotes for reviewers
MessageSquare(no vendored icon file) — the plugin has no bespoke artwork of its own.