Skip to content

chore: gitignore .antigravitycli/ and sync mcpb manifest to v2.1.32 - #104

Merged
5uck1ess merged 2 commits into
mainfrom
chore/gitignore-and-mcpb-sync
May 22, 2026
Merged

chore: gitignore .antigravitycli/ and sync mcpb manifest to v2.1.32#104
5uck1ess merged 2 commits into
mainfrom
chore/gitignore-and-mcpb-sync

Conversation

@5uck1ess

Copy link
Copy Markdown
Owner

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's sync-version target produces this drift; committing the fix.

Test plan

  • CI passes
  • After merge, running make build should not produce a dirty mcpb/manifest.json
  • A contributor who runs agy against a devkit checkout no longer sees .antigravitycli/ as untracked

5uck1ess added 2 commits May 22, 2026 12:09
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
@5uck1ess
5uck1ess merged commit d90578d into main May 22, 2026
6 checks passed
@5uck1ess
5uck1ess deleted the chore/gitignore-and-mcpb-sync branch May 22, 2026 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant