Skip to content

Commit 64931fb

Browse files
authored
chore: add standards-version frontmatter to skills and rules (#3)
Phase 1 of the agent-file drift checker work (TMHSDigital/Developer-Tools-Directory Issue #1). Adds `standards-version: 1.6.3` to YAML frontmatter of every SKILL.md and .mdc rule file in this repo. Mechanical change, no content edits. The standards-version field enables the drift checker (Phase 2) to compare each file against the current meta-repo standards version. Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com Made-with: Cursor Signed-off-by: 154358121+TMHSDigital@users.noreply.github.com
1 parent 76c334e commit 64931fb

55 files changed

Lines changed: 55 additions & 0 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.

rules/mobile-accessibility.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ globs:
55
- "*.ts"
66
- "*.tsx"
77
- "*.dart"
8+
standards-version: 1.6.3
89
---
910

1011
# Accessibility Anti-Patterns

rules/mobile-bundle-size.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ globs:
66
- "*.tsx"
77
- "*.json"
88
- "*.dart"
9+
standards-version: 1.6.3
910
---
1011

1112
# Bundle Size

rules/mobile-color-contrast.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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.6.3
56
---
67

78
# Color Contrast & Theme Compliance

rules/mobile-env-safety.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ globs:
55
- "*.ts"
66
- "*.tsx"
77
- "*.json"
8+
standards-version: 1.6.3
89
---
910

1011
# Environment Safety

rules/mobile-i18n-strings.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ globs:
55
- "**/*.ts"
66
- "**/*.tsx"
77
- "**/*.dart"
8+
standards-version: 1.6.3
89
---
910

1011
# I18n Strings

rules/mobile-image-assets.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ globs:
55
- "*.ts"
66
- "*.tsx"
77
- "*.json"
8+
standards-version: 1.6.3
89
---
910

1011
# Image Asset Optimization

rules/mobile-native-compat.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +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.6.3
56
---
67

78
# Native Compatibility

rules/mobile-performance.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ globs:
55
- "*.ts"
66
- "*.tsx"
77
- "*.dart"
8+
standards-version: 1.6.3
89
---
910

1011
# Performance Anti-Patterns

rules/mobile-platform-check.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ alwaysApply: false
44
globs:
55
- "*.ts"
66
- "*.tsx"
7+
standards-version: 1.6.3
78
---
89

910
# Platform-Specific API Guard

rules/mobile-secrets.mdc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
description: Prevent committing mobile app secrets, API keys, signing credentials, or authentication material. Flag files containing sensitive patterns before they are committed.
33
alwaysApply: true
4+
standards-version: 1.6.3
45
---
56

67
# Mobile Secrets Protection

0 commit comments

Comments
 (0)