docs(agent): verified banner + CONTRIBUTING + examples + CHANGELOG (QoL sweep)#16
Merged
Conversation
…oL sweep) - Prepend verified-status banner to README.md (ratchet); cross-ref workflow#714. - Add CONTRIBUTING.md from shared plugin template. - Add examples/minimal/config.yaml (agent.provider + anthropic; wfctl validate --skip-unknown-types passes). - Add .github/ISSUE_TEMPLATE/bug_report.md + feature_request.md + PULL_REQUEST_TEMPLATE.md. - Add CHANGELOG.md (Keep a Changelog format) with [Unreleased] QoL sweep entry. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Adds baseline repository documentation and templates to bring workflow-plugin-agent up to the multi-repo QoL sweep standard (workflow#714), plus a minimal validated configuration example for the agent.provider module.
Changes:
- Add a “Verified” production-status banner to
README.md. - Introduce standard contributor/docs assets:
CONTRIBUTING.md,CHANGELOG.md, and GitHub issue/PR templates. - Add
examples/minimal/config.yamldemonstrating a minimal Anthropicagent.providerconfiguration.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds a verified/production-use banner to the project overview. |
| examples/minimal/config.yaml | Provides a minimal, env-var-based Anthropic provider configuration example. |
| CONTRIBUTING.md | Adds contribution and local development guidance aligned with upstream workflow conventions. |
| CHANGELOG.md | Introduces a Keep-a-Changelog formatted changelog with an initial Unreleased entry. |
| .github/PULL_REQUEST_TEMPLATE.md | Adds a standard PR template with build/vet/test checklist. |
| .github/ISSUE_TEMPLATE/feature_request.md | Adds a feature request issue template. |
| .github/ISSUE_TEMPLATE/bug_report.md | Adds a bug report issue template. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Add a workflow with step.agent_execute (provider_service: ai-provider) so the minimal example demonstrates calling an LLM provider, not just module config. wfctl validate --skip-unknown-types still passes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
examples/minimal/config.yaml(minimalagent.providerconfig with Anthropic;wfctl validate --skip-unknown-typespasses)..github/ISSUE_TEMPLATE/bug_report.md,feature_request.md, andPULL_REQUEST_TEMPLATE.md.CHANGELOG.md(Keep a Changelog format) with initial[Unreleased]QoL sweep entry.Motivation
Part of the multi-repo QoL sweep (workflow#714). Brings workflow-plugin-agent up to the P0 documentation baseline.
Test plan
go build ./...passes (GOWORK=off)go vet ./...passes (GOWORK=off)wfctl validate --skip-unknown-types examples/minimal/config.yaml→ PASSChecklist
Cross-ref: GoCodeAlone/workflow#714
🤖 Generated with Claude Code