Skip to content

Commit 8feefe6

Browse files
authored
feat: provide Claude Code plugin marketplace (#13)
* feat: provide Claude Code plugin marketplace * Merge branch 'main' into claude-plugin-marketplace * main: chore: mark bug as fixed chore: beans chore: cleanup chore: bean update docs: update prompt.tmpl to prioritize GraphQL for queries * Revert changes to README.md for now
1 parent 688fb0e commit 8feefe6

File tree

4 files changed

+53
-26
lines changed

4 files changed

+53
-26
lines changed

.claude-plugin/marketplace.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "beans",
3+
"owner": {
4+
"name": "Beans - The CLI Issue Tracker for Humans and Robots",
5+
"email": "[email protected]"
6+
},
7+
"plugins": [
8+
{
9+
"name": "beans",
10+
"source": "./extras/claude/plugins/beans",
11+
"description": "Configure Claude Code to track work using Beans.",
12+
"version": "1.0.0"
13+
}
14+
]
15+
}

.claude/settings.json

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "beans",
3+
"version": "1.0.0",
4+
"description": "Configure Claude Code to track work using Beans.",
5+
"author": {
6+
"name": "Hendrik Mans",
7+
"email": "[email protected]"
8+
},
9+
"repository": "https://github.com/hmans/beans",
10+
"license": "MIT",
11+
"keywords": ["beans", "issue-tracker", "agentic"]
12+
}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"hooks": {
3+
"SessionStart": [
4+
{
5+
"matcher": "",
6+
"hooks": [
7+
{
8+
"type": "command",
9+
"command": "beans prime"
10+
}
11+
]
12+
}
13+
],
14+
"PreCompact": [
15+
{
16+
"matcher": "",
17+
"hooks": [
18+
{
19+
"type": "command",
20+
"command": "beans prime"
21+
}
22+
]
23+
}
24+
]
25+
}
26+
}

0 commit comments

Comments
 (0)