Rename GitHub org references from onkernel to kernel#208
Merged
Conversation
Update all github.com/onkernel/ references to github.com/kernel/ across Go module paths, import statements, and markdown links. Non-GitHub references (KraftCloud image tags, DockerHub org) are intentionally left unchanged. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The manually-updated go.sum had stale hashes from the old onkernel/neko module path. Running go mod tidy fetches the correct checksums for the new github.com/kernel/neko path. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Firetiger deploy monitoring skipped This PR didn't match the auto-monitor filter configured on your GitHub connection:
Reason: PR updates GitHub org references across the codebase but does not change kernel API endpoints or Temporal workflows; this is a refactoring/rename task rather than a functional API change. To monitor this PR anyway, reply with |
hiroTamada
approved these changes
Apr 10, 2026
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
github.com/onkernel/references togithub.com/kernel/across the repogithub.com/onkernel/kernel-images/server→github.com/kernel/kernel-images/servergithub.com/onkernel/neko/server→github.com/kernel/neko/serverIntentionally unchanged
onkernel/chromium-headful,onkernel/chromium-headless, etc.)xonkernelGitHub user referenceTest plan
cd server && go build ./...go mod tidyproduces no diffgo test ./...to confirm imports resolve🤖 Generated with Claude Code
Note
Medium Risk
Mostly mechanical org/module-path renames, but changing the Go module path and
replacetarget can break builds or downstream consumers if any references were missed or if tooling still expects the old import path.Overview
Updates repository references from
github.com/onkernel/...togithub.com/kernel/...across docs and the Go codebase.This includes switching the Go module path in
server/go.mod, updating all internal import paths in server code/tests/e2e, and repointing thegithub.com/m1k1o/neko/serverreplacedirective (andgo.sum) togithub.com/kernel/neko/server.Reviewed by Cursor Bugbot for commit 4d06eb9. Bugbot is set up for automated code reviews on this repo. Configure here.