Skip to content

docs(auth): verified banner + CONTRIBUTING + examples + CHANGELOG (QoL sweep)#19

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

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

Conversation

@intel352
Copy link
Copy Markdown
Contributor

Summary

  • Prepend verified-status banner to README.md (production at buymywishlist).
  • Add CONTRIBUTING.md from shared plugin template.
  • Add examples/minimal/config.yaml (auth.credential module + password hash/verify workflow; wfctl validate --skip-unknown-types passes).
  • Add .github/ISSUE_TEMPLATE/bug_report.md, feature_request.md, and PULL_REQUEST_TEMPLATE.md.
  • Add [Unreleased] QoL sweep entry to CHANGELOG.md.

Motivation

Part of the multi-repo QoL sweep (workflow#714). Brings workflow-plugin-auth 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 (1 modules, 1 workflows)

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

intel352 and others added 2 commits May 19, 2026 12:38
…L sweep)

- Prepend verified-status banner to README.md (buymywishlist); cross-ref workflow#714.
- Add CONTRIBUTING.md from shared plugin template.
- Add examples/minimal/config.yaml (auth.credential module + password hash/verify workflow; wfctl validate --skip-unknown-types passes).
- Add .github/ISSUE_TEMPLATE/bug_report.md + feature_request.md + PULL_REQUEST_TEMPLATE.md.
- Add [Unreleased] QoL sweep entry to CHANGELOG.md.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…eviewer

- Replace password-hash example with signed-challenge generate/verify workflow
  (step.auth_challenge_generate + step.auth_challenge_verify; JWT-equivalent
  using signing_secret). auth.jwt module does not exist in this plugin; challenge
  steps are the canonical signed-token primitive. wfctl validate passes.
- Document GH_TOKEN requirement for wfctl plugin install in README Installation
  section and CONTRIBUTING.md (plugin marked private in registry).

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

1 participant