Bundled further features#92
Merged
Merged
Conversation
SemVer governs the gem's interface (CLI, require paths, plugin API), not the content its generators emit. Standard refreshes are minor; drastic upgrades ship as additive variants. Adds ADR-0001 and CONTRIBUTING.md with a version-bump checklist, a README Versioning Policy section, and a per-feature changelog prefix convention. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
❌MegaLinter analysis: Error
Detailed Issues❌ REPOSITORY / devskim - 1 error❌ COPYPASTE / jscpd - 8 errors❌ SPELL / lychee - 2 errors
|
Replaces the separate way_of_working-versioning-semver plugin gem with an in-tree feature: generator, GitHub audit rule, docs and tests, opt in via require 'way_of_working/versioning/semver'. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
shilpigoeldev
approved these changes
Jun 5, 2026
Contributor
|
Alex is failing for "easy" word in Readme doc @timgentry |
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
Continues bundling previously-separate plugin gems into this gem as opt-in built-in features, adds the GitHub audit framework, and documents how the gem is versioned now that features live in-tree:
require 'way_of_working/pull_request_template/hdi'require 'way_of_working/code_of_conduct/contributor_covenant'require 'way_of_working/versioning/semver'Each bundled feature ships its generators, GitHub audit rule, templates and docs, and exposes the same subcommands as before.
Versioning policy
Documents the decision that SemVer governs the gem's interface (CLI, require paths, plugin API), not the content its generators emit:
~> N.0pins keep working.category/variantnamespace, so existing users are untouched.CONTRIBUTING.md(new) for the version-bump checklist.Notes
Built-in (...).github_audit_ruletests order-independent (teardown removes the shared audit-registry stub).Testing
bundle exec rake test— green (60 runs, 0 failures)npx alex docs/decisions/0001-...md— no issues