You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: rename project from mcp-slack-blockkit to mcp-slack-block-kit
Renames "Block Kit" everywhere to match Slack's own product name (two
words):
- GitHub repo: hishamkaram/mcp-slack-blockkit -> hishamkaram/mcp-slack-block-kit
- Go module path: github.com/hishamkaram/mcp-slack-block-kit
- Binary: mcp-slack-block-kit (cmd/mcp-slack-block-kit/)
- Public Go package: package block_kit (block_kit/)
- MCP tool names: convert_markdown_to_block_kit, validate_block_kit,
preview_block_kit, lint_block_kit (split_blocks unchanged)
- Cosign release-signature identity regex updated to new repo URL
- Homebrew formula name (next release will publish mcp-slack-block-kit)
Adds a path-scoped revive exclusion in .golangci.yml so the underscore
in package block_kit doesn't trip var-naming.
GitHub auto-redirects the old repo URL for ~12 months. External MCP
client configs with "command": "mcp-slack-blockkit" need to update.
CHANGELOG [Unreleased] / Changed documents the breaking surface.
Copy file name to clipboardExpand all lines: .claude/skills/release/SKILL.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
name: release
3
-
description: Cut a new release of mcp-slack-blockkit. Bump the version, move CHANGELOG `[Unreleased]` to a new version section, create a signed tag, push it, and confirm GoReleaser publishes successfully. Use when the maintainer asks for a release, a tag, or a version bump.
3
+
description: Cut a new release of mcp-slack-block-kit. Bump the version, move CHANGELOG `[Unreleased]` to a new version section, create a signed tag, push it, and confirm GoReleaser publishes successfully. Use when the maintainer asks for a release, a tag, or a version bump.
0 commit comments