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.
- package/agents/konductor-codebase-mapper.json +16 -14
- package/agents/konductor-discoverer.json +16 -14
- package/agents/konductor-executor.json +16 -14
- package/agents/konductor-plan-checker.json +16 -14
- package/agents/konductor-planner.json +16 -14
- package/agents/konductor-researcher.json +16 -14
- package/agents/konductor-verifier.json +16 -14
- package/agents/konductor.json +16 -14
- package/package.json +1 -1
|
@@ -14,19 +14,21 @@
|
|
|
14
14
|
"code"
|
|
15
15
|
],
|
|
16
16
|
"resources": [],
|
|
17
|
-
"hooks":
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
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
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
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
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
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
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
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
|
}
|
package/agents/konductor.json
CHANGED
|
@@ -39,19 +39,21 @@
|
|
|
39
39
|
]
|
|
40
40
|
}
|
|
41
41
|
},
|
|
42
|
-
"hooks":
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
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
|
}
|