konductor 0.7.3 → 0.7.4

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.
@@ -14,19 +14,21 @@
14
14
  "code"
15
15
  ],
16
16
  "resources": [],
17
- "hooks": [
18
- {
19
- "event": "PostToolUse",
20
- "matcher": "write",
21
- "command": "konductor hook",
22
- "timeout_ms": 2000
23
- },
24
- {
25
- "event": "PreToolUse",
26
- "matcher": "shell",
27
- "command": "konductor hook",
28
- "timeout_ms": 1000
29
- }
30
- ],
17
+ "hooks": {
18
+ "preToolUse": [
19
+ {
20
+ "matcher": "shell",
21
+ "command": "konductor hook",
22
+ "timeout_ms": 1000
23
+ }
24
+ ],
25
+ "postToolUse": [
26
+ {
27
+ "matcher": "write",
28
+ "command": "konductor hook",
29
+ "timeout_ms": 2000
30
+ }
31
+ ]
32
+ },
31
33
  "prompt": ""
32
34
  }
@@ -14,19 +14,21 @@
14
14
  "code"
15
15
  ],
16
16
  "resources": [],
17
- "hooks": [
18
- {
19
- "event": "PostToolUse",
20
- "matcher": "write",
21
- "command": "konductor hook",
22
- "timeout_ms": 2000
23
- },
24
- {
25
- "event": "PreToolUse",
26
- "matcher": "shell",
27
- "command": "konductor hook",
28
- "timeout_ms": 1000
29
- }
30
- ],
17
+ "hooks": {
18
+ "preToolUse": [
19
+ {
20
+ "matcher": "shell",
21
+ "command": "konductor hook",
22
+ "timeout_ms": 1000
23
+ }
24
+ ],
25
+ "postToolUse": [
26
+ {
27
+ "matcher": "write",
28
+ "command": "konductor hook",
29
+ "timeout_ms": 2000
30
+ }
31
+ ]
32
+ },
31
33
  "prompt": ""
32
34
  }
@@ -19,19 +19,21 @@
19
19
  "file://.konductor/phases/*/plans/*.md",
20
20
  "file://.kiro/steering/**/*.md"
21
21
  ],
22
- "hooks": [
23
- {
24
- "event": "PostToolUse",
25
- "matcher": "write",
26
- "command": "konductor hook",
27
- "timeout_ms": 2000
28
- },
29
- {
30
- "event": "PreToolUse",
31
- "matcher": "shell",
32
- "command": "konductor hook",
33
- "timeout_ms": 1000
34
- }
35
- ],
22
+ "hooks": {
23
+ "preToolUse": [
24
+ {
25
+ "matcher": "shell",
26
+ "command": "konductor hook",
27
+ "timeout_ms": 1000
28
+ }
29
+ ],
30
+ "postToolUse": [
31
+ {
32
+ "matcher": "write",
33
+ "command": "konductor hook",
34
+ "timeout_ms": 2000
35
+ }
36
+ ]
37
+ },
36
38
  "prompt": ""
37
39
  }
@@ -17,19 +17,21 @@
17
17
  "file://.konductor/requirements.md",
18
18
  "file://.konductor/phases/*/plans/*.md"
19
19
  ],
20
- "hooks": [
21
- {
22
- "event": "PostToolUse",
23
- "matcher": "write",
24
- "command": "konductor hook",
25
- "timeout_ms": 2000
26
- },
27
- {
28
- "event": "PreToolUse",
29
- "matcher": "shell",
30
- "command": "konductor hook",
31
- "timeout_ms": 1000
32
- }
33
- ],
20
+ "hooks": {
21
+ "preToolUse": [
22
+ {
23
+ "matcher": "shell",
24
+ "command": "konductor hook",
25
+ "timeout_ms": 1000
26
+ }
27
+ ],
28
+ "postToolUse": [
29
+ {
30
+ "matcher": "write",
31
+ "command": "konductor hook",
32
+ "timeout_ms": 2000
33
+ }
34
+ ]
35
+ },
34
36
  "prompt": ""
35
37
  }
@@ -19,19 +19,21 @@
19
19
  "file://.konductor/roadmap.md",
20
20
  "file://.kiro/steering/**/*.md"
21
21
  ],
22
- "hooks": [
23
- {
24
- "event": "PostToolUse",
25
- "matcher": "write",
26
- "command": "konductor hook",
27
- "timeout_ms": 2000
28
- },
29
- {
30
- "event": "PreToolUse",
31
- "matcher": "shell",
32
- "command": "konductor hook",
33
- "timeout_ms": 1000
34
- }
35
- ],
22
+ "hooks": {
23
+ "preToolUse": [
24
+ {
25
+ "matcher": "shell",
26
+ "command": "konductor hook",
27
+ "timeout_ms": 1000
28
+ }
29
+ ],
30
+ "postToolUse": [
31
+ {
32
+ "matcher": "write",
33
+ "command": "konductor hook",
34
+ "timeout_ms": 2000
35
+ }
36
+ ]
37
+ },
36
38
  "prompt": ""
37
39
  }
@@ -18,19 +18,21 @@
18
18
  "file://.konductor/requirements.md",
19
19
  "file://.kiro/steering/**/*.md"
20
20
  ],
21
- "hooks": [
22
- {
23
- "event": "PostToolUse",
24
- "matcher": "write",
25
- "command": "konductor hook",
26
- "timeout_ms": 2000
27
- },
28
- {
29
- "event": "PreToolUse",
30
- "matcher": "shell",
31
- "command": "konductor hook",
32
- "timeout_ms": 1000
33
- }
34
- ],
21
+ "hooks": {
22
+ "preToolUse": [
23
+ {
24
+ "matcher": "shell",
25
+ "command": "konductor hook",
26
+ "timeout_ms": 1000
27
+ }
28
+ ],
29
+ "postToolUse": [
30
+ {
31
+ "matcher": "write",
32
+ "command": "konductor hook",
33
+ "timeout_ms": 2000
34
+ }
35
+ ]
36
+ },
35
37
  "prompt": ""
36
38
  }
@@ -18,19 +18,21 @@
18
18
  "file://.konductor/phases/*/plans/*.md",
19
19
  "file://.kiro/steering/**/*.md"
20
20
  ],
21
- "hooks": [
22
- {
23
- "event": "PostToolUse",
24
- "matcher": "write",
25
- "command": "konductor hook",
26
- "timeout_ms": 2000
27
- },
28
- {
29
- "event": "PreToolUse",
30
- "matcher": "shell",
31
- "command": "konductor hook",
32
- "timeout_ms": 1000
33
- }
34
- ],
21
+ "hooks": {
22
+ "preToolUse": [
23
+ {
24
+ "matcher": "shell",
25
+ "command": "konductor hook",
26
+ "timeout_ms": 1000
27
+ }
28
+ ],
29
+ "postToolUse": [
30
+ {
31
+ "matcher": "write",
32
+ "command": "konductor hook",
33
+ "timeout_ms": 2000
34
+ }
35
+ ]
36
+ },
35
37
  "prompt": ""
36
38
  }
@@ -39,19 +39,21 @@
39
39
  ]
40
40
  }
41
41
  },
42
- "hooks": [
43
- {
44
- "event": "PostToolUse",
45
- "matcher": "write",
46
- "command": "konductor hook",
47
- "timeout_ms": 2000
48
- },
49
- {
50
- "event": "PreToolUse",
51
- "matcher": "shell",
52
- "command": "konductor hook",
53
- "timeout_ms": 1000
54
- }
55
- ],
42
+ "hooks": {
43
+ "preToolUse": [
44
+ {
45
+ "matcher": "shell",
46
+ "command": "konductor hook",
47
+ "timeout_ms": 1000
48
+ }
49
+ ],
50
+ "postToolUse": [
51
+ {
52
+ "matcher": "write",
53
+ "command": "konductor hook",
54
+ "timeout_ms": 2000
55
+ }
56
+ ]
57
+ },
56
58
  "prompt": "Use the konductor MCP tools (state_init, state_get, state_transition, state_add_blocker, state_resolve_blocker, plans_list, status) for all state management instead of reading/writing state.toml directly."
57
59
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "konductor",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Spec-driven development orchestrator for Kiro CLI — MCP server and hook processor",
5
5
  "bin": {
6
6
  "konductor": "bin/konductor"