Skip to content

Conversation

@hiroTamada
Copy link
Contributor

@hiroTamada hiroTamada commented Jan 13, 2026

Summary

Update the codebase to reflect the GitHub organization rename from onkernel to kernel.

  • Update go.mod module path from github.com/onkernel/hypeman-go to github.com/kernel/hypeman-go
  • Update all Go source file import paths (56 files)
  • Update documentation references in README.md, CONTRIBUTING.md, CHANGELOG.md, and api.md

Verification

  • go build ./... - All packages compile successfully
  • ./scripts/test - All tests pass (mock server uses kernel/hypeman OpenAPI spec)
  • ./scripts/lint - No lint errors

Test plan

  • Verify Go build succeeds
  • Verify all tests pass
  • Verify Stainless integration works (test output shows OpenAPI spec from kernel/hypeman)

Note

Migrates repository references from github.com/onkernel/hypeman-go to github.com/kernel/hypeman-go.

  • Update module path in go.mod and all Go imports (source, tests, lib/, examples/)
  • Refresh docs and pkg links in README.md, CONTRIBUTING.md, CHANGELOG.md, and api.md (badges, compare URLs, issue links)
  • No functional code changes; build/tests continue to use the new module path

Written by Cursor Bugbot for commit 31d8772. This will update automatically on new commits. Configure here.

Update Go module path and all import statements to reflect the
GitHub organization rename from onkernel to kernel.

- Update go.mod module path
- Update all Go source file imports
- Update documentation (README, CONTRIBUTING, CHANGELOG, api.md)
@hiroTamada hiroTamada requested a review from rgarcia January 13, 2026 17:53
@hiroTamada hiroTamada merged commit 084d4f0 into main Jan 14, 2026
5 checks 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.

3 participants