From 8c1b209aeb8cdd2776fcd1afa92569d9f16629e2 Mon Sep 17 00:00:00 2001 From: Gavriel Cohen Date: Sat, 2 May 2026 18:36:10 +0300 Subject: [PATCH] docs(migrate-from-v1): 2b-channel-auth and 3c-auth are blockers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .claude/skills/migrate-from-v1/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/skills/migrate-from-v1/SKILL.md b/.claude/skills/migrate-from-v1/SKILL.md index 0440d8a7e..04b3aeeec 100644 --- a/.claude/skills/migrate-from-v1/SKILL.md +++ b/.claude/skills/migrate-from-v1/SKILL.md @@ -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-`, `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-`, `2d-whatsapp-lids`, `3a-docker`, `3b-onecli`, `3c-auth`, `3e-build` | `1a-env`, `1c-groups`, `1e-tasks` | ### 0b — Smoke test, then continue