From 5ddb579eae74cdd1e47432060354ceb037c7dc01 Mon Sep 17 00:00:00 2001 From: Claude Agento Date: Sat, 18 Apr 2026 14:03:13 -0700 Subject: [PATCH 1/2] chore: restore dev plugin state [skip ci] --- .claude-plugin/plugin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { From 6deeb20f931349206c4a82127c59d0180dae800f Mon Sep 17 00:00:00 2001 From: Claude Agento Date: Sat, 18 Apr 2026 14:03:13 -0700 Subject: [PATCH 2/2] chore: update README install SHA to v0.15.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```