002 // GUIDES
SENTINEL PLANNER
Turn a task into a reviewable, corpus-grounded plan before you paste a command into a terminal.
What Sentinel returns
everycli plan retrieves candidates from the existing local corpus and produces a plan you can inspect.
- —The selected command from the curated corpus.
- —A deterministic risk level: low, medium, or high.
- —Preflight checks and a confirmation requirement where applicable.
- —A guarantee that planning never runs a shell command.
Plan a task
bash
$everycli plan "remove unused Docker images safely"
Use the local planner
Use --local when you want the offline planner explicitly, without requiring an API key or network connection.
bash
$everycli plan --local "see which branch I am on"
Sentinel can explain and rank retrieved candidates, but it does not invent commands or execute them for you.