chore: module path and GitHub references move to sricola/offshoot - #18
Merged
Conversation
go.mod declared github.com/offshoot-db/offshoot, an aspirational org that was never created — the repo actually lives at github.com/sricola/offshoot. `go install github.com/offshoot-db/offshoot/cmd/offshoot@latest` 404s, and npm provenance would hard-fail since package.json's repository.url doesn't match the real GitHub OIDC claims. Retarget the module path, every internal import, and every GitHub/ghcr.io URL (docs, workflows, Dockerfile, server.json, SDK manifest repository fields) to sricola. PyPI (`offshoot-db`) and npm (`@offshoot-db`) package registry names are unchanged — only their GitHub URLs moved. Reframe CONTRIBUTING.md's release checklist, docs/status.md's user-gated items, and ROADMAP.md's Milestone 1 bullet, which all described the mismatch as pending an org transfer that's no longer the plan. go build/vet/test, make test-sdks, make dry-run-sdks, and make ci-local (host/linux/minio/sdks, all four jobs) are green. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0169dDXk3YBxt6RaeXQ8LsKB
sricola
added a commit
that referenced
this pull request
Aug 13, 2026
chore: module path and GitHub references move to sricola/offshoot
sricola
added a commit
that referenced
this pull request
Aug 13, 2026
chore: module path and GitHub references move to sricola/offshoot
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.
The user's decision: the repo stays under the sricola org; package registry names (PyPI offshoot-db, npm @offshoot-db) are unchanged. Module path github.com/offshoot-db/offshoot → github.com/sricola/offshoot across go.mod + every import; every GitHub URL in docs/manifests/workflows/site retargeted; CONTRIBUTING's pre-publish org-transfer gate reframed (no transfer needed — provenance now matches the actual repo). Verified: both greps empty, full suite + SDK suites + dry-runs + make ci-local all green; 84 remaining offshoot-db mentions classified (all package names).
🤖 Generated with Claude Code
https://claude.ai/code/session_0169dDXk3YBxt6RaeXQ8LsKB