Configuring a Repo for High Warp
Warp is delegation intensity — how much autonomy you hand your agents. Everyone flies low warp; you earn high warp by wiring the repo so delegation is safe. This series walks the levels one at a time, then re-cuts the same material by feature so you can configure one capability end-to-end.
The climb, at a glance
Four configuration levels. Each one earns the next: you don't jump to autopilot, you wire the safety and bookkeeping that make autopilot survivable. Climbing warp takes weeks, not days — you and the agent agree a cadence (a couple of items a day) and hit KPIs as you go.
The “forward-deployed agent” model
We don't ship a wizard and we don't rely on hooks. We ship an agent that deploys into your repo like an embedded engineer and levels it up with you over weeks. Instruction delivery is command-driven, not hook-driven — more reliable and less intrusive: no per-machine settings.json wiring, and everything the agent does lands as durable, reviewable files in your repo.
The mechanism is two parts — a one-time bootstrap prompt, and an npm client the agent drives:
# the agent runs these for you, as commands — not a hidden hook
cloudclawer-warp install # install the client into the repo
cloudclawer-warp add-roles # write role files (requires an active subscription)
cloudclawer-warp wire-claude-md # insert a managed section into CLAUDE.md
cloudclawer-warp update # pull latest roles + instructions, brief you on changesBecause the instructions live in CLAUDE.md (which the agent reads every session) and the roles live as files in the repo, the agent continues day after day with no hook required. The managed section itself tells the agent to run update at the start of a session and brief you — that is the auto-update loop, driven by the agent, not a hook.
Two ways to read this series
Same material, two cuts. Read by level if you're onboarding a repo and want a checklist to climb. Read by feature if you already know which capability you're configuring and want it end-to-end.
Or jump to a feature
The Chief of Agents' standing role
When you run CloudClawer, the Chief of Agents (CoA) takes care of your needs and CloudClawer manages the instructions for you. The CoA leaves notes about your repo and the outstanding items needed to push warp higher, sets an agreed schedule with you, and runs scheduled maintenance — which may include security reviews. If you opt in to update checks, these help keep your agent instructions current, and the agent briefs you when an update is present.