Update google-antigravity from SDK evolution report#8
Closed
ebarti wants to merge 2 commits into
Closed
Conversation
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.
SDK Evolution PR
This PR updates the
google-antigravitylock from0.1.2to0.1.4and hardens the local SDK evolution agent so SDK update candidates always receive candidate-version API snapshot diffs before implementation can be considered safe.Agent-Generated Evidence
The committed proof report was generated through
agent-runtime-kitusing the realantigravity-agent-sdkruntime from a temporary pre-update checkout where the lockfile still hadgoogle-antigravity 0.1.2:Committed report:
Key proof artifacts:
reports/sdk-evolution-proof/20260622T085528Z/config.jsonrecordsruntime: antigravity-agent-sdkandinspect_candidates: true.reports/sdk-evolution-proof/20260622T085528Z/evidence.jsonrecordsUpdate google-antigravity v0.1.2 -> v0.1.4fromuv lock --dry-run -P google-antigravitywith freshness cutoffs removed.reports/sdk-evolution-proof/20260622T085528Z/api_diffs.jsoncontains the candidate API diff from0.1.2to0.1.4, including added, removed, and changed symbols.reports/sdk-evolution-proof/20260622T085528Z/api_snapshots/contains both the current and candidate API snapshots.Implementation
uv.locktogoogle-antigravity 0.1.4.RunOptionscalls.uv lock --dry-runreports an update butapi_diffs.jsonlacks a candidate diff object for that package.manual_design_required=truealways makessafe_to_implement=false.Verification
env -u UV_EXCLUDE_NEWER uv run ruff check .env -u UV_EXCLUDE_NEWER uv run mypyenv -u UV_EXCLUDE_NEWER uv run pytest(98 passed, 3 skipped)env -u UV_EXCLUDE_NEWER uv lock --checkgoogle-antigravity 0.1.4:Safety