mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
fix(skills): treat intelligence-docs as a standalone skill
This commit is contained in:
committed by
Tyler Slaton
parent
0779911182
commit
2a10854bfa
@@ -189,7 +189,8 @@ describe("syncPluginSkills", () => {
|
||||
expect(RESERVED_LIFECYCLE_SLUGS).toContain("channels-setup");
|
||||
expect(RESERVED_LIFECYCLE_SLUGS).toContain("inspector-docs");
|
||||
expect(RESERVED_LIFECYCLE_SLUGS).toContain("inspector-workbench");
|
||||
expect(RESERVED_LIFECYCLE_SLUGS.size).toBe(13);
|
||||
expect(RESERVED_LIFECYCLE_SLUGS).toContain("intelligence-docs");
|
||||
expect(RESERVED_LIFECYCLE_SLUGS.size).toBe(14);
|
||||
});
|
||||
|
||||
// Version sync — the plugin version tracks packages/runtime/package.json.
|
||||
|
||||
@@ -21,6 +21,7 @@ export const RESERVED_LIFECYCLE_SLUGS: ReadonlySet<string> = new Set([
|
||||
"channels-setup",
|
||||
"inspector-docs",
|
||||
"inspector-workbench",
|
||||
"intelligence-docs",
|
||||
]);
|
||||
|
||||
// Version sync — plugin version tracks this package's version.
|
||||
|
||||
Reference in New Issue
Block a user