Skip to content

docs(agent): verified banner + CONTRIBUTING + examples + CHANGELOG (QoL sweep)#16

Merged
intel352 merged 2 commits into
masterfrom
chore/qol-sweep-2026-05-19
May 19, 2026
Merged

docs(agent): verified banner + CONTRIBUTING + examples + CHANGELOG (QoL sweep)#16
intel352 merged 2 commits into
masterfrom
chore/qol-sweep-2026-05-19

Conversation

@intel352
Copy link
Copy Markdown
Contributor

Summary

  • Prepend verified-status banner to README.md (production at ratchet).
  • Add CONTRIBUTING.md from shared plugin template.
  • Add examples/minimal/config.yaml (minimal agent.provider config with Anthropic; wfctl validate --skip-unknown-types passes).
  • Add .github/ISSUE_TEMPLATE/bug_report.md, feature_request.md, and PULL_REQUEST_TEMPLATE.md.
  • Add 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 → PASS

Checklist

  • CHANGELOG.md updated (Keep-a-Changelog format)
  • No secrets or credentials included
  • One feature or bugfix per PR

Cross-ref: GoCodeAlone/workflow#714

🤖 Generated with Claude Code

…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>
Copilot AI review requested due to automatic review settings May 19, 2026 16:36
Copy link
Copy Markdown

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 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.yaml demonstrating a minimal Anthropic agent.provider configuration.

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>
@intel352 intel352 merged commit e653377 into master May 19, 2026
5 checks passed
@intel352 intel352 deleted the chore/qol-sweep-2026-05-19 branch May 19, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants