chore(repo): add MIT license file to root and all published packages - #234
Merged
Conversation
Every package.json declared `"license": "MIT"`, but the repo carried no license text: GitHub's API reported `license: null`, and published tarballs shipped the metadata without the notice — @tigrisdata/cli@3.7.0 on npm contains no LICENSE. Add the MIT text at the repo root and in each of the eight published packages. MIT requires the notice accompany all copies, and npm publishes package directories rather than the repo, so a root-only file would never reach consumers. npm force-includes LICENSE regardless of a package's `files` array, so no manifest changes are needed — verified by packing @tigrisdata/cli, which now contains `package/LICENSE`. No changeset: this changes only legal metadata in the published tarballs, not package behaviour. Assisted-by: Claude Opus 5 via Claude Code Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
Greptile SummaryAdds the standard MIT license text at the repository root and to every published package.
Confidence Score: 5/5The PR appears safe to merge with no actionable issues identified. The license text matches the existing MIT metadata, covers every publishable package, and will be included in package tarballs. Important Files Changed
Reviews (1): Last reviewed commit: "chore(repo): add MIT license file to roo..." | Re-trigger Greptile |
garrensmith
approved these changes
Aug 5, 2026
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.
Every
package.jsondeclares"license": "MIT", but the repo had no license text — GitHub reportedlicense: null, and published tarballs shipped the metadata without the notice (@tigrisdata/cli@3.7.0on npm has no LICENSE).Adds the MIT text at the repo root and in each of the eight published packages. Per-package because npm publishes package directories, not the repo, so a root-only file never reaches consumers. No manifest changes needed — npm includes
LICENSEregardless of thefilesarray.Test plan
pnpm testinpackages/cli— 834 passed, 214 skippedbiome checkcleanpnpm packon@tigrisdata/cliincludespackage/LICENSE🤖 Generated with Claude Code
Note
Cursor Bugbot is generating a summary for commit 13ce3a7. Configure here.