refactor: follow osapi to github.com/osapi-io/osapi - #70
Merged
Conversation
osapi renamed its module to match its repository location. Update the require, both nested example modules, and every importing file. The pin moves from an April pseudo-version to the rename commit, so minimum version selection raises a set of indirect dependencies that osapi's newer requirements imply. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Thank you for contributing to this project! 😊🕹️ |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #70 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 14 14
Lines 3217 3217
=========================================
Hits 3217 3217
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-architecturetask 2.3, the sequenced follow-up to osapi-io/osapi#446.osapi renamed its module from
github.com/retr0h/osapitogithub.com/osapi-io/osapi. This repository was its only consumer.internal/engine/,pkg/orchestrator/, and 41 example filesgo.modrepinned tov0.0.0-20260816051025-f3c1a6c57f59, the rename commit on osapimainexamples/features,examples/operations) repinned and tidiedDependency churn is expected here
The pin moves from a 2026-04-10 pseudo-version to 2026-08-16 — four months of osapi's own dependency movement. Minimum version selection raises the indirect set accordingly (otel 1.43→1.44, prometheus client 1.23→1.24, x/crypto 0.52→0.54, and similar). This is a consequence of moving the pin, not unrelated drift.
Verification
just test— passes, coverage 100.0% against the 100% targetgo build ./...— cleango build ./...inside the example modules reportsmain redeclared, which is inherent to the one-main()-per-file layout and predates this change.No
github.com/retr0h/osapireference remains outsidedocs/plans/, whichspecify-documentation-homesremoves.🤖 Generated with Claude Code