chore: reconcile license ISC→MIT; fix npx install command#3
Merged
Conversation
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
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Metadata/docs only. License
ISC→MIT(package.json + lockfile mirror + README badge) to match the MITLICENSE. Fixed install:npx agentkit init→npx @amit-paz/agentkit-cli init(verified the scoped name is the published one). Build + tests green. Deferred: the npmpackage-lock.jsonis stale (nameagentkit@1.0.0 vs@amit-paz/agentkit-cli@0.1.0) — a separate tooling cleanup.🤖 Generated with Claude Code