Description
The engine.extensions field is supported in the schema (pkg/parser/schemas/main_workflow_schema.json:12528) and documented in docs/src/content/docs/reference/engines.md:442, but it is missing from the top-level frontmatter reference at docs/src/content/docs/reference/frontmatter.md. Users consulting the main frontmatter reference will not discover this valid field.
Suggested Changes
- Add
engine.extensions entry to docs/src/content/docs/reference/frontmatter.md in the engine section, alongside engine.driver
- Follow the existing style/format of other engine sub-fields in that document
- Optionally add a brief example showing how to combine
engine.driver and engine.extensions
Files Affected
docs/src/content/docs/reference/frontmatter.md (primary change)
docs/src/content/docs/reference/engines.md (reference/source of truth)
Success Criteria
engine.extensions is visible in frontmatter.md with description and example
- Schema consistency check no longer flags this gap
- No broken links or formatting issues
Source
Extracted from [Schema Consistency] Schema consistency check - 2026-07-23
Priority
Low — documentation gap only; no runtime impact, but improves user discoverability
🔍 Task mining by Discussion Task Miner - Code Quality Improvement Agent · sonnet46 43 AIC · ⌖ 5.45 AIC · ⊞ 7.1K · ◷
Description
The
engine.extensionsfield is supported in the schema (pkg/parser/schemas/main_workflow_schema.json:12528) and documented indocs/src/content/docs/reference/engines.md:442, but it is missing from the top-level frontmatter reference atdocs/src/content/docs/reference/frontmatter.md. Users consulting the main frontmatter reference will not discover this valid field.Suggested Changes
engine.extensionsentry todocs/src/content/docs/reference/frontmatter.mdin theenginesection, alongsideengine.driverengine.driverandengine.extensionsFiles Affected
docs/src/content/docs/reference/frontmatter.md(primary change)docs/src/content/docs/reference/engines.md(reference/source of truth)Success Criteria
engine.extensionsis visible infrontmatter.mdwith description and exampleSource
Extracted from [Schema Consistency] Schema consistency check - 2026-07-23
Priority
Low — documentation gap only; no runtime impact, but improves user discoverability