Skip to content

Commit 770377f

Browse files
committed
chore: fix claude-plugin v2
1 parent 89c2da7 commit 770377f

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "xcsift",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Automatically pipe xcodebuild and swift build output through xcsift for structured TOON format optimized for LLM consumption",
5-
"hooks": "./hooks/hooks.json",
65
"skills": "./skills"
76
}
Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
{
2-
"hooks": [
3-
{
4-
"matcher": "Bash",
5-
"hooks": [
6-
{
7-
"type": "preToolUse",
8-
"command": "./scripts/pre-xcsift.sh"
9-
}
10-
]
11-
}
12-
]
2+
"description": "xcsift: automatically pipe xcodebuild/swift build commands through xcsift for structured TOON output",
3+
"hooks": {
4+
"PreToolUse": [
5+
{
6+
"matcher": "Bash",
7+
"hooks": [
8+
{
9+
"type": "command",
10+
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/pre-xcsift.sh",
11+
"timeout": 30
12+
}
13+
]
14+
}
15+
]
16+
}
1317
}

0 commit comments

Comments
 (0)