FloPay does not just sell rails for the agentic economy — we run on them. Internally, we use an agentic harness and CLI called War Room to coordinate AI agents end-to-end: from triaging a GitHub issue, to planning the change, to writing the code, to running validation and opening the pull request.
An agentic harness, not a tool.
War Room is the internal harness we built to coordinate teams of AI agents — triage, planning, implementation, validation, and review — against real GitHub issues in real repositories. It is the operating system for how FloPay ships code.
A CLI that orchestrates the work.
Every issue becomes a structured task with a sergeant, a repo, a branch, and validation gates. Agents pick up the work, run the validations, and hand back a PR. Humans set direction and review the output; the harness handles the scaffolding.
Scale without losing the thread.
War Room lets a small team move like a much larger one — dozens of issues in flight, each with its own context, branch, and audit trail. The result is more shipped surface area per engineer, with the same correctness bar a senior reviewer would set.
Task
→Triage
→Craft
→Test
→Release
Every issue flows through the same harness — sergeants, branches, and validation gates are wired in, so agents and humans share the same definition of done.