From 4f2a35e97a523afbaf274773c0aa586fdb6acff9 Mon Sep 17 00:00:00 2001 From: fOuttaMyPaint Date: Sat, 25 Apr 2026 20:34:29 -0400 Subject: [PATCH] chore: bump standards-version signals and drift-check pin to 1.9.0 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. -> 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. Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com> Made-with: Cursor --- .github/workflows/drift-check.yml | 2 +- AGENTS.md | 2 +- CLAUDE.md | 2 +- rules/monday-api-token-safety.mdc | 2 +- rules/monday-board-structure.mdc | 2 +- rules/monday-column-value-format.mdc | 2 +- rules/monday-error-handling.mdc | 2 +- rules/monday-graphql-best-practices.mdc | 2 +- rules/monday-mcp-tool-preference.mdc | 2 +- rules/monday-rate-limit-awareness.mdc | 2 +- rules/monday-webhook-validation.mdc | 2 +- skills/monday-api-reference/SKILL.md | 2 +- skills/monday-board-insights/SKILL.md | 2 +- skills/monday-board-management/SKILL.md | 2 +- skills/monday-chart-visualization/SKILL.md | 2 +- skills/monday-column-types-guide/SKILL.md | 2 +- skills/monday-dashboard-builder/SKILL.md | 2 +- skills/monday-docs-management/SKILL.md | 2 +- skills/monday-form-builder/SKILL.md | 2 +- skills/monday-item-operations/SKILL.md | 2 +- skills/monday-notetaker-meetings/SKILL.md | 2 +- skills/monday-notifications/SKILL.md | 2 +- skills/monday-project-tracking/SKILL.md | 2 +- skills/monday-resource-management/SKILL.md | 2 +- skills/monday-sprint-planning/SKILL.md | 2 +- skills/monday-sprint-review/SKILL.md | 2 +- skills/monday-tags-and-assets/SKILL.md | 2 +- skills/monday-updates-and-communication/SKILL.md | 2 +- skills/monday-user-and-team-management/SKILL.md | 2 +- skills/monday-webhook-management/SKILL.md | 2 +- skills/monday-workflow-automation/SKILL.md | 2 +- skills/monday-workspace-organizer/SKILL.md | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/.github/workflows/drift-check.yml b/.github/workflows/drift-check.yml index dd1f59a..4e858fc 100644 --- a/.github/workflows/drift-check.yml +++ b/.github/workflows/drift-check.yml @@ -15,7 +15,7 @@ jobs: contents: read steps: - uses: actions/checkout@v6 - - uses: TMHSDigital/Developer-Tools-Directory/.github/actions/drift-check@v1.7 + - uses: TMHSDigital/Developer-Tools-Directory/.github/actions/drift-check@v1.9 with: mode: self format: gh-summary diff --git a/AGENTS.md b/AGENTS.md index 47f6977..9e12fe5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,4 +1,4 @@ - + # AGENTS.md diff --git a/CLAUDE.md b/CLAUDE.md index e0c90fd..72845e1 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,4 +1,4 @@ - + # Monday Developer Tools -- Project Brain diff --git a/rules/monday-api-token-safety.mdc b/rules/monday-api-token-safety.mdc index 2e78e3a..9942345 100644 --- a/rules/monday-api-token-safety.mdc +++ b/rules/monday-api-token-safety.mdc @@ -1,7 +1,7 @@ --- description: Flag hardcoded Monday.com API tokens, OAuth secrets, and webhook signing secrets in source code. alwaysApply: true -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday API Token Safety diff --git a/rules/monday-board-structure.mdc b/rules/monday-board-structure.mdc index 88b09c3..54afaf1 100644 --- a/rules/monday-board-structure.mdc +++ b/rules/monday-board-structure.mdc @@ -4,7 +4,7 @@ alwaysApply: false globs: - "**/*.json" - "**/*.ts" -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Board Structure diff --git a/rules/monday-column-value-format.mdc b/rules/monday-column-value-format.mdc index 58199cb..d594364 100644 --- a/rules/monday-column-value-format.mdc +++ b/rules/monday-column-value-format.mdc @@ -5,7 +5,7 @@ globs: - "**/*.ts" - "**/*.js" - "**/*.py" -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Column Value Format diff --git a/rules/monday-error-handling.mdc b/rules/monday-error-handling.mdc index c9db2b4..0374014 100644 --- a/rules/monday-error-handling.mdc +++ b/rules/monday-error-handling.mdc @@ -5,7 +5,7 @@ globs: - "**/*.ts" - "**/*.js" - "**/*.py" -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Error Handling diff --git a/rules/monday-graphql-best-practices.mdc b/rules/monday-graphql-best-practices.mdc index 5504347..8f6504b 100644 --- a/rules/monday-graphql-best-practices.mdc +++ b/rules/monday-graphql-best-practices.mdc @@ -7,7 +7,7 @@ globs: - "**/*.ts" - "**/*.js" - "**/*.py" -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday GraphQL Best Practices diff --git a/rules/monday-mcp-tool-preference.mdc b/rules/monday-mcp-tool-preference.mdc index cba48b5..361d47b 100644 --- a/rules/monday-mcp-tool-preference.mdc +++ b/rules/monday-mcp-tool-preference.mdc @@ -1,7 +1,7 @@ --- description: Flag raw HTTP calls to api.monday.com when Monday MCP tools are available in Cursor. alwaysApply: true -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday MCP Tool Preference diff --git a/rules/monday-rate-limit-awareness.mdc b/rules/monday-rate-limit-awareness.mdc index e6a5853..60c09d1 100644 --- a/rules/monday-rate-limit-awareness.mdc +++ b/rules/monday-rate-limit-awareness.mdc @@ -5,7 +5,7 @@ globs: - "**/*.ts" - "**/*.js" - "**/*.py" -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Rate Limit Awareness diff --git a/rules/monday-webhook-validation.mdc b/rules/monday-webhook-validation.mdc index 3ec79f7..c66cb9f 100644 --- a/rules/monday-webhook-validation.mdc +++ b/rules/monday-webhook-validation.mdc @@ -5,7 +5,7 @@ globs: - "**/*.ts" - "**/*.js" - "**/*.py" -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Webhook Validation diff --git a/skills/monday-api-reference/SKILL.md b/skills/monday-api-reference/SKILL.md index 2acf8b5..7d2e471 100644 --- a/skills/monday-api-reference/SKILL.md +++ b/skills/monday-api-reference/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-api-reference description: Navigate the Monday.com GraphQL API with schema introspection, query building, pagination patterns, complexity budgets, and the all_monday_api escape hatch. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday API Reference diff --git a/skills/monday-board-insights/SKILL.md b/skills/monday-board-insights/SKILL.md index a0cb31e..c4e68b2 100644 --- a/skills/monday-board-insights/SKILL.md +++ b/skills/monday-board-insights/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-board-insights description: Aggregate, filter, and analyze Monday.com board data for reporting, summaries, and decision-making. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Board Insights diff --git a/skills/monday-board-management/SKILL.md b/skills/monday-board-management/SKILL.md index d29618a..e477f03 100644 --- a/skills/monday-board-management/SKILL.md +++ b/skills/monday-board-management/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-board-management description: Create, configure, manage, duplicate, archive, and delete Monday.com boards including columns, groups, views, and permissions. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Board Management diff --git a/skills/monday-chart-visualization/SKILL.md b/skills/monday-chart-visualization/SKILL.md index 33b0e1b..a0c95e8 100644 --- a/skills/monday-chart-visualization/SKILL.md +++ b/skills/monday-chart-visualization/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-chart-visualization description: Render pie charts, bar charts, battery/progress widgets, and interactive tables from Monday.com board data. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Chart Visualization diff --git a/skills/monday-column-types-guide/SKILL.md b/skills/monday-column-types-guide/SKILL.md index b51ea66..a9ca407 100644 --- a/skills/monday-column-types-guide/SKILL.md +++ b/skills/monday-column-types-guide/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-column-types-guide description: Deep reference for all Monday.com column types including value formats, creation settings, and common patterns for status, timeline, people, formula, mirror, and more. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Column Types Guide diff --git a/skills/monday-dashboard-builder/SKILL.md b/skills/monday-dashboard-builder/SKILL.md index 1cdc772..b4ceb5a 100644 --- a/skills/monday-dashboard-builder/SKILL.md +++ b/skills/monday-dashboard-builder/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-dashboard-builder description: Create dashboards, add widgets, configure chart types, and connect boards to build reporting views in Monday.com. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Dashboard Builder diff --git a/skills/monday-docs-management/SKILL.md b/skills/monday-docs-management/SKILL.md index 85d0d40..1c56250 100644 --- a/skills/monday-docs-management/SKILL.md +++ b/skills/monday-docs-management/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-docs-management description: Create, read, and append content to Monday Docs; manage version history and doc structure within workspaces. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Docs Management diff --git a/skills/monday-form-builder/SKILL.md b/skills/monday-form-builder/SKILL.md index 1dd8ac4..01ee731 100644 --- a/skills/monday-form-builder/SKILL.md +++ b/skills/monday-form-builder/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-form-builder description: Create Monday.com forms with questions, conditional logic, and response boards for data collection and intake workflows. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Form Builder diff --git a/skills/monday-item-operations/SKILL.md b/skills/monday-item-operations/SKILL.md index 9e0552d..2118a91 100644 --- a/skills/monday-item-operations/SKILL.md +++ b/skills/monday-item-operations/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-item-operations description: Create, update, move, archive, and delete Monday.com items and subitems across boards and groups. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Item Operations diff --git a/skills/monday-notetaker-meetings/SKILL.md b/skills/monday-notetaker-meetings/SKILL.md index 02f91b7..b9c636c 100644 --- a/skills/monday-notetaker-meetings/SKILL.md +++ b/skills/monday-notetaker-meetings/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-notetaker-meetings description: Access meeting notes, transcripts, summaries, and action items from Monday.com Notetaker for team meetings. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Notetaker Meetings diff --git a/skills/monday-notifications/SKILL.md b/skills/monday-notifications/SKILL.md index cebdfea..f7f6fde 100644 --- a/skills/monday-notifications/SKILL.md +++ b/skills/monday-notifications/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-notifications description: Send bell and email notifications to Monday.com users for alerts, reminders, and targeted communication. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Notifications diff --git a/skills/monday-project-tracking/SKILL.md b/skills/monday-project-tracking/SKILL.md index 7f9027f..98a51f9 100644 --- a/skills/monday-project-tracking/SKILL.md +++ b/skills/monday-project-tracking/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-project-tracking description: Track project timelines, dependencies, critical path, milestones, and status across Monday.com boards for project management. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Project Tracking diff --git a/skills/monday-resource-management/SKILL.md b/skills/monday-resource-management/SKILL.md index 0f17fb5..dd57677 100644 --- a/skills/monday-resource-management/SKILL.md +++ b/skills/monday-resource-management/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-resource-management description: Manage team assignments, workload distribution, and capacity planning across Monday.com boards and projects. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Resource Management diff --git a/skills/monday-sprint-planning/SKILL.md b/skills/monday-sprint-planning/SKILL.md index 7b905ed..d9582ad 100644 --- a/skills/monday-sprint-planning/SKILL.md +++ b/skills/monday-sprint-planning/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-sprint-planning description: Set up sprint boards, configure sprint metadata, plan iterations, and organize tasks for agile development on Monday.com. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Sprint Planning diff --git a/skills/monday-sprint-review/SKILL.md b/skills/monday-sprint-review/SKILL.md index fe017ab..cb8265b 100644 --- a/skills/monday-sprint-review/SKILL.md +++ b/skills/monday-sprint-review/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-sprint-review description: Analyze completed sprints for velocity, burndown, completion rates, and team performance on Monday.com. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Sprint Review diff --git a/skills/monday-tags-and-assets/SKILL.md b/skills/monday-tags-and-assets/SKILL.md index 753b0ef..28fbd31 100644 --- a/skills/monday-tags-and-assets/SKILL.md +++ b/skills/monday-tags-and-assets/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-tags-and-assets description: Manage tags for item categorization and handle file/asset uploads, downloads, and organization on Monday.com. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Tags and Assets diff --git a/skills/monday-updates-and-communication/SKILL.md b/skills/monday-updates-and-communication/SKILL.md index 8e18d84..065ace1 100644 --- a/skills/monday-updates-and-communication/SKILL.md +++ b/skills/monday-updates-and-communication/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-updates-and-communication description: Post updates and replies on Monday.com items and boards, use mentions, and read update history for collaboration. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Updates and Communication diff --git a/skills/monday-user-and-team-management/SKILL.md b/skills/monday-user-and-team-management/SKILL.md index bc8d89e..50402ac 100644 --- a/skills/monday-user-and-team-management/SKILL.md +++ b/skills/monday-user-and-team-management/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-user-and-team-management description: Manage Monday.com users and teams including lookups, permissions, team membership, and current user context. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday User and Team Management diff --git a/skills/monday-webhook-management/SKILL.md b/skills/monday-webhook-management/SKILL.md index f4d29ac..c1c3732 100644 --- a/skills/monday-webhook-management/SKILL.md +++ b/skills/monday-webhook-management/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-webhook-management description: Create, list, and delete Monday.com webhooks with challenge verification, JWT authentication, and event handling. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Webhook Management diff --git a/skills/monday-workflow-automation/SKILL.md b/skills/monday-workflow-automation/SKILL.md index fe6241f..8007122 100644 --- a/skills/monday-workflow-automation/SKILL.md +++ b/skills/monday-workflow-automation/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-workflow-automation description: Create and manage Monday.com automation recipes with triggers, conditions, and actions for workflow automation. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Workflow Automation diff --git a/skills/monday-workspace-organizer/SKILL.md b/skills/monday-workspace-organizer/SKILL.md index 9d0c8a5..a3e8fd5 100644 --- a/skills/monday-workspace-organizer/SKILL.md +++ b/skills/monday-workspace-organizer/SKILL.md @@ -1,7 +1,7 @@ --- name: monday-workspace-organizer description: Organize Monday.com workspaces, folders, and board hierarchy for clean project structure. -standards-version: 1.7.0 +standards-version: 1.9.0 --- # Monday Workspace Organizer