docs(migrate-from-v1): 2b-channel-auth and 3c-auth are blockers

2b-channel-auth: copies the Baileys keystore + channel-specific env
keys. Without it WhatsApp can't connect — saw this firsthand when
the original candidatePaths bug left env_keys=0,files=0.

3c-auth: registers Anthropic credentials in OneCLI. 3b installs the
gateway; 3c puts the secret in the vault. Without 3c every agent
request 401s regardless of 3b's status.

1c-groups stays deferred — agent runs on stock CLAUDE.md without it,
but routing works.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Gavriel Cohen
2026-05-02 18:36:10 +03:00
parent 2bc1279a12
commit 8c1b209aeb
+1 -1
View File
@@ -47,7 +47,7 @@ A step is **blocking** if its failure stops the bot from routing one message. Re
| Blocking | Deferred |
|---|---|
| `1b-db`, `1d-sessions`, `2c-install-<channel>`, `2d-whatsapp-lids`, `3a-docker`, `3b-onecli`, `3e-build` | `1a-env`, `1c-groups`, `1e-tasks`, `2b-channel-auth`, `3c-auth` |
| `1b-db`, `1d-sessions`, `2b-channel-auth`, `2c-install-<channel>`, `2d-whatsapp-lids`, `3a-docker`, `3b-onecli`, `3c-auth`, `3e-build` | `1a-env`, `1c-groups`, `1e-tasks` |
### 0b — Smoke test, then continue