Description
The schema consistency check found two gaps: (1) a runtime-supported engine is missing from the built-in engine catalog in docs/ and the schema, causing false validation expectations; (2) deprecated underscore-form alias examples still appear in documentation despite the parser treating them as deprecated.
Suggested Changes
- Add the missing engine name to the built-in engine catalog in the schema file
- Add the engine to the top-level frontmatter docs overview table
- Remove or update deprecated
copilot_engine underscore alias examples in documentation
- Ensure the schema and docs match actual runtime support
Files Affected
- Schema file (built-in engine catalog section)
- Frontmatter documentation overview
- Any doc files still showing deprecated
copilot_engine alias
Success Criteria
- Schema engine list matches runtime-supported engines
- Deprecated alias examples removed from docs
make recompile and docs validation pass
Source
Extracted from Schema Consistency Check - 2026-07-16 #45924
Priority
Medium — prevents user confusion from schema/docs lagging behind runtime
🔍 Task mining by Discussion Task Miner - Code Quality Improvement Agent · 217 AIC · ⌖ 7.44 AIC · ⊞ 7K · ◷
Description
The schema consistency check found two gaps: (1) a runtime-supported engine is missing from the built-in engine catalog in
docs/and the schema, causing false validation expectations; (2) deprecated underscore-form alias examples still appear in documentation despite the parser treating them as deprecated.Suggested Changes
copilot_engineunderscore alias examples in documentationFiles Affected
copilot_enginealiasSuccess Criteria
make recompileand docs validation passSource
Extracted from Schema Consistency Check - 2026-07-16 #45924
Priority
Medium — prevents user confusion from schema/docs lagging behind runtime