Description
Schema Consistency Check (2026-07-31, discussion #49284) found that pkg/parser/schemas/main_workflow_schema.json (around line 12672) defines engine.id as an unconstrained string, while the runtime engine catalog in pkg/workflow/engine_definition.go includes built-ins such as antigravity — already used in .github/workflows/smoke-antigravity.md. Because the schema does not enumerate valid engine ids, typos in engine.id are not caught at validation time, and generated docs/examples understate the real set of supported engines.
Expected Impact
Schema validation catches invalid/misspelled engine ids early, and generated documentation accurately reflects all supported engines.
Suggested Agent
Existing Schema Consistency Check agent, or a general-purpose agent to sync the schema enum with engine_definition.go.
Estimated Effort
Quick (< 1 hour)
Data Source
DeepReport Intelligence Briefing analysis, 2026-07-31 — cross-referenced from Schema Consistency Check discussion #49284.
Generated by 🔬 Deep Report · agent · 104.4 AIC · ⌖ 7.71 AIC · ⊞ 10.8K · ◷
Description
Schema Consistency Check (2026-07-31, discussion #49284) found that
pkg/parser/schemas/main_workflow_schema.json(around line 12672) definesengine.idas an unconstrained string, while the runtime engine catalog inpkg/workflow/engine_definition.goincludes built-ins such asantigravity— already used in.github/workflows/smoke-antigravity.md. Because the schema does not enumerate valid engine ids, typos inengine.idare not caught at validation time, and generated docs/examples understate the real set of supported engines.Expected Impact
Schema validation catches invalid/misspelled engine ids early, and generated documentation accurately reflects all supported engines.
Suggested Agent
Existing Schema Consistency Check agent, or a general-purpose agent to sync the schema enum with
engine_definition.go.Estimated Effort
Quick (< 1 hour)
Data Source
DeepReport Intelligence Briefing analysis, 2026-07-31 — cross-referenced from Schema Consistency Check discussion #49284.