chore: add MIT license, CRLibre acknowledgments, Dojo Coding branding & code review#16
Merged
dbejarano820 merged 3 commits intomainfrom Feb 22, 2026
Merged
Conversation
- Add LICENSE file (MIT) - Add license, author, repository fields to all package.json files - Add Acknowledgments section referencing CRLibre/API_Hacienda - Add Powered by Dojo Coding footer - Fix CI badge URL (danielbejarano → DojoCodingLabs)
Greptile SummaryThis PR adds critical npm publish infrastructure (MIT LICENSE file, package.json metadata) and comprehensive documentation (CODE_REVIEW.md with 8 issues identified, CRLibre acknowledgments, Dojo Coding branding). All changes are documentation and metadata only - no code logic modified. Key additions:
Minor issue found:
Confidence Score: 4/5
|
| Filename | Overview |
|---|---|
| LICENSE | Standard MIT License added with Dojo Coding Labs copyright - addresses critical npm publish blocker |
| CODE_REVIEW.md | Comprehensive code review document added - date shows "2025-02-22" which appears to be a future date |
| README.md | Added acknowledgments to CRLibre, Dojo Coding footer, and fixed CI badge URL to point to DojoCodingLabs org |
| package.json | Added license, author, repository, and homepage metadata fields for npm compliance |
| packages/cli/package.json | Added license, author, repository with directory, and homepage metadata for npm publish |
| packages/mcp/package.json | Added license, author, repository with directory, and homepage metadata for npm publish |
| packages/sdk/package.json | Added license, author, repository with directory, and homepage metadata for npm publish |
| shared/package.json | Added license, author, repository with directory, and homepage metadata for npm publish |
Last reviewed commit: 96f9a52
Additional Comments (1)
Prompt To Fix With AIThis is a comment left during a code review.
Path: CODE_REVIEW.md
Line: 3
Comment:
Date shows "2025-02-22" but today is 2026-02-22
```suggestion
**Date:** 2026-02-22
```
How can I resolve this? If you propose a fix, please make it concise. |
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.
Changes
📄 License & Branding
license,author,repository,homepagefields to all package.json files🔍 Code Review
CODE_REVIEW.md📦 npm Publish Readiness
To go live on npm, two manual steps remain:
@hacienda-crorg on npmjs.comNPM_TOKENGitHub secretSee
CODE_REVIEW.mdfor full checklist.