Skip to content

Fix --api-key help text and ship the MIT LICENSE file - #9

Merged
nullcache merged 1 commit into
minfrom
fix/cli-help-and-license
Aug 17, 2026
Merged

Fix --api-key help text and ship the MIT LICENSE file#9
nullcache merged 1 commit into
minfrom
fix/cli-help-and-license

Conversation

@nullcache

Copy link
Copy Markdown
Owner

Two truthfulness fixes for min:

  1. --api-key help text: the --help usage string (and the README block mirroring it) claimed $OPENAI_API_KEY is the default key source, but config.ts resolves $CORECODER_API_KEY first. Both places now state the real precedence.
  2. LICENSE: package.json has declared MIT since the initial commit, but no LICENSE file existed — no actual grant text, and GitHub reported the repo as unlicensed. Ships the standard MIT text.

Tests: 43/43 pass.

The --help usage string (and the README block mirroring it) claimed
$OPENAI_API_KEY is the default key source, but config.ts resolves
$CORECODER_API_KEY first. State the real precedence in both places.

package.json has declared MIT since the initial commit, but no LICENSE
file existed, so there was no actual grant text and GitHub reported the
repository as unlicensed.
@nullcache
nullcache merged commit 257c315 into min Aug 17, 2026
@nullcache
nullcache deleted the fix/cli-help-and-license branch August 17, 2026 06:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant