8.22.0
@comet/api-generator@8.22.0
Patch Changes
- e98ef39: Fix
MODULE_NOT_FOUNDerrors caused by extensionless deep imports of@nestjs/graphqlinternals.@nestjs/graphql13.3.0 tightened itsexportsmap so that the"./*": "./*"pattern no longer maps to.jsautomatically. All deep imports of@nestjs/graphqlinternals now use explicit.jsextensions.
@comet/cli@8.22.0
Minor Changes
-
21f2fc0:
install-agent-skills: also install skills fromagentic-plugin/skills/In addition to the existing
skills/directory, the command now installs skills fromagentic-plugin/skills/. This allows shipping agent skills as part of a Claude Code plugin (with a.claude-plugin/plugin.jsonmanifest) without losing the ability to install them viainstall-agent-skills.Both directories are also fetched (via git sparse checkout) when consuming external repos listed in
agent-skills.json.skills/keeps priority overagentic-plugin/skills/.