Skip to content

Commit 4f12763

Browse files
TMHSDigitalclaude
andcommitted
chore: stamp skills/rules content to standards-version 1.10.0
Updated 55 files. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com>
1 parent f31bde1 commit 4f12763

55 files changed

Lines changed: 55 additions & 55 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 & 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.9.0
8+
standards-version: 1.10.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.9.0
9+
standards-version: 1.10.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.9.0
5+
standards-version: 1.10.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.9.0
8+
standards-version: 1.10.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.9.0
8+
standards-version: 1.10.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.9.0
8+
standards-version: 1.10.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.9.0
5+
standards-version: 1.10.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.9.0
8+
standards-version: 1.10.0
99
---
1010

1111
# Performance Anti-Patterns

rules/mobile-platform-check.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ alwaysApply: false
44
globs:
55
- "*.ts"
66
- "*.tsx"
7-
standards-version: 1.9.0
7+
standards-version: 1.10.0
88
---
99

1010
# Platform-Specific API Guard

rules/mobile-secrets.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +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.9.0
4+
standards-version: 1.10.0
55
---
66

77
# Mobile Secrets Protection

0 commit comments

Comments
 (0)