[schema-coverage] feat: add schema coverage demo for resources field#36203
Conversation
|
✅ Design Decision Gate 🏗️ completed the design decision gate check. No ADR enforcement needed: PR #36203 does not have the 'implementation' label and has 0 new lines of code in business logic directories (threshold is 100). |
|
🧪 Test Quality Sentinel completed test quality analysis. No test files were added or modified in this PR. The only changed file is schema-demos/schema-demo-resources.md (31 additions, 0 deletions). Test Quality Sentinel skipped. |
|
✅ PR Code Quality Reviewer completed the code quality review. |
|
|
There was a problem hiding this comment.
Pull request overview
Adds a new schema coverage demo workflow to exercise the resources frontmatter field so the schema feature coverage checker can find at least one usage.
Changes:
- Introduces
schema-demos/schema-demo-resources.mdwith minimal frontmatter and aresources:entry. - Documents the purpose of
resourcesand includes anoopsafe-output call for coverage-only execution.
Show a summary per file
| File | Description |
|---|---|
| schema-demos/schema-demo-resources.md | New minimal schema demo intended to cover the resources frontmatter field. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
| contents: read | ||
| engine: codex | ||
| resources: | ||
| - ../.github/workflows/ci.yml |
There was a problem hiding this comment.
No blocking issues. Single markdown demo file adding schema coverage for the resources field — straightforward and correct.
🔎 Code quality review by PR Code Quality Reviewer · sonnet46 430.9K
Summary
Adds a new schema coverage demo file for the
resourcesfrontmatter field.What changed
schema-demos/schema-demo-resources.mdWhy
Improves schema field coverage by adding a dedicated demo workflow document for the
resourcesfrontmatter field, consistent with the existing suite of schema demo files.Details
schema-demos/schema-demo-resources.md— New demo workflow file that documents and demonstrates theresourcesfrontmatter schema field for schema coverage purposes. No logic changes; documentation/demo only.Risk
🟢 Low — Documentation/demo file only. No functional code changes. No breaking changes.