Skip to content

fix: add commands/ to npm package files array#416

Open
nanaubusiness wants to merge 1 commit into
DietrichGebert:mainfrom
nanaubusiness:fix/npm-package-missing-commands-dir
Open

fix: add commands/ to npm package files array#416
nanaubusiness wants to merge 1 commit into
DietrichGebert:mainfrom
nanaubusiness:fix/npm-package-missing-commands-dir

Conversation

@nanaubusiness

Copy link
Copy Markdown
Contributor

Bug

package.json files array does not include commands/. The commands/ directory contains TOML command files (ponytail.toml, ponytail-review.toml, etc.) needed by Gemini CLI and Claude Code.

When a user installs @dietrichgebert/ponytail from npm, commands/ is excluded from the installed package, breaking both hosts.

Fix

Add commands/ to the files array in package.json.

commands/ contains TOML command files needed by Gemini CLI and Claude
Code. Without it, installing @dietrichgebert/ponytail from npm omits
these files, breaking both hosts.

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant