Skip to content

chore: reconcile license ISC→MIT; fix npx install command#3

Merged
amitpaz1 merged 1 commit into
mainfrom
chore/hygiene
Jun 20, 2026
Merged

chore: reconcile license ISC→MIT; fix npx install command#3
amitpaz1 merged 1 commit into
mainfrom
chore/hygiene

Conversation

@amitpaz1

Copy link
Copy Markdown
Member

Metadata/docs only. License ISCMIT (package.json + lockfile mirror + README badge) to match the MIT LICENSE. Fixed install: npx agentkit initnpx @amit-paz/agentkit-cli init (verified the scoped name is the published one). Build + tests green. Deferred: the npm package-lock.json is stale (name agentkit@1.0.0 vs @amit-paz/agentkit-cli@0.1.0) — a separate tooling cleanup.

🤖 Generated with Claude Code

package.json (+ lockfile mirror) license ISC -> MIT and README badge ISC -> MIT to
match the MIT LICENSE file. Fix README install: `npx agentkit init` (won't resolve)
-> `npx @amit-paz/agentkit-cli init` (the real published package name). No code changed.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@amitpaz1 amitpaz1 merged commit c4813eb into main Jun 20, 2026
1 check passed
amitpaz1 added a commit that referenced this pull request Jun 20, 2026
The committed package-lock.json root was name "agentkit"/version "1.0.0", not matching
package.json (@amit-paz/agentkit-cli / 0.1.0). Regenerated with
`npm install --package-lock-only` (metadata only; no dependency changes).
Rebased on main so it also carries the ISC->MIT license fix from #3.

Co-Authored-By: Claude Opus 4.8 (1M context) <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