Overview
Open issues this morning point to two documentation-quality gaps. Both are discoverability problems rather than runtime bugs: the canonical frontmatter reference is missing a supported field, and the engine catalog/docs understate supported engines.
Key Issues
Already Covered
engine.extensions already has an explanation in the engine-specific docs, so the fix is to link it from the main frontmatter reference rather than rewrite the concept.
antigravity already appears in CLI help and model tables, so the missing piece is the authoritative engine catalog/schema surface, not total absence from the repo.
Gaps
- No open issue surfaced a separate help/article page for these features; the current problems are concentrated in reference-doc discoverability and schema consistency.
Next Step
- Update the canonical reference pages so the main docs match the runtime/schema surfaces, then close the duplicate issues by pointing to the updated source of truth.
Generated by 💻 Dev · gpt54 5.93 AIC · ⌖ 0.365 AIC · ⊞ 34.2K · ◷
Add label dev to run again
Overview
Open issues this morning point to two documentation-quality gaps. Both are discoverability problems rather than runtime bugs: the canonical frontmatter reference is missing a supported field, and the engine catalog/docs understate supported engines.
Key Issues
docs/src/content/docs/reference/engines.md:435-437, while the canonical frontmatter overview hasengine:andengine.driver:but noengine.extensionssection (docs/src/content/docs/reference/frontmatter.md:146-156). This is a documentation gap in the main reference.docs/src/content/docs/setup/cli.md:258-266anddocs/src/content/docs/reference/model-tables.md:59, but the canonical engine reference/catalog is still missing fromdocs/src/content/docs/reference/engines.mdandpkg/parser/schemas/main_workflow_schema.json.Already Covered
engine.extensionsalready has an explanation in the engine-specific docs, so the fix is to link it from the main frontmatter reference rather than rewrite the concept.antigravityalready appears in CLI help and model tables, so the missing piece is the authoritative engine catalog/schema surface, not total absence from the repo.Gaps
Next Step