Skip to content

fix(docs): add antigravity to engines reference doc + add engine-doc sync test - #48678

Closed
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/deep-report-root-cause-antigravity-docs
Closed

fix(docs): add antigravity to engines reference doc + add engine-doc sync test#48678
pelikhan with Copilot wants to merge 2 commits into
mainfrom
copilot/deep-report-root-cause-antigravity-docs

Conversation

Copilot AI commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

antigravity is a registered runtime engine (with its own data/engines/antigravity.md definition and live workflow usage) but has been repeatedly absent from docs/src/content/docs/reference/engines.md, requiring manual re-addition after each drift cycle. The root cause is no CI gate enforcing parity between data/engines/*.md and the reference docs.

Changes

  • docs/src/content/docs/reference/engines.md: Added antigravity (experimental, Google) to the Available Coding Agents table, Engine Feature Comparison table, and version pinning table. Capability columns reflect runtime values: ToolsAllowlist ✅, max-turns ✅, api-target ✅; bare/harness/agent/continuations ❌.

  • pkg/workflow/engine_doc_sync_test.go (new): TestEngineDocSync — dynamically enumerates all engine IDs via loadBuiltinEngineDefinitions() and fails if any ID is missing as a backtick-quoted reference in the engines reference doc. Any future engine added to data/engines/ without updating the docs will now break unit tests at PR time with a clear remediation message.

  • pkg/workflow/engine_definition_test.go: Added antigravity to TestNewEngineCatalog_BuiltIns so all seven built-in engines are explicitly validated.

…safeguard test

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Investigate recurring antigravity engine doc-drift fix(docs): add antigravity to engines reference doc + add engine-doc sync test Jul 28, 2026
Copilot AI requested a review from pelikhan July 28, 2026 16:14
@pelikhan pelikhan closed this Jul 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[deep-report] Root-cause the recurring antigravity engine doc-drift instead of re-patching each occurrence

2 participants