Skip to content

Rebrand to samplesize-copilot and relicense under Apache 2.0#4

Merged
kimmingul merged 1 commit into
mainfrom
rebrand-and-relicense
May 25, 2026
Merged

Rebrand to samplesize-copilot and relicense under Apache 2.0#4
kimmingul merged 1 commit into
mainfrom
rebrand-and-relicense

Conversation

@kimmingul

Copy link
Copy Markdown
Owner

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)

  • LICENSE replaced with the canonical Apache 2.0 text (Copyright 2026 Min-Gul Kim)
  • Added NOTICE
  • pyproject.toml: license = { text = "Apache-2.0" } + Apache Software License classifier
  • README + docs license badges and footer updated
  • (Sole-author relicense: permissive -> permissive, no third-party content involved.)

Rebrand (samplesize -> samplesize-copilot)

  • GitHub repo renamed kimmingul/samplesize -> kimmingul/samplesize-copilot (old URLs redirect)
  • Claude plugin name (plugin.json, marketplace.json) + command namespace /samplesize:ss-* -> /samplesize-copilot:ss-*
  • All GitHub + GitHub Pages URLs (pyproject, mkdocs, README, docs, CHANGELOG)
  • mkdocs.yml site_name; README / docs / CLAUDE.md project titles
  • RELEASE.md Trusted-Publisher repository name -> samplesize-copilot (PyPI project name stays samplesize)

Preserved (branding-only choice)

  • import samplesize, python -m samplesize, pip install samplesize, the 234 registry callables samplesize.tests.*, and the PyPI distribution name samplesize are all unchanged.

Verification

  • samplesize doctor: 9/9
  • gen_method_coverage.py --check: up to date
  • ruff check samplesize/ tests/ scripts/: clean
  • mkdocs build --strict: succeeds
  • No Python source changed (CI runs the full matrix)

🤖 Generated with Claude Code

- 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>
@kimmingul kimmingul merged commit 7fd3eb4 into main May 25, 2026
4 checks passed
@kimmingul kimmingul deleted the rebrand-and-relicense branch May 25, 2026 13:32
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.

2 participants