mirror of
https://github.com/upstash/context7.git
synced 2026-09-14 19:09:34 +08:00
c3c2647029
* fix(cli): use ~/.agents/skills for global universal skill installs The universal global path was ~/.config/agents/skills, but the canonical standard (used by Vercel's skills CLI and OpenAI Codex) is ~/.agents/skills. This aligns context7 with the broader ecosystem. Fixes #2276 * chore: add changeset for global skills path fix