diff --git a/dist/setup-context7.skill b/dist/setup-context7.skill index af77fb9..48eef95 100644 Binary files a/dist/setup-context7.skill and b/dist/setup-context7.skill differ diff --git a/skills/setup-context7/SKILL.md b/skills/setup-context7/SKILL.md index 63ac7b9..9a28252 100644 --- a/skills/setup-context7/SKILL.md +++ b/skills/setup-context7/SKILL.md @@ -108,7 +108,7 @@ If the user prefers no global install: `npx -y ctx7 ...` works per-call (no inst - **No key**: run `ctx7 login` (interactive OAuth, one-time, human runs it) or ask the user to paste a key. -Verify: `CONTEXT7_API_KEY=$(grep ... ctx7.env) ctx7 whoami` (or `ctx7 whoami` after exporting) — should resolve to the user's account. On Windows git-bash, set the var inline per call; the skill's `using-context7` documents how to source the env file. +Verify: `ctx7 library Nuxt "config"` должен вернуть ID библиотеки — это функциональный smoke (работает анонимно; env-ключ даёт повышенные лимиты, но не меняет вывод). Примечание: `ctx7 whoami` отвечает "Not logged in" даже с env-ключом — это OAuth-идентичность (`ctx7 login`), не проверка ключа; не считать ошибкой setup. ### Phase 6 — Clean legacy MCP/plugin (migration) @@ -147,7 +147,7 @@ Call the CLI with a benign query: ctx7 library Nuxt "Nuxt 4 config and route rules" ``` -If it returns library IDs / snippets — context7 works via CLI in *any* harness. Optionally `ctx7 whoami` to confirm the key. +If it returns library IDs / snippets — context7 works via CLI in *any* harness. (`ctx7 whoami` — OAuth-идентичность, отвечает "Not logged in" при env-ключе; не смоук-критерий.) ### Phase 8 — Restart guidance + final report