dev
Start (or reuse) the notabene review server in the background and print its URL.
Report whether the notabene review server is running (pid, port, URL) + open comment count.
> /plugin marketplace add z29k/notabene > /plugin install notabene@z29k
How it fires
How this command gets triggered: by you, by Claude, or both.
/statusContext preview
What this command does when you run it.
Report whether the notabene review server is running (pid, port, URL) + open comment count.
description: Report whether the notabene review server is running (pid, port, URL) + open comment count. argument-hint: "[--json]" allowed-tools: Bash(node:*)
Report whether the notabene review server is running for this repo, and how many comments are open.
!`node "${CLAUDE_PLUGIN_ROOT}/bin/nb.mjs" status $ARGUMENTS` !`node "${CLAUDE_PLUGIN_ROOT}/bin/nb.mjs" comments ls --open --json 2>/dev/null | node -e 'let s="";process.stdin.on("data",d=>s+=d).on("end",()=>{try{console.log("open comments:",JSON.parse(s).length)}catch{console.log("open comments: (store not readable)")}})'`
Summarize: running or not (with the URL if running), and the open-comment count.
Leave notes in the margins of your repo's docs then let your AI agent apply them, resolve the threads, and journal what changed & why.
Repo: z29k/notabene
Start (or reuse) the notabene review server in the background and print its URL.
Process the review comments on the docs (notabene review loop).
Set up, configure, or reconfigure notabene and start the docs review server.
Stop the detached notabene review server for this repo.