Rebrand to samplesize-copilot and relicense under Apache 2.0#4
Merged
Conversation
- License: replace MIT with the Apache License 2.0 full text; add NOTICE; update pyproject license field + classifier; update README / docs license badges and footer. - Rebrand the project + Claude Code plugin to samplesize-copilot: plugin.json / marketplace.json names, command namespace (/samplesize: -> /samplesize-copilot:), all GitHub + GitHub Pages URLs, mkdocs site_name, README / docs / CLAUDE.md titles, and the release Trusted-Publisher repository name in RELEASE.md. - Branding only: the Python import package, the PyPI distribution name, and the CLI all stay `samplesize` (import samplesize, python -m samplesize, pip install samplesize unchanged). The GitHub repo was renamed kimmingul/samplesize -> kimmingul/samplesize-copilot (old URLs redirect). Verification: samplesize doctor 9/9; gen_method_coverage.py --check up to date; ruff clean; mkdocs build --strict succeeds; no Python source changed. Co-Authored-By: Claude Opus 4.7 (1M context) <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
Rebrands the project and Claude Code plugin to samplesize-copilot and relicenses from MIT to Apache License 2.0. Branding-only: the Python import package, PyPI distribution name, and CLI all stay
samplesize.License (MIT -> Apache 2.0)
LICENSEreplaced with the canonical Apache 2.0 text (Copyright 2026 Min-Gul Kim)NOTICEpyproject.toml:license = { text = "Apache-2.0" }+Apache Software LicenseclassifierRebrand (samplesize -> samplesize-copilot)
kimmingul/samplesize->kimmingul/samplesize-copilot(old URLs redirect)plugin.json,marketplace.json) + command namespace/samplesize:ss-*->/samplesize-copilot:ss-*mkdocs.ymlsite_name; README / docs / CLAUDE.md project titlesRELEASE.mdTrusted-Publisher repository name ->samplesize-copilot(PyPI project name stayssamplesize)Preserved (branding-only choice)
import samplesize,python -m samplesize,pip install samplesize, the 234 registry callablessamplesize.tests.*, and the PyPI distribution namesamplesizeare all unchanged.Verification
samplesize doctor: 9/9gen_method_coverage.py --check: up to dateruff check samplesize/ tests/ scripts/: cleanmkdocs build --strict: succeeds🤖 Generated with Claude Code