feat(datum-platform): add /notice command for generating NOTICE files#19
Open
privateip wants to merge 2 commits into
Open
feat(datum-platform): add /notice command for generating NOTICE files#19privateip wants to merge 2 commits into
privateip wants to merge 2 commits into
Conversation
Adds a slash command that detects the project language and generates a NOTICE file with third-party dependency license information using language-specific tools (go-licenses, pip-licenses, license-checker, cargo-about) with fallback strategies for each. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
scotwells
previously approved these changes
Jun 26, 2026
scotwells
left a comment
Contributor
There was a problem hiding this comment.
You'll need to increment the plugin version for this update to go out to all clients.
Co-Authored-By: Claude <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.
Summary
/noticeslash command to thedatum-platformpluginNOTICEfile with third-party dependency license info using language-appropriate tools (go-licenses,pip-licenses,license-checker,cargo-about)Test plan
/noticein a Go repo — verifygo-licensesis used or fallback togo.modparsing/noticein a Node.js repo — verifylicense-checkeroutput ornode_modulesfallback/noticein a repo with no recognized language — verify graceful unknown/polyglot handling🤖 Generated with Claude Code