Skip to content

Commit af90413

Browse files
cvclaude
andcommitted
fix: Replace post_install with caveats for skill install
Homebrew's sandbox blocks post_install from writing to ~/.claude/. Using caveats instead displays a message telling users to run `mcs skill install` manually after installation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 475705c commit af90413

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.goreleaser.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ brews:
5252
license: MIT
5353
install: |
5454
bin.install "mcs"
55-
post_install: |
56-
system "#{bin}/mcs", "skill", "install"
55+
caveats: |
56+
To enable Claude Code integration, run:
57+
mcs skill install
5758
test: |
5859
system "#{bin}/mcs", "--version"
5960

0 commit comments

Comments
 (0)