Skip to content

Commit 2abfcd0

Browse files
Codestzclaude
andcommitted
chore: migrate homebrew tap to Codestz/homebrew-tap and bump to v0.1.1
- Update release workflow to push formula to consolidated tap - Update README brew tap instructions - Bump version to 0.1.1 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5107191 commit 2abfcd0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
210210
FILE_SHA=$(curl -s \
211211
-H "Authorization: token $TAP_TOKEN" \
212-
"https://api.github.com/repos/Codestz/homebrew-krait/contents/Formula/krait.rb" \
212+
"https://api.github.com/repos/Codestz/homebrew-tap/contents/Formula/krait.rb" \
213213
| jq -r '.sha // empty')
214214
215215
if [ -n "$FILE_SHA" ]; then
@@ -221,7 +221,7 @@ jobs:
221221
curl -sf -X PUT \
222222
-H "Authorization: token $TAP_TOKEN" \
223223
-H "Content-Type: application/json" \
224-
"https://api.github.com/repos/Codestz/homebrew-krait/contents/Formula/krait.rb" \
224+
"https://api.github.com/repos/Codestz/homebrew-tap/contents/Formula/krait.rb" \
225225
-d "$PAYLOAD"
226226
227227
echo "Homebrew tap updated to v${VERSION}"

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "krait-cli"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
description = "Code intelligence CLI for AI agents"
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Krait occupies the space in between: a headless LSP client you can use from any
6464
### Homebrew (macOS / Linux)
6565

6666
```bash
67-
brew tap Codestz/krait
67+
brew tap Codestz/tap
6868
brew install krait
6969
```
7070

0 commit comments

Comments
 (0)