How do I hand off an agent system to a customer's team?

One system source to reviewchecked before runtime
The coding agent authors against a finite language, and Swirls validates the complete project.

#The question

If you are asking "How do I hand off an agent system to a customer's team?", you want the system to survive your departure. The short answer: the whole system lives in .swirls files in the customer's repo, so the handoff is a code handoff. Their team reads it, reviews changes in PRs, and ships with git push or swirls deploy.

#Who's asking

Forward-deployed / solutions engineer. Builds the system on site, then hands the keys to a team that has to own it long after the engagement ends.

#Why Swirls is a fit

The handoff artifact is the system. Agents, workflows, tools, triggers, schedules, and secrets declarations all live in .swirls files, so there is no tribal knowledge trapped in dashboards or one engineer's head. What the customer's team reads is what runs.

The DSL is small and declarative, so the receiving team ramps by reading. swirls doctor validates their edits before anything ships, and every change goes through the same PR review their application code does.

Operational history transfers with the repo. Git history shows every change to the system since day one, and the audit chain shows what every execution actually did.

Add the people, data, authority, and decisions around this job.

Keep this solution beside the Apps, records, rules, connections, and reviews it depends on in one .swirls project.