Skip to content

docs(ci-generator): add README + examples + experimental banner (QoL sweep)#9

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

docs(ci-generator): add README + examples + experimental banner (QoL sweep)#9
intel352 merged 2 commits into
mainfrom
chore/qol-sweep-2026-05-19

Conversation

@intel352
Copy link
Copy Markdown
Contributor

Summary

  • Authors README.md from scratch with experimental status banner, step capabilities (step.ci_generate), supported CI platforms table, and install instructions
  • Adds examples/minimal/config.yaml — validated with wfctl validate --skip-unknown-types
  • Adds CONTRIBUTING.md from shared plugin template
  • Adds .github/ issue templates and PR template

Test plan

  • GOWORK=off go build ./... passes
  • GOWORK=off go vet ./... passes
  • wfctl validate --skip-unknown-types examples/minimal/config.yaml passes

Related

Part of the 2026-05-19 multi-repo OSS-readiness QoL sweep.
See: GoCodeAlone/workflow#714

🤖 Generated with Claude Code

…sweep)

- Authors README.md from scratch with experimental status banner,
  step capabilities (step.ci_generate), supported platforms table,
  and install instructions
- Adds examples/minimal/config.yaml (wfctl validate --skip-unknown-types ✅)
- Adds CONTRIBUTING.md from shared plugin template
- Adds .github/ issue templates and PR template

Part of 2026-05-19 multi-repo OSS-readiness QoL sweep.
See: GoCodeAlone/workflow#714

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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

Documentation/scaffolding-only PR adding a README with an experimental banner, a minimal example config, contributor docs, and GitHub issue/PR templates. No source code is touched. The example config's step.ci_generate keys (platform, output_dir, project_name) match the protobuf contract in internal/contracts/ci_generator.pb.go.

Changes:

  • New README.md describing the plugin, install steps, supported CI platforms, and experimental status.
  • New examples/minimal/config.yaml demonstrating a step.ci_generate step.
  • New CONTRIBUTING.md, PR template, and issue templates.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
README.md Authoritative entry-point doc with status banner, install snippet, and platform table.
examples/minimal/config.yaml Minimal workflow YAML exercising step.ci_generate with valid config keys.
CONTRIBUTING.md Contributor guide pointing to the upstream workflow repo.
.github/PULL_REQUEST_TEMPLATE.md PR checklist template.
.github/ISSUE_TEMPLATE/feature_request.md Feature request issue template.
.github/ISSUE_TEMPLATE/bug_report.md Bug report issue template.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

…r (QoL sweep)

- Pin install snippet to v0.1.3 (latest stable release per plugin.json)
- Add CHANGELOG.md (Keep-a-Changelog format)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@intel352 intel352 merged commit 0a84c83 into main May 19, 2026
3 checks passed
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