A formalized cadence for shipping production-quality work using two AI agents in a lead + executor split. Battle-tested on
selene-dbfrom M1 through M14 (≈120 briefs, ≈120 PRs merged, ≈0 reverts).Adopt this verbatim when stepping into a new codebase that uses it. Diverge only with deliberation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: "3.9" | |
| services: | |
| tailscale: | |
| image: tailscale/tailscale:latest | |
| hostname: volttron-tailscale-edge | |
| container_name: tailscale | |
| environment: | |
| - TS_AUTHKEY=${TAILSCALE_AUTHKEY} | |
| - TS_STATE_DIR=/var/lib/tailscale |