Skip to content

Commit 0752dad

Browse files
committed
chore: bump plugin to v1.3.0, reset hooks config
- Bump plugin version 1.2.0 → 1.3.0 with autonomous pipeline keywords - Clear hooks.json to empty state (hooks were previously configured)
1 parent 87a72e6 commit 0752dad

2 files changed

Lines changed: 6 additions & 29 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aw-author",
3-
"version": "1.2.0",
4-
"description": "Guided authoring, validation, and refinement of GitHub Agentic Workflow (gh-aw) markdown files. Includes daily ecosystem intelligence reporting, knowledge base management, and GitHub Discussions integration. Supports interactive guided mode, one-shot generation, validation via gh aw compile, improvement analysis, debugging, intelligence sweeps, and status briefings.",
3+
"version": "1.3.0",
4+
"description": "Guided authoring, validation, and refinement of GitHub Agentic Workflow (gh-aw) markdown files. Includes fully autonomous daily intelligence pipeline (research, gap analysis, implementation, PR to develop), ecosystem monitoring, knowledge base management, and GitHub Discussions integration.",
55
"author": {
66
"name": "Robert Allen",
77
"email": "zircote@gmail.com"
@@ -15,6 +15,8 @@
1515
"github-actions",
1616
"workflow-authoring",
1717
"intelligence-reporting",
18-
"ecosystem-monitoring"
18+
"ecosystem-monitoring",
19+
"autonomous-pipeline",
20+
"daily-intelligence"
1921
]
2022
}

hooks/hooks.json

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
11
{
2-
"hooks": {
3-
"PostToolUse": [
4-
{
5-
"matcher": "Edit|Write",
6-
"hooks": [
7-
{
8-
"type": "command",
9-
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/check-workflow-edit.sh",
10-
"statusMessage": "Checking gh-aw workflow status..."
11-
}
12-
]
13-
}
14-
],
15-
"Stop": [
16-
{
17-
"matcher": "",
18-
"hooks": [
19-
{
20-
"type": "command",
21-
"command": "bash ${CLAUDE_PLUGIN_ROOT}/hooks/check-uncompiled-workflows.sh",
22-
"statusMessage": "Checking for uncompiled gh-aw workflows..."
23-
}
24-
]
25-
}
26-
]
27-
}
2+
"hooks": {}
283
}

0 commit comments

Comments
 (0)