Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 2 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,11 @@
"license": "MIT",
"type": "module",
"packageManager": "bun@1.3.14",
"bin": {
"agent": "dist/cli.js"
},
"files": [
"dist"
],
"//": "Not an npm package. The CLI ships only as a Bun-compiled single binary via the Homebrew tap (see .github/workflows/release.yml). `private` blocks accidental `npm publish`; there is deliberately no `bin` so `npm i -g .` can't install a stale global that shadows the brew binary.",
"private": true,
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "tsx src/cli.tsx",
"build": "tsup",
Expand Down
Loading