Skip to content

Commit 1754066

Browse files
authored
chore: bump standards-version signals and drift-check pin to 1.9.0 (#9)
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. Made-with: Cursor Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com>
1 parent b72daa5 commit 1754066

57 files changed

Lines changed: 57 additions & 57 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/drift-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
contents: read
1616
steps:
1717
- uses: actions/checkout@v6
18-
- uses: TMHSDigital/Developer-Tools-Directory/.github/actions/drift-check@v1.8
18+
- uses: TMHSDigital/Developer-Tools-Directory/.github/actions/drift-check@v1.9
1919
with:
2020
mode: self
2121
format: gh-summary

CLAUDE.md

Lines changed: 1 addition & 1 deletion

rules/mobile-accessibility.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ globs:
55
- "*.ts"
66
- "*.tsx"
77
- "*.dart"
8-
standards-version: 1.7.0
8+
standards-version: 1.9.0
99
---
1010

1111
# Accessibility Anti-Patterns

rules/mobile-bundle-size.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ globs:
66
- "*.tsx"
77
- "*.json"
88
- "*.dart"
9-
standards-version: 1.7.0
9+
standards-version: 1.9.0
1010
---
1111

1212
# Bundle Size

rules/mobile-color-contrast.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Flag insufficient color contrast, missing dark mode support, and non-semantic color usage
33
globs: ["*.ts", "*.tsx", "*.dart"]
44
alwaysApply: false
5-
standards-version: 1.7.0
5+
standards-version: 1.9.0
66
---
77

88
# Color Contrast & Theme Compliance

rules/mobile-env-safety.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ globs:
55
- "*.ts"
66
- "*.tsx"
77
- "*.json"
8-
standards-version: 1.7.0
8+
standards-version: 1.9.0
99
---
1010

1111
# Environment Safety

rules/mobile-i18n-strings.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ globs:
55
- "**/*.ts"
66
- "**/*.tsx"
77
- "**/*.dart"
8-
standards-version: 1.7.0
8+
standards-version: 1.9.0
99
---
1010

1111
# I18n Strings

rules/mobile-image-assets.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ globs:
55
- "*.ts"
66
- "*.tsx"
77
- "*.json"
8-
standards-version: 1.7.0
8+
standards-version: 1.9.0
99
---
1010

1111
# Image Asset Optimization

rules/mobile-native-compat.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description: Flag deprecated native APIs, bridge-only module patterns, and New Architecture incompatibilities
33
globs: ["*.ts", "*.tsx", "*.dart"]
44
alwaysApply: false
5-
standards-version: 1.7.0
5+
standards-version: 1.9.0
66
---
77

88
# Native Compatibility

rules/mobile-performance.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ globs:
55
- "*.ts"
66
- "*.tsx"
77
- "*.dart"
8-
standards-version: 1.7.0
8+
standards-version: 1.9.0
99
---
1010

1111
# Performance Anti-Patterns

0 commit comments

Comments
 (0)