Skip to content

Commit 83522d8

Browse files
committed
add claude settings to see if we can get plugins in web
1 parent f581cd0 commit 83522d8

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"enabledPlugins": {
3+
"spectacular@spectacular": true,
4+
"superpowers@superpowers-marketplace": true
5+
},
6+
"extraKnownMarketplaces": {
7+
"spectacular": {
8+
"repo": "arittr/spectacular",
9+
"source": "github"
10+
},
11+
"superpowers-marketplace": {
12+
"repo": "obra/superpowers-marketplace",
13+
"source": "github"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)