Skip to content
Documentation
Command

/dev

Start (or reuse) the notabene review server in the background and print its URL.

From plugin
notabene
45 skills5 commands
Install
$ npx -y skills add z29k/notabene --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/dev

Context preview

What this command does when you run it.

Start (or reuse) the notabene review server in the background and print its URL.

Command definition

dev.md
description: Start (or reuse) the notabene review server in the background and print its URL.
argument-hint: "[--port N] [--host]"
allowed-tools: Bash(node:*)

Start the notabene review server for this repo as a **detached daemon** and report the URL. Idempotent — if one is already running for this repo it just prints the existing URL. The first run fetches the renderer (~30 s); after that it's fast. Then it returns (the server keeps running in the background).

!`node "${CLAUDE_PLUGIN_ROOT}/bin/nb.mjs" dev --detach $ARGUMENTS`

Report the URL from the output. If it says the port isn't responding yet, tell the user to check the log path shown, or re-run `/notabene:status`.

Ships withnotabene

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.

Get the whole plugin, auto-invoked
Stats
4
Stars
0
Views
0
Forks
Active
Maintenance
TypeScript
Language
MIT
License
3h ago
Last commit
1mo ago
Created

Repo: z29k/notabene