Skip to content

8.22.0

Choose a tag to compare

@github-actions github-actions released this 05 May 10:40
· 209 commits to main since this release
1475f4a

@comet/api-generator@8.22.0

Patch Changes

  • e98ef39: Fix MODULE_NOT_FOUND errors caused by extensionless deep imports of @nestjs/graphql internals. @nestjs/graphql 13.3.0 tightened its exports map so that the "./*": "./*" pattern no longer maps to .js automatically. All deep imports of @nestjs/graphql internals now use explicit .js extensions.

@comet/cli@8.22.0

Minor Changes

  • 21f2fc0: install-agent-skills: also install skills from agentic-plugin/skills/

    In addition to the existing skills/ directory, the command now installs skills from agentic-plugin/skills/. This allows shipping agent skills as part of a Claude Code plugin (with a .claude-plugin/plugin.json manifest) without losing the ability to install them via install-agent-skills.

    Both directories are also fetched (via git sparse checkout) when consuming external repos listed in agent-skills.json. skills/ keeps priority over agentic-plugin/skills/.