Closed
fix(schema): add antigravity to engine.id descriptions and examples#49558
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix JSON schema for engine.id to include antigravity
fix(schema): add antigravity to engine.id descriptions and examples
Aug 1, 2026
Contributor
PR TriageCategory: docs · Risk: low · Priority: low · Score: 28/100 (impact 8, urgency 8, quality 12) Recommended action: Tiny schema-only fix (1 file, +7/-5). Still a draft with no reviews/CI yet. Safe, low-value; will pick up once undrafted.
|
Contributor
PR Triage
Draft; trivial schema doc fix (add antigravity to engine.id descriptions).
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pkg/parser/schemas/main_workflow_schema.jsonomittedantigravityfrom all engine ID lists across descriptions and examples, despite it being a registered built-in engine alongsideclaude,codex,copilot,gemini,opencode, andpi.Changes
engine.id: Addedantigravityto descriptions (alphabetically sorted); added missingexamplesarrays to both fields so IDEs surface all built-in engine names as autocompletion hintsruntime.id: Addedantigravityto description and existing examples arrayid: Addedantigravityto descriptionNo
enumconstraints are added — the schema intentionally keeps engine ID fields unconstrained to allow named catalog entries (TestEngineCatalogMatchesSchemaasserts this explicitly).