feat: add Apache 2.0 LICENSE file - #544
Merged
Merged
Conversation
Required so the winget-pkgs manifest's LicenseUrl (github.com/keboola/cli/blob/main/LICENSE) resolves instead of 404ing, which was blocking the winget-pkgs validation pipeline. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
padak
added a commit
that referenced
this pull request
Aug 2, 2026
…son fix Release audit for 0.78.0 turned up two gaps in the agent-facing docs. Five reference files existed but nothing linked them, so the skill could never load them: config-metadata, storage-describe, lineage-deep, permissions and kai workflows. They are now rows in SKILL.md's workflow table (the hand-maintained one below the auto-generated command block, so `make skill-check` stays green). #549 (--json written as UTF-8 regardless of the console codepage) merged with no changelog entry and no gotcha. It changes what an agent parsing --json on Windows sees -- the payload is no longer encoder-dependent, and JSON lines end LF rather than CRLF there -- so it gets both: a (since v0.78.0) gotcha and a changelog bullet under 0.78.0, the release that ships it. Not documented here: the Apache 2.0 LICENSE added by #544. pyproject.toml, nfpm.yaml and the Homebrew formula all still declare MIT, so which licence kbagent ships under is a decision to settle before it is announced anywhere.
padak
added a commit
that referenced
this pull request
Aug 2, 2026
…son fix Release audit for 0.78.0 turned up two gaps in the agent-facing docs. Five reference files existed but nothing linked them, so the skill could never load them: config-metadata, storage-describe, lineage-deep, permissions and kai workflows. They are now rows in SKILL.md's workflow table (the hand-maintained one below the auto-generated command block, so `make skill-check` stays green). no changelog entry and no gotcha. It changes what an agent parsing --json on Windows sees -- the payload is no longer encoder-dependent, and JSON lines end LF rather than CRLF there -- so it gets both: a (since v0.78.0) gotcha and a changelog bullet under 0.78.0, the release that ships it. Not documented here: the Apache 2.0 LICENSE added by #544. pyproject.toml, nfpm.yaml and the Homebrew formula all still declare MIT, so which licence kbagent ships under is a decision to settle before it is announced anywhere.
padak
added a commit
that referenced
this pull request
Aug 2, 2026
…son fix Release audit for 0.78.0 turned up two gaps in the agent-facing docs. Five reference files existed but nothing linked them, so the skill could never load them: config-metadata, storage-describe, lineage-deep, permissions and kai workflows. They are now rows in SKILL.md's workflow table (the hand-maintained one below the auto-generated command block, so `make skill-check` stays green). no changelog entry and no gotcha. It changes what an agent parsing --json on Windows sees -- the payload is no longer encoder-dependent, and JSON lines end LF rather than CRLF there -- so it gets both: a (since v0.78.0) gotcha and a changelog bullet under 0.78.0, the release that ships it. Not documented here: the Apache 2.0 LICENSE added by #544. pyproject.toml, nfpm.yaml and the Homebrew formula all still declare MIT, so which licence kbagent ships under is a decision to settle before it is announced anywhere.
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
LICENSEfile (Apache 2.0, matchingkeboola-as-code's license) — this repo currently has none.kbagent(Keboola.KeboolaCLI2) referencesLicenseUrl: https://github.com/keboola/cli/blob/main/LICENSE, and the winget validation pipeline 404s on it since the file doesn't exist: New version: Keboola.KeboolaCLI2 version 0.76.3 microsoft/winget-pkgs#409446Test plan
mainhttps://github.com/keboola/cli/blob/main/LICENSEresolves@wingetbot runon winget-pkgs#409446