Skip to content

Rename GitHub org references from onkernel to kernel#208

Merged
rgarcia merged 3 commits intomainfrom
hypeship/rename-org-onkernel-to-kernel
Apr 10, 2026
Merged

Rename GitHub org references from onkernel to kernel#208
rgarcia merged 3 commits intomainfrom
hypeship/rename-org-onkernel-to-kernel

Conversation

@rgarcia
Copy link
Copy Markdown
Contributor

@rgarcia rgarcia commented Apr 10, 2026

Summary

  • Updates all github.com/onkernel/ references to github.com/kernel/ across the repo
  • Go module path: github.com/onkernel/kernel-images/servergithub.com/kernel/kernel-images/server
  • Go imports: all import paths updated (38 files)
  • go.mod replace directive: github.com/onkernel/neko/servergithub.com/kernel/neko/server
  • go.sum: neko dependency reference updated
  • Markdown: GitHub badge, issues link (README.md), upstream remote (CONTRIBUTING.md)

Intentionally unchanged

  • KraftCloud image tags (onkernel/chromium-headful, onkernel/chromium-headless, etc.)
  • DockerHub image references
  • xonkernel GitHub user reference
  • Shell script image variables

Test plan

  • Verify Go build compiles: cd server && go build ./...
  • Verify go mod tidy produces no diff
  • Run go test ./... to confirm imports resolve
  • Confirm CI passes

🤖 Generated with Claude Code


Note

Medium Risk
Mostly mechanical org/module-path renames, but changing the Go module path and replace target 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/... to github.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 the github.com/m1k1o/neko/server replace directive (and go.sum) to github.com/kernel/neko/server.

Reviewed by Cursor Bugbot for commit 4d06eb9. Bugbot is set up for automated code reviews on this repo. Configure here.

rgarcia and others added 2 commits April 10, 2026 01:31
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>
@rgarcia rgarcia marked this pull request as ready for review April 10, 2026 02:06
@firetiger-agent
Copy link
Copy Markdown

Firetiger deploy monitoring skipped

This PR didn't match the auto-monitor filter configured on your GitHub connection:

Any PR that changes the kernel API. Monitor changes to API endpoints (packages/api/cmd/api/) and Temporal workflows (packages/api/lib/temporal) in the kernel repo

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 @firetiger monitor this.

@rgarcia rgarcia requested a review from hiroTamada April 10, 2026 02:25
@rgarcia rgarcia merged commit 306ac35 into main Apr 10, 2026
7 checks passed
@rgarcia rgarcia deleted the hypeship/rename-org-onkernel-to-kernel branch April 10, 2026 15:48
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