Skip to content

Commit 1373899

Browse files
committed
Update marketplace.json
Signed-off-by: Muhammad Hashim <msg@mhashim6.me>
1 parent 5e0d809 commit 1373899

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
{
88
"name": "kauri",
99
"source": {
10-
"source": "github",
11-
"repo": "mhashim6/kauri",
10+
"source": "git-subdir",
11+
"url": "mhashim6/kauri",
1212
"path": "plugins/claude-code"
1313
},
14-
"description": "Decision memory for coding sessions — hooks, skills, and 12 MCP tools",
14+
"description": "Deterministic decision records for agents and humans — hooks, skills, and 12 MCP tools",
1515
"version": "0.1.0"
1616
}
1717
]

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ With the Claude Code plugin, Kauri is part of every session:
2424

2525
```bash
2626
# Use with Claude Code
27-
claude plugin install kauri-claude-code
27+
/plugin marketplace add mhashim6/kauri
28+
/plugin install kauri@kauri
2829
```
2930

3031
Works with any MCP-compatible agent (Cursor, Windsurf, etc.) via `kauri serve`.
@@ -51,9 +52,7 @@ brew install kauri
5152

5253
Download the binary for your platform from [Releases](https://github.com/mhashim6/kauri/releases) and add it to your PATH.
5354

54-
Available binaries: `kauri-darwin-arm64`, `kauri-darwin-x64` _(linux and windows are supported, I'm just too cheap to pay for the CI minutes to build them right now, you can build from source or wait a bit :) )_
55-
56-
<!-- Available binaries: `kauri-darwin-arm64`, `kauri-darwin-x64`, `kauri-linux-x64`, `kauri-windows-x64.exe` -->
55+
Available binaries: `kauri-darwin-arm64`, `kauri-darwin-x64`, `kauri-linux-x64`, `kauri-windows-x64.exe`
5756

5857
### Build from source
5958

@@ -66,7 +65,8 @@ bun install && bun run build
6665
### Claude Code plugin
6766

6867
```bash
69-
claude plugin install kauri-claude-code
68+
/plugin marketplace add mhashim6/kauri
69+
/plugin install kauri@kauri
7070
```
7171

7272
Or add the MCP server directly (works with any MCP client):

0 commit comments

Comments
 (0)