reticle init is the one command a person runs before anything else. It inspects the directory it is standing in, works out the framework, and writes every piece of wiring Reticle needs: the MCP server registration, the agent rule files, the dev dependencies, .reticle.json, and the bundler plugin.
Flags
What it prints
A plan, one line per step, each with a status mark:✓ written, · already in place or left alone, ⚠ needs a hand. Captured from a real run inside apps/bench-app:
Exit codes
Worked example
The install, step by step
What each step writes and how to read the four status marks.