Skip to content

Commit 91c7d30

Browse files
TMHSDigitalclaude
andauthored
chore: stamp skills/rules content to standards-version 1.10.0 (#23)
Updated 29 files. Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5460ca4 commit 91c7d30

29 files changed

Lines changed: 29 additions & 29 deletions

File tree

rules/monday-api-token-safety.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Flag hardcoded Monday.com API tokens, OAuth secrets, and webhook signing secrets in source code.
33
alwaysApply: true
4-
standards-version: 1.9.0
4+
standards-version: 1.10.0
55
---
66

77
# Monday API Token Safety

rules/monday-board-structure.mdc

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

1010
# Monday Board Structure

rules/monday-column-value-format.mdc

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

1111
# Monday Column Value Format

rules/monday-error-handling.mdc

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

1111
# Monday Error Handling

rules/monday-graphql-best-practices.mdc

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

1313
# Monday GraphQL Best Practices

rules/monday-mcp-tool-preference.mdc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
description: Flag raw HTTP calls to api.monday.com when Monday MCP tools are available in Cursor.
33
alwaysApply: true
4-
standards-version: 1.9.0
4+
standards-version: 1.10.0
55
---
66

77
# Monday MCP Tool Preference

rules/monday-rate-limit-awareness.mdc

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

1111
# Monday Rate Limit Awareness

rules/monday-webhook-validation.mdc

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

1111
# Monday Webhook Validation

skills/monday-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: monday-api-reference
33
description: Navigate the Monday.com GraphQL API with schema introspection, query building, pagination patterns, complexity budgets, and the all_monday_api escape hatch.
4-
standards-version: 1.9.0
4+
standards-version: 1.10.0
55
---
66

77
# Monday API Reference

skills/monday-board-insights/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: monday-board-insights
33
description: Aggregate, filter, and analyze Monday.com board data for reporting, summaries, and decision-making.
4-
standards-version: 1.9.0
4+
standards-version: 1.10.0
55
---
66

77
# Monday Board Insights

0 commit comments

Comments
 (0)