From cbd3e90781c85c429581c6be3eec1a06bff307e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 18:11:00 +0000 Subject: [PATCH] chore: release --- .changeset/clarify-plugin-descriptions.md | 5 ----- .changeset/sharpen-messaging-search-skills.md | 5 ----- .changeset/standardize-skill-descriptions.md | 5 ----- .claude-plugin/plugin.json | 2 +- .codex-plugin/plugin.json | 2 +- .cursor-plugin/plugin.json | 2 +- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 8 files changed, 12 insertions(+), 19 deletions(-) delete mode 100644 .changeset/clarify-plugin-descriptions.md delete mode 100644 .changeset/sharpen-messaging-search-skills.md delete mode 100644 .changeset/standardize-skill-descriptions.md diff --git a/.changeset/clarify-plugin-descriptions.md b/.changeset/clarify-plugin-descriptions.md deleted file mode 100644 index 9f06be9..0000000 --- a/.changeset/clarify-plugin-descriptions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"slack": patch ---- - -Clarify Claude and Cursor plugin manifest descriptions so both user and developer audiences are discoverable. The Codex manifest describes skills only and does not claim workspace interaction, since the MCP server is not wired into the Codex surface. \ No newline at end of file diff --git a/.changeset/sharpen-messaging-search-skills.md b/.changeset/sharpen-messaging-search-skills.md deleted file mode 100644 index 57ea55b..0000000 --- a/.changeset/sharpen-messaging-search-skills.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"slack": patch ---- - -Sharpen the slack-messaging and slack-search skill guidance: clearer trigger descriptions, accurate standard-markdown formatting rules (tables, headers, code blocks), more search modifiers and parameters, and scope notes linking to related skills. diff --git a/.changeset/standardize-skill-descriptions.md b/.changeset/standardize-skill-descriptions.md deleted file mode 100644 index 575c606..0000000 --- a/.changeset/standardize-skill-descriptions.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"slack": patch ---- - -Standardize every skill `description` to lead with its triggering conditions in consistent, impersonal phrasing, so the right skill loads more reliably for a given task. Documents the description convention in the maintainers guide and adds unit checks (length cap, trigger cue, impersonal voice) to keep future skills aligned. diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index e8b8ea7..3a266b4 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json", "name": "slack", "description": "Slack AI tools for users and developers: interact with your workspace via the Slack MCP server and use skills to develop Slack apps.", - "version": "1.2.0", + "version": "1.2.1", "author": { "name": "Slack", "url": "https://slack.com" diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json index ec37a82..6c388ca 100644 --- a/.codex-plugin/plugin.json +++ b/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "slack", - "version": "1.2.0", + "version": "1.2.1", "description": "Slack skills for developing apps with the Slack CLI, Bolt frameworks, Web API, and Block Kit", "author": { "name": "Slack", diff --git a/.cursor-plugin/plugin.json b/.cursor-plugin/plugin.json index 5df44df..4d4dbf9 100644 --- a/.cursor-plugin/plugin.json +++ b/.cursor-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "slack", "description": "Slack AI tools for users and developers: interact with your workspace via the Slack MCP server and use skills to develop Slack apps.", - "version": "1.2.0", + "version": "1.2.1", "mcpServers": "../.cursor-mcp.json", "author": { "name": "Slack", diff --git a/CHANGELOG.md b/CHANGELOG.md index 2adc042..cca8216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # slack +## 1.2.1 + +### Patch Changes + +- 77a1079: Clarify Claude and Cursor plugin manifest descriptions so both user and developer audiences are discoverable. The Codex manifest describes skills only and does not claim workspace interaction, since the MCP server is not wired into the Codex surface. +- c17458c: Sharpen the slack-messaging and slack-search skill guidance: clearer trigger descriptions, accurate standard-markdown formatting rules (tables, headers, code blocks), more search modifiers and parameters, and scope notes linking to related skills. +- 1251c73: Standardize every skill `description` to lead with its triggering conditions in consistent, impersonal phrasing, so the right skill loads more reliably for a given task. Documents the description convention in the maintainers guide and adds unit checks (length cap, trigger cue, impersonal voice) to keep future skills aligned. + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index 4b391b8..c4bc4c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slack", - "version": "1.2.0", + "version": "1.2.1", "private": true, "engines": { "node": ">=26"