opencode-swarm-plugin 0.62.0 → 0.62.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,6 +11,48 @@
11
11
  ]
12
12
  }
13
13
  ],
14
+ "SubagentStart": [
15
+ {
16
+ "matcher": "coordinator",
17
+ "hooks": [
18
+ {
19
+ "type": "command",
20
+ "command": "swarm claude coordinator-start"
21
+ }
22
+ ]
23
+ },
24
+ {
25
+ "matcher": "worker",
26
+ "hooks": [
27
+ {
28
+ "type": "command",
29
+ "command": "swarm claude worker-start"
30
+ }
31
+ ]
32
+ }
33
+ ],
34
+ "SubagentStop": [
35
+ {
36
+ "matcher": "",
37
+ "hooks": [
38
+ {
39
+ "type": "command",
40
+ "command": "swarm claude subagent-stop"
41
+ }
42
+ ]
43
+ }
44
+ ],
45
+ "Stop": [
46
+ {
47
+ "matcher": "",
48
+ "hooks": [
49
+ {
50
+ "type": "command",
51
+ "command": "swarm claude agent-stop"
52
+ }
53
+ ]
54
+ }
55
+ ],
14
56
  "UserPromptSubmit": [
15
57
  {
16
58
  "matcher": "",
@@ -40,6 +82,15 @@
40
82
  "command": "swarm claude pre-complete"
41
83
  }
42
84
  ]
85
+ },
86
+ {
87
+ "matcher": "TaskCreate|TaskUpdate",
88
+ "hooks": [
89
+ {
90
+ "type": "command",
91
+ "command": "swarm claude track-task"
92
+ }
93
+ ]
43
94
  }
44
95
  ],
45
96
  "PostToolUse": [
@@ -88,6 +139,15 @@
88
139
  }
89
140
  ]
90
141
  },
142
+ {
143
+ "matcher": "TaskUpdate",
144
+ "hooks": [
145
+ {
146
+ "type": "command",
147
+ "command": "swarm claude post-task-update"
148
+ }
149
+ ]
150
+ },
91
151
  {
92
152
  "matcher": "skills_create|skills_update|skills_init|mcp__plugin_swarm_swarm-tools__skills_create|mcp__plugin_swarm_swarm-tools__skills_update",
93
153
  "hooks": [