--json, and config lives in the repo where agents can read and write it safely.
Install the skill
What agents should treat as the source of truth
floo.app.tomldefines app shape in git- GitHub is the source of code for deploys
- the CLI is the primary control plane
- the dashboard is a window into live state, not a second config system
Allow safe read-only commands
Add Floo to your agent’s allowed commands so it can inspect state without prompting you every time. Claude Code (.claude/settings.json):
Give other tools the same rules
Cursor (.cursorrules):
| Tool | File |
|---|---|
| Windsurf | .windsurfrules |
| GitHub Copilot | .github/copilot-instructions.md |
Parse the output contract
Use JSON mode whenever the agent needs structured data:Recommended agent workflow
- Read or update config in the repo.
- Use
floo commands --jsonorfloo <command> --helpfor capability discovery. - Trigger or observe deploys from the CLI.
- Use logs, analytics, releases, and rollbacks from the same surface.