Description
The antigravity engine is fully supported at runtime (listed in pkg/workflow/engine_definition.go) but is missing from two user-facing surfaces:
docs/src/content/docs/reference/engines.md — no mention in the available engine table or built-in engine descriptions.
pkg/parser/schemas/main_workflow_schema.json — absent from inline engine runtime examples.
This means users can successfully use a supported engine that docs imply does not exist.
Suggested Changes
- Add
antigravity to the available engine table in docs/src/content/docs/reference/engines.md alongside codex, claude, copilot, gemini, opencode, pi.
- Add
antigravity to the built-in engine descriptions / examples in pkg/parser/schemas/main_workflow_schema.json (near runtime.id examples).
- Optionally add a brief description of the antigravity engine purpose in docs.
Files Affected
docs/src/content/docs/reference/engines.md
pkg/parser/schemas/main_workflow_schema.json
Success Criteria
antigravity listed in the engine reference docs
- Schema examples include
antigravity
- Schema validation no longer under-represents supported engine IDs
Source
Extracted from Schema Consistency Check discussion 47210 (Critical Issue 1 and 2)
Priority
Medium — documentation gap; engine is already functional, estimated effort < 1h
🔍 Task mining by Discussion Task Miner - Code Quality Improvement Agent · sonnet46 76.4 AIC · ⌖ 5.54 AIC · ⊞ 7.1K · ◷
Description
The
antigravityengine is fully supported at runtime (listed inpkg/workflow/engine_definition.go) but is missing from two user-facing surfaces:docs/src/content/docs/reference/engines.md— no mention in the available engine table or built-in engine descriptions.pkg/parser/schemas/main_workflow_schema.json— absent from inline engine runtime examples.This means users can successfully use a supported engine that docs imply does not exist.
Suggested Changes
antigravityto the available engine table indocs/src/content/docs/reference/engines.mdalongside codex, claude, copilot, gemini, opencode, pi.antigravityto the built-in engine descriptions / examples inpkg/parser/schemas/main_workflow_schema.json(nearruntime.idexamples).Files Affected
docs/src/content/docs/reference/engines.mdpkg/parser/schemas/main_workflow_schema.jsonSuccess Criteria
antigravitylisted in the engine reference docsantigravitySource
Extracted from Schema Consistency Check discussion 47210 (Critical Issue 1 and 2)
Priority
Medium — documentation gap; engine is already functional, estimated effort < 1h