[Schema Consistency] 🔍 Schema Consistency Check - 2026-07-19 #46539
Closed
Replies: 1 comment
|
This discussion has been marked as outdated by Schema Consistency Checker. A newer discussion is available at Discussion #46731. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
Critical Issues
Antigravity is implemented and used, but omitted from the engines reference list
antigravity:pkg/workflow/engine_definition.go:18.github/workflows/smoke-antigravity.md:37docs/src/content/docs/reference/engines.mdavailable-engine table lists Pi at line 21 and has no Antigravity entry.engine: antigravityis unsupported even though it works.Top-level frontmatter docs omit
engine.extensions, but runtime and engine docs support itengine.extensions:pkg/workflow/pi_engine.go:211,240-251docs/src/content/docs/reference/engines.md:435-447engine.driver(docs/src/content/docs/reference/frontmatter.md:154) but does not mentionengine.extensions.frontmatter-full.mdstill surfaces deprecatedsafe-outputs.dispatch_repositoryaliasdispatch-repositoryin schema:pkg/parser/schemas/main_workflow_schema.json:9533docs/src/content/docs/reference/frontmatter-full.md:8468pkg/workflow/dispatch_repository.go:41Documentation Gaps
docs/src/content/docs/reference/engines.mdshould add Antigravity to the “Available Coding Agents” table.docs/src/content/docs/reference/frontmatter.mdshould add a shortengine.extensionssubsection or explicitly link to the Pi-specific extension support in engines docs.docs/src/content/docs/reference/frontmatter-full.mdshould demote or clearly markdispatch_repositoryas deprecated instead of surfacing it like a normal peer key.Schema Improvements Needed
dispatch-repositoryanddispatch_repository, which is fine for compatibility, but the alias should be explicitly marked deprecated in surfaced docs the same way parser behavior already does.Parser Updates Required
dispatch_repositorywithout equivalent prominence in the generated full reference.Workflow Violations
.github/workflows/smoke-antigravity.mdis valid evidence that Antigravity is a real supported engine.Recommendations
docs/src/content/docs/reference/engines.md.engine.extensionstodocs/src/content/docs/reference/frontmatter.mdnearengine.driver.dispatch_repositoryas deprecated infrontmatter-full.mdor hide it from primary examples in favor ofdispatch-repository.Strategy Performance
Next Steps
All reactions