[Schema Consistency] 🔍 Schema Consistency Check - 2026-07-18 #46352
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-07-19T06:09:50.664Z.
|
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
Runtime/workflow support
engine: antigravity, but reference docs omit it from the available engine list..github/workflows/smoke-antigravity.md:37usesid: antigravity.pkg/workflow/engine_definition.go:18and:285list built-in engines includingantigravity.docs/src/content/docs/reference/engines.md:16-21lists Copilot, Claude, Codex, Gemini, OpenCode, and Pi, but no Antigravity row.Top-level frontmatter reference documents
engine.driverbut omitsengine.extensions.docs/src/content/docs/reference/frontmatter.md:154-160documentsengine.driver.engine.extensionssection infrontmatter.md.docs/src/content/docs/reference/engines.md:437documents Piengine.extensions.frontmatter-full.mdstill surfaces the deprecatedsafe-outputs.dispatch_repositoryalias.pkg/parser/schemas/main_workflow_schema.json:9521definesdispatch-repository.pkg/parser/schemas/main_workflow_schema.json:9621-9623definesdispatch_repositoryas a deprecated alias.pkg/workflow/dispatch_repository.go:36-41accepts the alias but logssafe-outputs.dispatch_repository is deprecated; rename to dispatch-repository.docs/src/content/docs/reference/frontmatter-full.md:8464-8468.Documentation Gaps
docs/src/content/docs/reference/engines.mdshould include Antigravity in the available engines table or explicitly mark it unsupported if that is the intent.docs/src/content/docs/reference/frontmatter.mdshould add anengine.extensionssubsection or link to it from the engine summary section.docs/src/content/docs/reference/frontmatter-full.mdshould demote or remove the deprecated alias example so the canonical key is the only prominent example.Schema Improvements Needed
dispatch-repositoryand deprecateddispatch_repository. Consider whether the deprecated alias should remain accepted indefinitely or be hidden from generated reference output.Parser Updates Required
Workflow Violations
smoke-antigravity.md) demonstrates that the documentation is lagging behind supported behavior.Recommendations
docs/src/content/docs/reference/engines.mdwith its engine ID, status, and auth requirements.engine.extensionstodocs/src/content/docs/reference/frontmatter.mdnearengine.driver, with a short Pi-specific note and link to the engines reference.dispatch_repositoryare not shown as normal examples infrontmatter-full.md.Strategy Performance
Next Steps
engine.extensionsReferences:
Beta Was this translation helpful? Give feedback.
All reactions