[Schema Consistency] 🔍 Schema Consistency Check - 2026-07-01 #42684
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-07-02T06:55:38.159Z.
|
Beta Was this translation helpful? Give feedback.
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
Engine catalog drift:
antigravityis implemented and used, but the main engine schema text still omits it$defs.engine_config.oneOf[1].properties.id.descriptionlists built-ins asclaude,codex,copilot,gemini,opencode,crush,pi.pkg/workflow/agentic_engine.go:485registersNewAntigravityEngine()..github/workflows/smoke-antigravity.md:37usesengine.id: antigravity.Docs advertise
engine.copilot-sdk-driver, but parser readsengine.driverand schema does not declare the documented aliasdocs/src/content/docs/reference/engines.md:325,332,380anddocs/src/content/docs/reference/frontmatter-full.md:2329documentcopilot-sdk-driver.pkg/workflow/engine.go:409readsengineObj["driver"]; no matchingengineObj["copilot-sdk-driver"]lookup exists.$defs.engine_config.oneOf[1].propertiescontainsdriverbut notcopilot-sdk-driver.Documentation Gaps
dispatch_repositoryis still surfaced in generated frontmatter reference even though parser marks it deprecatedpkg/workflow/dispatch_repository.go:36-41makesdispatch-repositorycanonical and warns thatdispatch_repositoryis deprecated.docs/src/content/docs/reference/frontmatter-full.md:7497still presentsdispatch_repository:in the frontmatter reference block.docs/src/content/docs/reference/safe-outputs.md:1343+consistently usedispatch-repository.Top-level frontmatter guide is less complete than actual engine support/docs for engine-specific keys
docs/src/content/docs/reference/frontmatter.mdonly says “See AI Engines for details” and does not expose high-signal engine subkeys.engine.extensionsis implemented inpkg/workflow/engine.go:509-529and documented indocs/src/content/docs/reference/engines.md:422-435.Workflow Violations
.github/workflows/smoke-antigravity.mdprovesantigravityis real runtime surface, which conflicts with the schema description/catalog wording.Recommendations
antigravitywherever built-in engine lists are enumerated.copilot-sdk-driverdrift by either:copilot-sdk-driveras an explicit schema/parser alias, orengine.driveronly.frontmatter-full.mdsodispatch-repositoryis the primary surfaced key anddispatch_repositoryis labeled deprecated if retained.frontmatter.mdfor discoverability (driver,extensions,copilot-sdk, etc.).Strategy Performance
Next Steps
Beta Was this translation helpful? Give feedback.
All reactions