docs: all 9 agent invites merged, manifest fully READY for session 3

This commit is contained in:
TSYS Group COO
2026-09-07 14:51:13 -05:00
parent 1b6b12632b
commit 3b1a3e82a8
+6 -4
View File
@@ -65,8 +65,10 @@ cp state/agents-merged.yaml agents.yaml
``` ```
merge-invites.py SKIPS duplicate invite tokens (stale copy-paste guard) merge-invites.py SKIPS duplicate invite tokens (stale copy-paste guard)
and exits 1 while still writing the valid entries. As of session 2 end: and exits 1 while still writing the valid entries. As of session 2 end
svp-knel and vp-techcompliance still need real invites (Charles). the manifest is fully merged: all 9 agents READY (including new
vp-compliance, appended phase1-only). Re-run this step only if Charles
issues fresh invites.
### Step 2: Grant Cloudron app access ### Step 2: Grant Cloudron app access
@@ -79,8 +81,8 @@ not have access" until granted).
``` ```
docker compose run --rm provision provision-agent.py --agent vp-secops docker compose run --rm provision provision-agent.py --agent vp-secops
``` ```
Q4 agents (coo, svp-knel, svp-tctc, vp-investing, vp-trading): add Q4 agents (coo, svp-knel, svp-tctc, vp-investing, vp-trading,
`--phase1-only` (they have systems: {} anyway). vp-compliance): add `--phase1-only` (they have systems: {} anyway).
Idempotency: BW items short-circuit (`X already exists -- skipping`), Idempotency: BW items short-circuit (`X already exists -- skipping`),
so re-runs are safe. so re-runs are safe.