Skip to content

Commit de8f1d1

Browse files
author
Dylan Storey
committed
docs: add plugin documentation, remove automated sandbox setup
- Add docs/claude-code-plugin.md for plugin installation and usage - Add docs/docker-sandbox.md for manual sandbox setup instructions - Remove docker/ folder (automated setup didn't work with sandbox init) - Remove --sandboxed flag from Ralph scripts - Remove run-sandboxed-ralph.sh launcher - Update README to link to plugin documentation Sandbox users should manually install plugin/MCP after starting sandbox.
1 parent 6d843bf commit de8f1d1

File tree

9 files changed

+207
-690
lines changed

9 files changed

+207
-690
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,15 +93,17 @@ Add to your `claude_desktop_config.json`:
9393
claude mcp add --scope user --transport stdio metis -- metis mcp
9494
```
9595

96-
**Optional: Install the Flight Levels Skill**
96+
**Optional: Install the Flight Levels Plugin**
9797

98-
The Metis skill teaches Claude *when* and *why* to use Metis tools (methodology, decomposition patterns, anti-patterns):
98+
The Metis plugin teaches Claude *when* and *why* to use Metis tools (methodology, decomposition patterns, anti-patterns). It also provides commands like `/metis-ralph` for autonomous task execution.
9999

100100
```bash
101101
/plugin marketplace add colliery-io/metis
102102
/plugin install metis@colliery-io-metis
103103
```
104104

105+
See [Claude Code Plugin Documentation](docs/claude-code-plugin.md) for full details including available commands and skills.
106+
105107
#### For Cursor
106108
Add to your Cursor MCP configuration:
107109
```json

docker/Dockerfile.claude-sandbox

Lines changed: 0 additions & 56 deletions
This file was deleted.

docker/claude-sandbox.sh

Lines changed: 0 additions & 60 deletions
This file was deleted.

docker/run-sandboxed-ralph.sh

Lines changed: 0 additions & 242 deletions
This file was deleted.

0 commit comments

Comments
 (0)