Skip to content

feat: add CLI binary entry point to @codemcp/ade#8

Merged
mrsimpson merged 2 commits into
mainfrom
claude/add-cli-binary-entry-eeWYd
Mar 18, 2026
Merged

feat: add CLI binary entry point to @codemcp/ade#8
mrsimpson merged 2 commits into
mainfrom
claude/add-cli-binary-entry-eeWYd

Conversation

@mrsimpson
Copy link
Copy Markdown
Contributor

No description provided.

claude added 2 commits March 18, 2026 14:00
## Intent

Enable users to run `npx @codemcp/ade setup` by exposing the CLI
binary from the main package. Previously only `@codemcp/ade-cli` had
a bin entry, making the main package unusable as a CLI via npx.

## Key changes

- Remove `"private": true` so the package can be published to npm
- Add `"bin": {"ade": "packages/cli/dist/index.js"}` to expose the CLI
- Add `"publishConfig": {"access": "public"}` for public npm publishing

https://claude.ai/code/session_013WVNnTozRKrc3SoP9oLC4N
@mrsimpson mrsimpson changed the title Claude/add cli binary entry ee w yd feat: add CLI binary entry point to @codemcp/ade Mar 18, 2026
@mrsimpson mrsimpson merged commit 184a545 into main Mar 18, 2026
1 check passed
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.

2 participants