Skip to main content
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

--no-mcp skips more than the server registration. The agent rule files and the /reticle command go with it, because all three only make sense once the tools are reachable.

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:
Run from a workspace root with several apps, it refuses to guess and names them instead:

Exit codes

Worked example

The install, step by step

What each step writes and how to read the four status marks.
Last modified on August 15, 2026