mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
6c25273afe
The packaged skills had grown into a second copy of the documentation. `runtime` and `react-core` were roughly 60% transcribed API surface, and most of their remaining "Common Mistakes" prose already existed on a docs page. A cached copy of an API goes stale silently: four claims in the deleted skills contradicted the source they cited, and one of them reached a shipped PR before it was caught. Replace them with two skills that look the answer up instead of restating it: - `copilotkit` — the four search tools and two explore tools of the bundled `copilotkit-docs` MCP server, which corpus answers which question, and the instruction not to answer from memory. - `copilotkit-cli` — the CLI, led by `copilotkit verify --json`. Since #1180 `verify` covers version skew, CORS, and transcription, which is what most of the old `copilotkit-debug` skill described by hand. Deleted: copilotkit-setup, copilotkit-develop, copilotkit-integrations, copilotkit-debug, copilotkit-upgrade, copilotkit-agui, copilotkit-contribute, copilotkit-self-update, and the three package-generated skills (react-core, runtime, a2ui-renderer). The `skills` directory is dropped from the `files` field of the three packages that shipped one, so the tarballs no longer carry a copy. `public-skill-drift.test.ts` guarded wording in files that no longer exist. It is now a link guard: every `docs.copilotkit.ai` path named by a packaged skill has to resolve to a page in this repo, and the two entry points have to stay free of a transcribed API surface. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>