[schema-coverage] feat: Add schema coverage demo for metadata field#30099
Merged
[schema-coverage] feat: Add schema coverage demo for metadata field#30099
metadata field#30099Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a minimal schema demo workflow to ensure the metadata frontmatter field is represented in the repo for schema feature coverage tracking.
Changes:
- Added
schema-demos/schema-demo-metadata.mddemonstrating a validmetadata:object with string values. - Included a minimal “coverage-only” task that instructs the agent to emit a
noopsafe-output.
Show a summary per file
| File | Description |
|---|---|
| schema-demos/schema-demo-metadata.md | Adds a minimal demo workflow using the metadata frontmatter field to satisfy schema coverage. |
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: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Schema Coverage Demo
This PR adds a minimal demo workflow that demonstrates usage of the
metadatafield in the gh-aw frontmatter schema.Why: The schema feature coverage checker found that
metadatawas not used in any existing workflow.What: Adds
schema-demos/schema-demo-metadata.mdwith a valid, minimal demonstration of this field.Field Description
Optional metadata field for storing custom key-value pairs compatible with the custom agent spec. Key names are limited to 64 characters, and values are limited to 1024 characters.
Validation
Attempted
make agent-finish, but it was blocked before tests by the Go toolchain download:proxy.golang.orgreturned Forbidden forgolang.org/toolchain@v0.0.1-go1.25.8.linux-amd64.zip. No local./gh-awbinary was present for compile-only validation.Warning
Firewall blocked 3 domains
The following domains were blocked by the firewall during workflow execution:
ab.chatgpt.comchatgpt.comproxy.golang.orgSee Network Configuration for more information.