refactor: rename module to github.com/osapi-io/osapi - #446
Merged
Conversation
The module declared github.com/retr0h/osapi while living under osapi-io. Rename it and its own imports across 1,131 tracked files. Two further declarations named retr0h without being module paths, so the toolchain never caught them: the Docusaurus organizationName, three lines below a URL contradicting it, and a Discussions link pointing at go-gilt, a different project. Nothing outside the organization imports the old path — GitHub code search returns only this repository, and pkg.go.dev lists no importers. osapi-orchestrator follows once this publishes. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #446 +/- ##
=======================================
Coverage 99.94% 99.94%
=======================================
Files 484 484
Lines 24935 24935
=======================================
Hits 24921 24921
Misses 14 14
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
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.
Implements
document-system-architecturetasks 2.1, 2.2, 3.4, and 3.5.The module declared
github.com/retr0h/osapiwhile the repository lives underosapi-io. This renames it and every import — 1,131 tracked files (1,080 Go, 24 YAML, 23 Markdown, 3go.mod, 1 TypeScript).Safe to rename
Task 2.1 asked whether anything outside the organization consumes the old path. Nothing does:
github.com/retr0h/osapireturns only this repository.osapi-orchestratoris the only consumer, inside the org. It follows in a separate PR once this publishes — the sequencing the change calls for.Two more homes the compiler could not check
Both added by osapi-io/specs#70 as tasks 3.4 and 3.5:
docs/docusaurus.config.tssetorganizationName: 'retr0h'three lines belowurl: 'https://osapi-io.github.io/'. The file contradicted itself and the site published anyway.contributing.mdlinked Discussions toretr0h/go-gilt— a different project, not a former owner.Attribution is untouched:
@retr0has document author,NOTE(retr0h)comments, and therepos.jsonbranch-protection entry all name a person.Verification
just test— passes, coverage 100.0% against the 99.9% targetjust build— passesreplacedirectives point at the repository root and are unchangedretr0hreference remains outsidedocs/plans/🤖 Generated with Claude Code