docs(skills): cover the local contract override in /fetch-protos - #647
Merged
Conversation
The skill said to stop when the contract change you need isn't released yet. Publishing is still human-gated and still the path for CI release builds, but it is no longer the way to try a field: `FLIPCASH_PROTO_LOCAL` makes `FlipcashAPI/Package.swift` swap its pinned requirements for path dependencies on the client checkouts. Adds the override to the pre-flight context, replaces the stop paragraph with the local loop and the Xcode environment caveat, and records that resolving in this mode drops both contract entries from the workspace `Package.resolved` — noise to restore, not a dependency change.
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.
When the contract change you need is not released yet,
/fetch-protostold you to stop. Publishing is still human-gated and still the path for CI release builds, but it is no longer the way to try a field — Maven Central will not take a version number twice, so a throwaway release burns a real version.FLIPCASH_PROTO_LOCALmakesFlipcashAPI/Package.swiftswap both.package(url:, exact:)requirements for.package(path:)against client checkouts in the orchestrator workspace. Nothing tracked is edited to enter that mode.The skill now:
Code.xcodeproj/Package.resolved, since path dependencies are not recorded there — noise to restore, not a dependency change## Neverentries: do not commit thatPackage.resolved, do not leave the variable exportedThe full loop, including what stops a local state from shipping, is in
docs/proto-local-development.mdin the cross-platform orchestrator.The matching Android change is code-payments/code-android-app#1328.