Skip to content

Conversation

@limit-breaker-999
Copy link

Summary

Add support for Google DeepMind's Antigravity IDE as a new AI coding assistant.

Changes

Files Modified (10 total)

  • src/specify_cli/__init__.py - Add antigravity to AGENT_CONFIG
  • scripts/bash/update-agent-context.sh - Add antigravity support
  • scripts/powershell/update-agent-context.ps1 - Add antigravity support
  • .github/workflows/scripts/create-release-packages.sh - Add antigravity packages
  • .github/workflows/scripts/create-github-release.sh - Add antigravity uploads
  • AGENTS.md - Document antigravity in table and lists
  • README.md - Add to supported agents table and examples
  • docs/installation.md - Add to prerequisites
  • pyproject.toml - Bump version to 0.0.23
  • CHANGELOG.md - Add release entry

Antigravity Configuration

  • Folder: .agent/
  • Workflows: .agent/workflows/
  • Rules: .agent/rules/specify-rules.md
  • Type: IDE-based (requires_cli: false)

Testing

  • CLI recognizes --ai antigravity option
  • Release package generation creates correct folder structure
  • Bash script syntax check passed
  • Python syntax check passed

AI Disclosure

This PR was developed with assistance from an AI coding agent (Antigravity).

Add support for Google DeepMind's Antigravity IDE as a new AI agent.

Changes:
- Add 'antigravity' to AGENT_CONFIG with .agent/ folder structure
- Update bash and PowerShell update-agent-context scripts
- Update release package scripts (create-release-packages.sh, create-github-release.sh)
- Update documentation (README.md, AGENTS.md, docs/installation.md)
- Bump version to 0.0.23 and add CHANGELOG entry

Antigravity uses:
- Workflows: .agent/workflows/
- Rules: .agent/rules/specify-rules.md

AI Disclosure: This PR was developed with assistance from an AI coding agent (Antigravity).
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.

2 participants