Skip to content

feat!: migrate module to mathematic-inc organization#3

Merged
jrandolf merged 1 commit intomainfrom
feat/migrate-to-mathematic-inc
Mar 11, 2026
Merged

feat!: migrate module to mathematic-inc organization#3
jrandolf merged 1 commit intomainfrom
feat/migrate-to-mathematic-inc

Conversation

@jrandolf
Copy link
Collaborator

Summary

  • Rename Go module path from github.com/jrandolf/mcpr to github.com/mathematic-inc/mcpr
  • Update all import paths across clients/, cmd/, config/, and main.go
  • Change license from MIT to Apache-2.0 (copyright Mathematic Inc, a 501(c)(3) non-profit)
  • Update README with new organization references and donation link
  • Add GitHub Actions workflows for CI, release-please, release notes, and publishing
  • Add lefthook configuration for git hooks
  • Bump spf13/pflag from v1.0.9 to v1.0.10

Breaking Changes

The Go module path has changed. Consumers must update their imports from:

github.com/jrandolf/mcpr/...

to:

github.com/mathematic-inc/mcpr/...

Test plan

  • Verify go build ./... succeeds
  • Verify go test ./... passes
  • Verify CI workflows trigger on push

- Rename Go module from github.com/jrandolf/mcpr to github.com/mathematic-inc/mcpr
- Update all import paths across clients, cmd, config, and main packages
- Change license from MIT to Apache-2.0 (copyright Mathematic Inc)
- Update README with new org references and donation link
- Add GitHub Actions CI/CD workflows and release-please configuration
- Add lefthook for git hooks
- Update spf13/pflag dependency from v1.0.9 to v1.0.10
@jrandolf jrandolf merged commit 9f9cb0a into main Mar 11, 2026
1 check passed
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