Skip to content

[schema-coverage] feat: Add schema coverage demo for metadata field#30099

Merged
pelikhan merged 1 commit intomainfrom
schema-coverage-metadata-1f5796be8f4f0012
May 4, 2026
Merged

[schema-coverage] feat: Add schema coverage demo for metadata field#30099
pelikhan merged 1 commit intomainfrom
schema-coverage-metadata-1f5796be8f4f0012

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 4, 2026

Schema Coverage Demo

This PR adds a minimal demo workflow that demonstrates usage of the metadata field in the gh-aw frontmatter schema.

Why: The schema feature coverage checker found that metadata was not used in any existing workflow.

What: Adds schema-demos/schema-demo-metadata.md with 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.org returned Forbidden for golang.org/toolchain@v0.0.1-go1.25.8.linux-amd64.zip. No local ./gh-aw binary was present for compile-only validation.

Warning

Firewall blocked 3 domains

The following domains were blocked by the firewall during workflow execution:

  • ab.chatgpt.com
  • chatgpt.com
  • proxy.golang.org

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "ab.chatgpt.com"
    - "chatgpt.com"
    - "proxy.golang.org"

See Network Configuration for more information.

Generated by Schema Feature Coverage Checker ·

  • expires on May 11, 2026, 7:37 AM UTC

@pelikhan pelikhan marked this pull request as ready for review May 4, 2026 13:47
Copilot AI review requested due to automatic review settings May 4, 2026 13:47
@pelikhan pelikhan merged commit 1639788 into main May 4, 2026
3 checks passed
@pelikhan pelikhan deleted the schema-coverage-metadata-1f5796be8f4f0012 branch May 4, 2026 13:47
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md demonstrating a valid metadata: object with string values.
  • Included a minimal “coverage-only” task that instructs the agent to emit a noop safe-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

@github-actions github-actions Bot mentioned this pull request May 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants