docs(auth): verified banner + CONTRIBUTING + examples + CHANGELOG (QoL sweep)#19
Merged
Conversation
…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>
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(auth.credentialmodule + password hash/verify workflow;wfctl validate --skip-unknown-typespasses)..github/ISSUE_TEMPLATE/bug_report.md,feature_request.md, andPULL_REQUEST_TEMPLATE.md.[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
Cross-ref: GoCodeAlone/workflow#714
🤖 Generated with Claude Code