diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index a81bb21..6595f35 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,5 +1,5 @@ { - "name": "beadle", + "name": "beadle-dev", "description": "Autonomous agent daemon with cryptographic owner control. Email communication via IMAP/SMTP with PGP trust model.", "version": "0.15.0", "author": { diff --git a/README.md b/README.md index 43d5a98..39d9a56 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ layer. ## Quick Start ```bash -curl -fsSL https://raw.githubusercontent.com/punt-labs/beadle/5cdeaac/install.sh | sh +curl -fsSL https://raw.githubusercontent.com/punt-labs/beadle/407fc12/install.sh | sh ``` Downloads the `beadle-email` binary, verifies its SHA256 checksum, and attempts to install the Claude Code plugin (MCP tools + slash commands + hooks). If plugin installation fails, the script falls back to registering the standalone MCP server (no slash commands or hooks). Runs `doctor` to check your setup. Restart Claude Code after install. If you previously registered `beadle-email` as a standalone MCP server via `claude mcp add`, remove it first with `claude mcp remove beadle-email` to avoid duplicate registrations. @@ -73,7 +73,7 @@ Downloads the `beadle-email` binary, verifies its SHA256 checksum, and attempts Inspect before running ```bash -curl -fsSL https://raw.githubusercontent.com/punt-labs/beadle/5cdeaac/install.sh -o install.sh +curl -fsSL https://raw.githubusercontent.com/punt-labs/beadle/407fc12/install.sh -o install.sh cat install.sh sh install.sh ```