Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -73,7 +73,7 @@ Downloads the `beadle-email` binary, verifies its SHA256 checksum, and attempts
<summary>Inspect before running</summary>

```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
```
Expand Down
Loading