[Schema Consistency] 🔍 Schema Consistency Check - 2026-07-28 #48540
Closed
Replies: 1 comment
|
This discussion was automatically closed because it expired on 2026-07-29T06:17:13.879Z.
|
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-supported
antigravityis missing from engine reference docsantigravityas a built-in engine inpkg/workflow/engine_definition.go:16-18..github/workflows/smoke-antigravity.md:37.docs/src/content/docs/reference/engines.mdfrontmatter/overview only lists Copilot, Claude, Codex, Gemini, OpenCode, and Pi (engines.md:3,16-21).Schema/docs surface a deprecated alias alongside the canonical safe-output key
safe-outputs.dispatch-repositoryas canonical and warns whendispatch_repositoryis used inpkg/workflow/dispatch_repository.go:35-41.dispatch-repositoryand deprecated aliasdispatch_repositoryatpkg/parser/schemas/main_workflow_schema.json:9557-9659.docs/src/content/docs/reference/frontmatter-full.md:9088-9111still renders the deprecated alias as a full top-level example block.Documentation Gaps
engines.mdomitsantigravitydespite parser/runtime supportfrontmatter-full.mdpresents deprecateddispatch_repositoryas if it were a normal supported keySchema Improvements Needed
Deprecated alias should be downgraded in generated schema/docs output
dispatch_repositoryfor compatibility if needed, but mark it more aggressively as deprecated and avoid presenting it as a first-class example block.Safe-output naming remains internally inconsistent
dispatch-repositorydescription in schema explicitly says nested keys use snake_case (event_type,allowed_repositories) atmain_workflow_schema.json:9559,9574,9584.Parser Updates Required
dispatch-repositorykeyspkg/workflow/dispatch_repository.go:68-81.Workflow Violations
.github/workflows/smoke-antigravity.md:37proves real usage ofantigravity, while reference docs omit it.Recommendations
antigravitytodocs/src/content/docs/reference/engines.mdengine lists and examples.safe-outputs.dispatch_repository; keep only a brief compatibility note pointing todispatch-repository.Strategy Performance
Next Steps
antigravityAll reactions