Feature Request: Antigravity support
Summary
It would be great if Speckit could officially support integration with the Antigravity.
Motivation
I'm currently building a project using Antigravity and would like to use Speckit for spec-driven development and API tooling. However, there is no documented or native support for Antigravity yet.
Adding compatibility would:
- Expand Speckit’s ecosystem
- Enable usage in modern lightweight Python stacks
- Reduce custom adapters/boilerplate
- Improve developer experience
Expected behavior
Ideally, Speckit could:
- Detect Antigravity routes automatically
- Generate specs from Antigravity handlers
- Or provide an adapter/plugin similar to existing framework integrations
Possible approaches
- Provide an official Antigravity adapter
- Or expose extension hooks so the community can implement one easily
Additional context
Happy to help test or contribute if guidance is provided.
Thanks for the great work on Speckit