@@ -97,20 +97,19 @@ sandbox:
9797
9898---
9999
100- # # Wave 3: Billing Agent Production Deploy — NOT STARTED
101-
102- Depends on Wave 2. ~1 week. Mostly ops/config, not code.
103-
104- | Task | Description |
105- |------|-------------|
106- | W3-T01 | Configure billing agent IDENTITY.md (shell disabled, egress allowlisted, credentials granted, A2A excluded) |
107- | W3-T02 | Set up Tailscale (join tailnet, tag server, configure ACLs) |
108- | W3-T03 | Serve mode with `--host 0.0.0.0` behind Tailscale |
109- | W3-T04 | Test billing e2e : query Braintree → generate invoice → send test email |
110- | W3-T05 | Set up cron : ` mastersof-ai run billing "Run monthly billing"` |
111- | W3-T06 | Validate credential isolation |
112- | W3-T07 | Validate egress control |
113- | W3-T08 | Docs : deployment guide (Tailscale setup, cron) |
100+ # # Wave 3: Agent Production Deploy — OUT OF SCOPE (private ops)
101+
102+ Wave 3 is **not a code wave** — it's deploying a specific agent instance on private
103+ infrastructure. No changes to the open source harness are needed. The security waves
104+ (1–2, 4–8) built the generic runtime; Wave 3 exercises it for a private use case.
105+
106+ Tasks (all private ops, not repo changes) :
107+ - Configure agent IDENTITY.md (shell disabled, egress allowlisted, credentials granted)
108+ - Set up Tailscale networking (join tailnet, tag server, configure ACLs)
109+ - Serve mode behind Tailscale
110+ - E2e validation of credential isolation and egress control
111+ - Cron setup for headless runs
112+ - Deployment guide (private docs)
114113
115114---
116115
0 commit comments