Quickstart
Clone → gridworld episode in under two minutes.
Install
curl -fsSL https://raw.githubusercontent.com/Alphabetsoup16/Castellan/main/install.sh | bash
From source: Install.
First success
castellan run --goal "reach target" --plugin gridworld
Episode JSON lands in .castellan/episodes/.
Terminal demo
Offline / no CDN — static transcript
$ castellan plugin list
$ castellan run --goal "reach target" --plugin gridworld
episode satisfied
Common commands
castellan --help
castellan run --goal "reach target" --plugin gridworld --rlm
castellan evolve --episodes 16 --workspace .castellan/episodes
castellan replay --episode .castellan/episodes/<goal-id>.json
castellan multiplexer ensure && castellan dashboard
castellan herd status
castellan drift-check
castellan mcp
Next steps
| Goal | Page |
|---|---|
| Daily driver loop | Daily driver |
| MCP tool catalog | MCP tools |
| Remote multiplexer | CLI — remote |
| Verify before PR | Verify |
./scripts/verify.sh