Building with agents. Handing off to humans.
Workflow notes, build logs, and the thinking behind a CMS where files are the source of truth — for your agent and your client alike.
The agent builds it, the client runs it
The handoff has always been the hard part of client work — you own the code, the client owns nothing, and every edit comes back to you. Here's how the same files an agent edits become the site a non-technical client edits in the browser, with nothing in between.
Build a client site with Claude Code, start to handoff
A full walkthrough: primo pull a starter, point Claude Code at the repo to build out a café site, primo push, and hand the owner a browser editor they can run themselves. No glue code, no CMS to teach.
Why the schema is the editor
Every field your block declares becomes a clickable surface in the editor — no second config, no translation layer. A short look at why fields.yaml next to the .svelte is the whole trick.