Description
The antigravity engine is supported by the runtime (pkg/workflow/engine_definition.go:18,285) and used in real workflows (.github/workflows/smoke-antigravity.md), but it is omitted from:
- Engine reference docs —
docs/src/content/docs/reference/engines.md:16-21 lists only Copilot, Claude, Codex, Gemini, OpenCode, and Pi.
- Schema examples/descriptions —
pkg/parser/schemas/main_workflow_schema.json engine ID examples/descriptions mention codex, claude, copilot, gemini, opencode, and pi only.
This makes valid workflows appear undocumented and steers users away from a supported engine.
Suggested Changes
- Add
antigravity to the built-in engine list in docs/src/content/docs/reference/engines.md (alongside the other engines, with a brief description).
- Add
antigravity to schema descriptions/examples for engine.id in pkg/parser/schemas/main_workflow_schema.json wherever other built-in engine IDs are enumerated.
- Consider adding a short
engine.extensions section to the concise docs/src/content/docs/reference/frontmatter.md (currently only documents engine.driver; engine.extensions exists in schema and is implemented in pkg/workflow/pi_engine.go:211,240).
Files Affected
docs/src/content/docs/reference/engines.md
pkg/parser/schemas/main_workflow_schema.json
docs/src/content/docs/reference/frontmatter.md (for engine.extensions)
Success Criteria
antigravity appears in the engines reference doc with a description.
- Schema examples for
engine.id include antigravity.
- Users can discover
antigravity as a supported engine from docs without reading source code.
- (Bonus)
engine.extensions is documented in frontmatter.md.
Source
Extracted from Schema Consistency Check - 2026-07-20 #46731
Priority
Medium — documentation gap for a supported engine; users may avoid or be confused by a valid engine.
🔍 Task mining by Discussion Task Miner - Code Quality Improvement Agent · 39.8 AIC · ⌖ 5.41 AIC · ⊞ 7K · ◷
Description
The
antigravityengine is supported by the runtime (pkg/workflow/engine_definition.go:18,285) and used in real workflows (.github/workflows/smoke-antigravity.md), but it is omitted from:docs/src/content/docs/reference/engines.md:16-21lists only Copilot, Claude, Codex, Gemini, OpenCode, and Pi.pkg/parser/schemas/main_workflow_schema.jsonengine ID examples/descriptions mentioncodex,claude,copilot,gemini,opencode, andpionly.This makes valid workflows appear undocumented and steers users away from a supported engine.
Suggested Changes
antigravityto the built-in engine list indocs/src/content/docs/reference/engines.md(alongside the other engines, with a brief description).antigravityto schema descriptions/examples forengine.idinpkg/parser/schemas/main_workflow_schema.jsonwherever other built-in engine IDs are enumerated.engine.extensionssection to the concisedocs/src/content/docs/reference/frontmatter.md(currently only documentsengine.driver;engine.extensionsexists in schema and is implemented inpkg/workflow/pi_engine.go:211,240).Files Affected
docs/src/content/docs/reference/engines.mdpkg/parser/schemas/main_workflow_schema.jsondocs/src/content/docs/reference/frontmatter.md(forengine.extensions)Success Criteria
antigravityappears in the engines reference doc with a description.engine.idincludeantigravity.antigravityas a supported engine from docs without reading source code.engine.extensionsis documented infrontmatter.md.Source
Extracted from Schema Consistency Check - 2026-07-20 #46731
Priority
Medium — documentation gap for a supported engine; users may avoid or be confused by a valid engine.