From c8c2084a72d808a1884c152697f489d632eae921 Mon Sep 17 00:00:00 2001 From: Amit Paz Date: Sat, 20 Jun 2026 08:29:45 +0300 Subject: [PATCH] chore: reconcile license ISC -> MIT; fix npx install command 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) --- README.md | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0b416e8..5a87d33 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

npm version - License: ISC + License: MIT CI

@@ -16,7 +16,7 @@ ## Quick Start ```bash -npx agentkit init +npx @amit-paz/agentkit-cli init ``` This creates an `agentkit.config.yaml` in your project, sets up `docker-compose.yaml`, and scaffolds your workspace. @@ -139,4 +139,4 @@ Contributions are welcome! Fork the repo, make your changes, and open a pull req ## License -[ISC](LICENSE) © [Amit Paz](https://github.com/amitpaz) +[MIT](LICENSE) © [Amit Paz](https://github.com/amitpaz) diff --git a/package-lock.json b/package-lock.json index b004030..eca17da 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "name": "agentkit", "version": "1.0.0", - "license": "ISC", + "license": "MIT", "dependencies": { "@inquirer/prompts": "^8.2.0", "chalk": "^5.6.2", diff --git a/package.json b/package.json index d5bf7ad..472be78 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ }, "keywords": ["agentkit", "cli", "ai", "agents", "devtools"], "author": "", - "license": "ISC", + "license": "MIT", "repository": { "type": "git", "url": "https://github.com/agentkitai/agentkit-cli"