Description
The engine.extensions field is fully supported in the schema (pkg/parser/schemas/main_workflow_schema.json:12517) and implemented at runtime (pkg/workflow/pi_engine.go:211,240). Specialized engine docs cover it (docs/src/content/docs/reference/engines.md:435-447), but the canonical frontmatter reference (docs/src/content/docs/reference/frontmatter.md) has an engine.driver section with no corresponding engine.extensions section.
Users reading the top-level frontmatter overview can miss this supported field entirely.
Suggested Changes
- Add an
engine.extensions section to docs/src/content/docs/reference/frontmatter.md
- Include a brief description of the field, accepted values, and a link to the Pi engine docs for full details
- Ensure the section appears near other
engine.* fields for discoverability
Files Affected
docs/src/content/docs/reference/frontmatter.md
Success Criteria
engine.extensions documented in the frontmatter reference
- Section includes example usage and links to Pi engine details
- Users reading frontmatter.md can discover the field without needing to read engine-specific docs first
Source
Extracted from Schema Consistency Check discussion 47210 (Critical Issue 3)
Priority
Low — documentation gap only, estimated effort 30min
🔍 Task mining by Discussion Task Miner - Code Quality Improvement Agent · sonnet46 76.4 AIC · ⌖ 5.54 AIC · ⊞ 7.1K · ◷
Description
The
engine.extensionsfield is fully supported in the schema (pkg/parser/schemas/main_workflow_schema.json:12517) and implemented at runtime (pkg/workflow/pi_engine.go:211,240). Specialized engine docs cover it (docs/src/content/docs/reference/engines.md:435-447), but the canonical frontmatter reference (docs/src/content/docs/reference/frontmatter.md) has anengine.driversection with no correspondingengine.extensionssection.Users reading the top-level frontmatter overview can miss this supported field entirely.
Suggested Changes
engine.extensionssection todocs/src/content/docs/reference/frontmatter.mdengine.*fields for discoverabilityFiles Affected
docs/src/content/docs/reference/frontmatter.mdSuccess Criteria
engine.extensionsdocumented in the frontmatter referenceSource
Extracted from Schema Consistency Check discussion 47210 (Critical Issue 3)
Priority
Low — documentation gap only, estimated effort 30min