Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"name": "lvms-ci",
"source": "./plugins/lvms-ci",
"description": "LVMS CI Automation",
"version": "1.3.1"
"version": "1.3.2"
},
{
"name": "mcp-atlassian",
Expand All @@ -70,7 +70,7 @@
"name": "microshift-ci",
"source": "./plugins/microshift-ci",
"description": "MicroShift CI Automation",
"version": "1.5.3"
"version": "1.5.4"
},
{
"name": "microshift-dev",
Expand Down
2 changes: 1 addition & 1 deletion plugins/lvms-ci/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lvms-ci",
"description": "LVMS CI Automation",
"version": "1.3.1",
"version": "1.3.2",
"author": {
"name": "knarra"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"hooks": [
{
"type": "command",
"command": "python3 \"$CLAUDE_PLUGIN_ROOT/scripts/validate-rca-output.py\"",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/validate-rca-output.py\"",
"timeout": 30,
"statusMessage": "Validating RCA output schema..."
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/microshift-ci/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "microshift-ci",
"description": "MicroShift CI Automation",
"version": "1.5.3",
"version": "1.5.4",
"author": {
"name": "ggiguash"
},
Expand Down
17 changes: 0 additions & 17 deletions plugins/microshift-ci/.claude/settings.json

This file was deleted.

13 changes: 13 additions & 0 deletions plugins/microshift-ci/hooks/hooks.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@
}
]
}
],
"SubagentStop": [
{
"matcher": "microshift-ci:prow-job-analyzer",
"hooks": [
{
"type": "command",
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/scripts/validate-rca-output.py\"",
"timeout": 30,
"statusMessage": "Validating RCA output schema..."
}
]
}
]
}
}