From a61dc61532b430839a0209aa9eab6c5a7a6f0b90 Mon Sep 17 00:00:00 2001 From: bash0816 Date: Wed, 26 Aug 2026 07:00:20 +0900 Subject: [PATCH] chore: promote agy 1.1.20 to verified status --- config/agy-verified-versions.json | 26 +++++++++++++------------- package.json | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/config/agy-verified-versions.json b/config/agy-verified-versions.json index 7684136..75c1337 100644 --- a/config/agy-verified-versions.json +++ b/config/agy-verified-versions.json @@ -1,20 +1,20 @@ { - "tag_name": "1.1.19", - "download_url": "https://github.com/google-antigravity/antigravity-cli/releases/download/1.1.19/agy_cli_linux_arm64.tar.gz", - "sha256_tar": "15bd9959ec0c08bcbfee94b376f02bd8b552dcf17a539bcd210a443fb82443cb", - "sha256_binary": "3211a34893b7866cbd2ba1eca316c6595c012f8bea584afa0f9178a9cc2be029", + "tag_name": "1.1.20", + "download_url": "https://github.com/google-antigravity/antigravity-cli/releases/download/1.1.20/agy_cli_linux_arm64.tar.gz", + "sha256_tar": "a2f5c205e9c1c89bfcf714f485a08c63b1a5d907f98226191e7b5a177e0368a9", + "sha256_binary": "1e9d88a8160ab68405dbe642049f9ac811b8063ddcd9d157d563d0e0d2941147", "va39_patch_counts": { - "ubfx": 5, - "lsl": 22, + "ubfx": 3, + "lsl": 21, "mask": 0, - "mmap": 6, - "word": 7 + "mmap": 7, + "word": 13 }, - "release_id": 375065819, - "asset_id": 525567447, - "asset_updated_at": "2026-08-22T23:30:23Z", + "release_id": 376117617, + "asset_id": 528542824, + "asset_updated_at": "2026-08-25T02:58:24Z", "source_repo": "google-antigravity/antigravity-cli", - "verified_date": "2026-08-24", + "verified_date": "2026-08-26", "release_state": "stable", - "notes": "Promoted via promote-agy-candidate.js --confirm-device-verified on 2026-08-24. VA39 patch-count static check passed with no regression from the prior verified version. Device/functional verification confirmed by the operator invoking this script with --confirm-device-verified." + "notes": "Promoted via promote-agy-candidate.js --confirm-device-verified on 2026-08-26. VA39 patch-count static check passed with no regression from the prior verified version. Device/functional verification confirmed by the operator invoking this script with --confirm-device-verified." } diff --git a/package.json b/package.json index 3a097cb..5d10b51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bash0816/agy-termux", - "version": "1.1.19", + "version": "1.1.20", "description": "Google Antigravity CLI (agy) for Termux on Android ARM64", "bin": { "agy": "./bin/agy.js"