-
Notifications
You must be signed in to change notification settings - Fork 0
chore: rename org from onkernel to kernel #57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✱ Stainless preview buildsThis PR will update the
|
923b68b to
5d08324
Compare
|
Nice cleanup overall — looks like a straight org rename across code + tooling. A couple things worth double-checking:
Reasoning: most of this PR is mechanical renames, so the main risk is leaving a few user-facing URLs/configs half-migrated (Homebrew/tap + docs) and causing confusing install instructions. |
Update all references from the old organization name (onkernel) to the new organization name (kernel): - Update go.mod module path to github.com/kernel/hypeman - Update all Go import statements - Update .goreleaser.yaml release owner - Update documentation and scripts with new GitHub URLs - Update kernel download URLs in lib/system/versions.go
5d08324 to
1acdb40
Compare
| homebrew: | ||
| tap_repo: onkernel/homebrew-tap | ||
| homepage: https://github.com/onkernel/hypeman | ||
| homepage: https://github.com/kernel/hypeman |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incomplete organization rename in stainless SDK config
High Severity
The homepage URL was changed to kernel but multiple other repo references in stainless.yaml still use onkernel: production_repo fields for Go, CLI, and TypeScript SDKs (lines 24, 30, 41), go_sdk_package (line 32), and tap_repo (line 35). The bootstrap script shows all repos were renamed to kernel/, so these are missed updates. This inconsistency will cause SDK generation and Homebrew publishing to fail since they'll reference non-existent onkernel repos.
rgarcia
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, just one missed reference
stainless.yaml
Outdated
| go_sdk_package: github.com/onkernel/hypeman-go | ||
| publish: | ||
| homebrew: | ||
| tap_repo: onkernel/homebrew-tap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be kernel/homebrew-tap
|
Fixed! Updated |
Summary
onkernel) to the new organization name (kernel)Changes
go.modmodule path togithub.com/kernel/hypeman.goreleaser.yamlrelease ownerlib/system/versions.gostainless.yamlSDK configurationTest plan
go build ./...passesNote
Aligns repository with new GitHub org and fixes release paths.
go.modtogithub.com/kernel/hypeman; rewrite all Go imports togithub.com/kernel/...ownertokernel; fix badges and links inREADME.md/RELEASES.mdkernel/linuxinlib/system/*(versions, README)stainless.yamltokernelrepos and package pathsWritten by Cursor Bugbot for commit cc88f12. This will update automatically on new commits. Configure here.