Skip to content

Commit 848a558

Browse files
TMHSDigitalclaude
andauthored
chore: stamp skills/rules content to standards-version 1.10.0 (#14)
Updated 24 files. Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a7c983a commit 848a558

24 files changed

Lines changed: 24 additions & 24 deletions

File tree

rules/plaid-env-safety.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ globs:
77
- "**/*.config.*"
88
- "**/plaid.*"
99
- "**/env.*"
10-
standards-version: 1.9.0
10+
standards-version: 1.10.0
1111
---
1212

1313
# Plaid Environment Safety

rules/plaid-error-handling.mdc

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

1212
# Plaid Error Handling

rules/plaid-link-best-practices.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ globs:
77
- "**/*plaid*link*.ts"
88
- "**/*plaid*link*.js"
99
- "**/*PlaidLink*"
10-
standards-version: 1.9.0
10+
standards-version: 1.10.0
1111
---
1212

1313
# Plaid Link Best Practices

rules/plaid-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 Plaid API credentials, access tokens, or sensitive authentication material. Flag files containing Plaid secret patterns before they are committed.
33
alwaysApply: true
4-
standards-version: 1.9.0
4+
standards-version: 1.10.0
55
---
66

77
# Plaid Secrets Protection

rules/plaid-sync-cursor.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ globs:
66
- "**/*sync*.js"
77
- "**/*transaction*.ts"
88
- "**/*transaction*.js"
9-
standards-version: 1.9.0
9+
standards-version: 1.10.0
1010
---
1111

1212
# Plaid Sync Cursor Persistence

rules/plaid-token-storage.mdc

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

1212
# Plaid Token Storage

rules/plaid-webhook-security.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ globs:
77
- "**/webhook*.tsx"
88
- "**/webhook*.jsx"
99
- "**/*plaid*webhook*"
10-
standards-version: 1.9.0
10+
standards-version: 1.10.0
1111
---
1212

1313
# Plaid Webhook Security

skills/plaid-account-verification/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: plaid-account-verification
33
description: Verify bank accounts using Plaid Auth, micro-deposits, same-day micro-deposits, and database match. Use when the user needs account and routing numbers or ACH payment verification.
4-
standards-version: 1.9.0
4+
standards-version: 1.10.0
55
---
66

77
# Plaid Account Verification

skills/plaid-api-reference/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: plaid-api-reference
33
description: Search and retrieve Plaid API endpoint documentation including parameters, authentication requirements, response shapes, and rate limits. Use when the user needs to call a Plaid API or wants to know available endpoints.
4-
standards-version: 1.9.0
4+
standards-version: 1.10.0
55
---
66

77
# Plaid API Reference

skills/plaid-category-mapping/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: plaid-category-mapping
33
description: Map Plaid personal finance categories to your application's taxonomy. Covers the primary/detailed hierarchy, building custom mapping layers, and common category use cases. Use when the user needs to categorize or display transaction categories.
4-
standards-version: 1.9.0
4+
standards-version: 1.10.0
55
---
66

77
# Plaid Category Mapping

0 commit comments

Comments
 (0)