Description
The antigravity engine is a valid, production-used engine registered in pkg/workflow/antigravity_engine.go:24 and used in .github/workflows/smoke-antigravity.md. However, it is missing from docs/src/content/docs/reference/engines.md available-engine table, making valid production configuration appear undocumented.
Suggested Changes
- Add
antigravity to the available-engines table in docs/src/content/docs/reference/engines.md
- Include setup/auth info (env vars, etc.) consistent with other engine entries
- Cross-check
pkg/workflow/engine_definition.go built-in engine list to ensure no other engines are also missing
- Optionally add a brief description and any relevant smoke test link
Files Affected
docs/src/content/docs/reference/engines.md
Success Criteria
antigravity engine appears in the available-engines table
- Documentation is accurate and consistent with runtime behavior
- No other registered engines are missing from the table
Source
Extracted from [Schema Consistency] Schema consistency check - 2026-07-23
Priority
Medium — production engine is undocumented, confusing to users
🔍 Task mining by Discussion Task Miner - Code Quality Improvement Agent · sonnet46 36.3 AIC · ⌖ 5.26 AIC · ⊞ 7.1K · ◷
Description
The
antigravityengine is a valid, production-used engine registered inpkg/workflow/antigravity_engine.go:24and used in.github/workflows/smoke-antigravity.md. However, it is missing fromdocs/src/content/docs/reference/engines.mdavailable-engine table, making valid production configuration appear undocumented.Suggested Changes
antigravityto the available-engines table indocs/src/content/docs/reference/engines.mdpkg/workflow/engine_definition.gobuilt-in engine list to ensure no other engines are also missingFiles Affected
docs/src/content/docs/reference/engines.mdSuccess Criteria
antigravityengine appears in the available-engines tableSource
Extracted from [Schema Consistency] Schema consistency check - 2026-07-23
Priority
Medium — production engine is undocumented, confusing to users