9.5.1
@comet/agent-features@9.5.1
Patch Changes
-
dd4d2f2: Fix the package being published without any skills and rules
The
skills/andrules/folders were symlinked to the folders at the repository root. Since pnpm v11 no longer follows symlinked directories when packing, every release since@comet/agent-featuresv9.4.0 contained nothing but the manifest, soinstall-agent-featuresfound no skills or rules to install. The folders are copied into the package when it's built now.