-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarketplace.json
More file actions
26 lines (26 loc) · 872 Bytes
/
marketplace.json
File metadata and controls
26 lines (26 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"name": "weave-claude-plugin",
"version": "0.1.3",
"description": "Track Claude Code sessions in Weave for observability and debugging",
"owner": {
"name": "wandb"
},
"metadata": {
"description": "Official W&B Weave marketplace for the weave-claude plugin. Provides observability and debugging for Claude Code sessions by tracking turns, tool calls, and subagents in Weave."
},
"plugins": [
{
"name": "weave",
"version": "0.1.3",
"description": "Track Claude Code sessions in Weave for observability and debugging",
"source": {
"source": "github",
"repo": "wandb/claude_code_weave_plugin",
"ref": "v0.1.3",
"sha": "94eb1baccf7b1bf794a92c773fb93f6564cbff95"
},
"category": "observability"
}
]
}