Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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

Download castellan-demo.cast

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

GoalPage
Daily driver loopDaily driver
MCP tool catalogMCP tools
Remote multiplexerCLI — remote
Verify before PRVerify
./scripts/verify.sh