chore: bump standards-version signals and drift-check pin to 1.9.0#14
Merged
TMHSDigital merged 2 commits intomainfrom Apr 26, 2026
Merged
chore: bump standards-version signals and drift-check pin to 1.9.0#14TMHSDigital merged 2 commits intomainfrom
TMHSDigital merged 2 commits intomainfrom
Conversation
Aligns this repo with the meta-repo's current MINOR (v1.9.x). Two coupled changes: 1. Signal bump: standards-version 1.7.0 -> 1.9.0 across all SKILL.md, .mdc, AGENTS.md (where present), and CLAUDE.md (where present) files. 2. Workflow pin: drift-check@v1.<old> -> drift-check@v1.9. Per Phase 2 Design Decision 1, drift-check consumers track explicit MINOR for deliberate standards version awareness. Each MINOR represents a meaningful standards revision; tool repos signal which revision they are aligned with via the signal version, and consume the matching action via explicit MINOR pin. The actual purpose of this rollout is to align ecosystem signals with current MINOR so the (now-active per DTD#12) stale-counts checker is exercised against current standards, and so the meta-repo's mode: all drift-check reads consistent versions across the ecosystem. Refs TMHSDigital/Developer-Tools-Directory#12. Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com> Made-with: Cursor
Contributor
Dependency ReviewThe following issues were found:
License Issues.github/workflows/drift-check.yml
OpenSSF Scorecard
Scanned Files
|
…-api-reference PR #13 fixed an off-by-one stale-count but the file still has 4 narrative aggregate counts ('25 tools', '10 tools', '8 tools', '7 tools') describing MCP tool tiers. These are intentional documentation, not stale numbers. Add 'drift-ignore: stale-counts' frontmatter pragma per drift-check's suggested fix for narrative aggregates. Unblocks the v1.9 drift composite action which now propagates warnings as failures. Refs TMHSDigital/Developer-Tools-Directory#13. Made-with: Cursor
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.
Bumps standards-version signals and drift-check pin to 1.9.0.
Two coupled changes:
Aligns this repo with the meta-repo's current MINOR (v1.9.x). Per Phase 2 Design Decision 1, drift-check consumers track explicit MINOR for deliberate standards version awareness.
The rollout's actual purpose: align ecosystem signals with current MINOR so the (now-active per DTD#12) stale-counts checker is exercised against current standards, and so the meta-repo's
mode: alldrift-check reads consistent versions ecosystem-wide.Following the Home-Lab canary pattern (Home-Lab-Developer-Tools#18, merged 2026-04-25). Refs TMHSDigital/Developer-Tools-Directory#12.