Description
The antigravity engine is a fully supported built-in engine registered in the runtime (pkg/workflow/engine_definition.go:18, pkg/workflow/antigravity_engine.go:22) and is actively used in production workflows (.github/workflows/smoke-antigravity.md). However, it is missing from the documentation and JSON schema, causing it to appear unsupported or invalid to users.
Suggested Changes
- Update
docs/src/content/docs/reference/engines.md: Add antigravity to the available engine table alongside claude, codex, copilot, gemini, opencode, and pi
- Update
pkg/parser/schemas/main_workflow_schema.json: Add antigravity to the engine_config built-in engine description/examples so the schema matches the runtime catalog
Files Affected
docs/src/content/docs/reference/engines.md (engine table at lines 14–21)
pkg/parser/schemas/main_workflow_schema.json (engine_config definition)
Success Criteria
Source
Extracted from Schema Consistency Check - 2026-07-15
Finding: antigravity registered in runtime but omitted from schema-facing built-in engine descriptions and engines.md table.
Priority
Medium — valid workflows using antigravity appear undiscoverable or invalid via schema/docs
🔍 Task mining by Discussion Task Miner - Code Quality Improvement Agent · 119.8 AIC · ⌖ 5.28 AIC · ⊞ 7K · ◷
Description
The
antigravityengine is a fully supported built-in engine registered in the runtime (pkg/workflow/engine_definition.go:18,pkg/workflow/antigravity_engine.go:22) and is actively used in production workflows (.github/workflows/smoke-antigravity.md). However, it is missing from the documentation and JSON schema, causing it to appear unsupported or invalid to users.Suggested Changes
docs/src/content/docs/reference/engines.md: Addantigravityto the available engine table alongsideclaude,codex,copilot,gemini,opencode, andpipkg/parser/schemas/main_workflow_schema.json: Addantigravityto theengine_configbuilt-in engine description/examples so the schema matches the runtime catalogFiles Affected
docs/src/content/docs/reference/engines.md(engine table at lines 14–21)pkg/parser/schemas/main_workflow_schema.json(engine_configdefinition)Success Criteria
engines.mdlistsantigravityin the available engines tablemain_workflow_schema.jsonincludesantigravityin built-in engine descriptions/examplesSource
Extracted from Schema Consistency Check - 2026-07-15
Finding:
antigravityregistered in runtime but omitted from schema-facing built-in engine descriptions andengines.mdtable.Priority
Medium — valid workflows using
antigravityappear undiscoverable or invalid via schema/docs