Add Antigravity to CI workflows, docs, and fix CONTRIBUTING.md link#81
Merged
thomas-bartlett merged 1 commit intomainfrom Jan 6, 2026
Merged
Add Antigravity to CI workflows, docs, and fix CONTRIBUTING.md link#81thomas-bartlett merged 1 commit intomainfrom
thomas-bartlett merged 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR completes Antigravity IDE support by adding it to CI workflows, GitHub issue templates, and documentation. It also fixes a broken link to CONTRIBUTING.md that was using an incorrect URL format.
Key changes:
- Added
.agent/directory validation andide-rules-antigravity.zipto the release workflow - Updated all documentation to include Antigravity alongside Cursor, Windsurf, and GitHub Copilot
- Fixed CONTRIBUTING.md link to use proper GitHub blob URL format
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/getting-started.md | Added Antigravity to download options and installation instructions; fixed CONTRIBUTING.md link from incorrect URL format to proper /blob/main/ URL |
| docs/faq.md | Added .agent/ directory references throughout FAQ answers for consistency with other IDE formats |
| docs/claude-code-skill-plugin.md | Added Antigravity to the list of supported IDE output formats |
| CONTRIBUTING.md | Added Antigravity to documentation about IDE rule file formats and build bundles |
| .github/workflows/validate-rules.yml | Added validation check for .agent/ directory generation |
| .github/workflows/build-ide-bundles.yml | Added ide-rules-antigravity.zip creation and upload to release assets |
| .github/ISSUE_TEMPLATE/rule-feedback.yml | Added Antigravity to the AI Coding Tool dropdown options |
| .github/ISSUE_TEMPLATE/new-rule.yml | Updated description to mention Antigravity as one of the supported conversion formats |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Follow-up to Antigravity format PR. Adds Antigravity to CI, templates, and docs.
Changes
.agentvalidation andide-rules-antigravity.zipto releasesFixes #78 #80