chore: gitignore .antigravitycli/ and sync mcpb manifest to v2.1.32 - #104
Merged
Conversation
Two small housekeeping items: - Add `.antigravitycli/` to .gitignore. The AGY (Antigravity CLI) creates this local state dir in any repo where it's invoked; we don't want it leaking into commits. - Sync mcpb/manifest.json version from 2.1.29 to 2.1.32 so it matches the current .claude-plugin/plugin.json version. The Makefile's sync-version target produces this drift; committing the fix.
CI's mcpb-bundle-integrity check verifies that every file tracked in devkit.mcpb.sources.json still hashes to its sidecar value. The previous commit bumped mcpb/manifest.json without rebuilding the bundle, so the manifest sha256 drifted from the sidecar. Ran `bin/mcpb-build` to regenerate: - devkit.mcpb (the bundle zip itself) - devkit.mcpb.sources.json (sidecar hashes for all tracked files) - mcpb/server/devkit.exe (cross-compiled Windows launcher embedded in the bundle) Manifest sha256 now matches: 4a352da9...11a553
5 tasks
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.
Summary
Two unrelated housekeeping items bundled into one chore PR:
.gitignore— add.antigravitycli/. Google's AGY (Antigravity CLI) creates this local state dir in any repo where it's used. Now that the workflow guidance is pointing contributors at AGY (see feat(workflows): prefer agy:agy-review for general-tier in tri-* workflows #103), they'll be installing it; the dir shouldn't leak into commits.mcpb/manifest.json— bump version 2.1.29 → 2.1.32 to match the current.claude-plugin/plugin.json. The Makefile'ssync-versiontarget produces this drift; committing the fix.Test plan
make buildshould not produce a dirtymcpb/manifest.jsonagyagainst a devkit checkout no longer sees.antigravitycli/as untracked