docs: record the Package.resolved staleness lesson from the 3.0.0 bump - #121
Merged
Conversation
Updates the occtswift-3.0.0-floor-bump-blocked-on-cohort-releases decision, CLAUDE.md, and the OKF log with the full timeline: the cohort caught up same-day (OCCTSwiftTools v1.6.4, OCCTSwiftMesh v1.7.5, OCCTSwiftIO v1.7.8, OCCTSwiftAIS v1.3.2), this repo released as v1.6.2, main's CI went red anyway because Package.resolved was stale enough to let SwiftPM's resolver keep a manifest-compatible-but-source-broken occtswiftais@1.3.1 pin, and the fix (regenerate Package.resolved from a sibling-free copy) landed and went green in a follow-up PR. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (4 files)
Reviewed by nemotron-3-ultra-550b-a55b:free · Input: 178.4K · Output: 3.3K · Cached: 77.8K |
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.
What & why
Docs-only follow-up to #118/#119/#120. Records the full timeline in the OKF decision entry,
CLAUDE.md, and the OKF log: the cohort caught up same-day, this repo released as v1.6.2,main's CI went red anyway becausePackage.resolvedwas stale enough for SwiftPM's resolver tokeep a manifest-compatible-but-source-broken
occtswiftais@1.3.1pin, and #120 fixed it byregenerating
Package.resolvedfrom a sibling-free copy of the repo.Closes nothing new; paper trail only, per this repo's docs-current policy (durable decisions get
recorded in OKF, not just in commit messages).
Checklist
Notes for the reviewer
No source changes.
Scripts/policy-check.shpasses locally.