@evo-dev/evodev 0.0.1-alpha → 0.0.1-alpha.10
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/dist/.claude-plugin/marketplace.json +2 -2
- package/dist/assets/agents/review/code-reviewer/examples.md +1 -1
- package/dist/assets/agents/review/code-reviewer/prompt.md +1 -1
- package/dist/assets/agents/review/code-reviewer/verification.md +1 -1
- package/dist/assets/skills/coding/knowledge-distillation/SKILL.md +251 -0
- package/dist/assets/skills/coding/knowledge-distillation/manifest.json +10 -0
- package/dist/assets/skills/coding/knowledge-distillation/references/knowledge-distillation-methods.md +126 -0
- package/dist/assets/team/agents/code-reviewer.md +48 -0
- package/dist/assets/team/agents/docs-maintainer.md +51 -0
- package/dist/assets/team/agents/implementation-engineer.md +51 -0
- package/dist/assets/team/agents/product-scope-analyst.md +58 -0
- package/dist/assets/team/agents/release-engineer.md +55 -0
- package/dist/assets/team/agents/security-boundary-reviewer.md +50 -0
- package/dist/assets/team/agents/solution-architect.md +51 -0
- package/dist/assets/team/agents/verification-engineer.md +51 -0
- package/dist/assets/team/team.md +102 -0
- package/dist/assets/workflows/rd-bug-fix/WORKFLOW.json +1 -1
- package/dist/assets/workflows/rd-code-review/WORKFLOW.json +1 -1
- package/dist/assets/workflows/rd-docs-update/WORKFLOW.json +1 -1
- package/dist/assets/workflows/rd-feature-implementation/WORKFLOW.json +1 -1
- package/dist/assets/workflows/rd-refactor/WORKFLOW.json +1 -1
- package/dist/assets/workflows/rd-release-readiness/WORKFLOW.json +1 -1
- package/dist/assets/workflows/rd-security-boundary-review/WORKFLOW.json +2 -2
- package/dist/assets/workflows/rd-test-generation/WORKFLOW.json +1 -1
- package/dist/index.js +29774 -9310
- package/dist/plugins/evodev/.claude-plugin/plugin.json +2 -2
- package/dist/plugins/evodev/.codex-plugin/plugin.json +8 -6
- package/dist/plugins/evodev/.mcp.json +6 -0
- package/dist/plugins/evodev/hooks/codex-hooks.json +10 -10
- package/dist/plugins/evodev/hooks/codex.ts +596 -34
- package/dist/plugins/evodev/hooks/hooks.json +18 -18
- package/dist/plugins/evodev/hooks/hooks.ts +470 -25
- package/dist/plugins/evodev/hooks/index.ts +15 -0
- package/dist/plugins/evodev/hooks/paths.ts +44 -1
- package/dist/plugins/evodev/hooks/plugin.ts +160 -9
- package/dist/plugins/evodev/hooks/runtime.ts +234 -43
- package/dist/plugins/evodev/hooks/transform-agent.ts +30 -0
- package/dist/plugins/evodev/hooks/workspace-core.ts +154 -0
- package/dist/plugins/evodev/package.json +3 -3
- package/dist/plugins/evodev/skills/engineering-discipline/SKILL.md +63 -0
- package/dist/plugins/evodev/skills/engineering-discipline/anti-patterns.md +21 -0
- package/dist/plugins/evodev/skills/engineering-discipline/examples.md +19 -0
- package/dist/plugins/evodev/skills/engineering-discipline/verification.md +11 -0
- package/dist/plugins/evodev/skills/knowledge-distillation/SKILL.md +251 -0
- package/dist/plugins/evodev/skills/knowledge-distillation/references/knowledge-distillation-methods.md +126 -0
- package/dist/ui/app.js +9 -0
- package/dist/ui/styles.css +2 -0
- package/package.json +9 -7
- package/dist/evodev +0 -11
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"description": "EvoDev
|
|
2
|
+
"description": "EvoDev observes Claude Code lifecycle events through evodev hook runtime for local trace and action-required advisories.",
|
|
3
3
|
"hooks": {
|
|
4
4
|
"SessionStart": [
|
|
5
5
|
{
|
|
6
6
|
"hooks": [
|
|
7
7
|
{
|
|
8
8
|
"type": "command",
|
|
9
|
-
"command": "
|
|
9
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
10
10
|
"timeout": 30
|
|
11
11
|
}
|
|
12
12
|
]
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"hooks": [
|
|
18
18
|
{
|
|
19
19
|
"type": "command",
|
|
20
|
-
"command": "
|
|
20
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
21
21
|
"timeout": 30
|
|
22
22
|
}
|
|
23
23
|
]
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"hooks": [
|
|
30
30
|
{
|
|
31
31
|
"type": "command",
|
|
32
|
-
"command": "
|
|
32
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
33
33
|
"timeout": 30
|
|
34
34
|
}
|
|
35
35
|
]
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"hooks": [
|
|
42
42
|
{
|
|
43
43
|
"type": "command",
|
|
44
|
-
"command": "
|
|
44
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
45
45
|
"timeout": 30
|
|
46
46
|
}
|
|
47
47
|
]
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"hooks": [
|
|
54
54
|
{
|
|
55
55
|
"type": "command",
|
|
56
|
-
"command": "
|
|
56
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
57
57
|
"timeout": 30
|
|
58
58
|
}
|
|
59
59
|
]
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"hooks": [
|
|
66
66
|
{
|
|
67
67
|
"type": "command",
|
|
68
|
-
"command": "
|
|
68
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
69
69
|
"timeout": 30
|
|
70
70
|
}
|
|
71
71
|
]
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"hooks": [
|
|
77
77
|
{
|
|
78
78
|
"type": "command",
|
|
79
|
-
"command": "
|
|
79
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
80
80
|
"timeout": 30
|
|
81
81
|
}
|
|
82
82
|
]
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"hooks": [
|
|
89
89
|
{
|
|
90
90
|
"type": "command",
|
|
91
|
-
"command": "
|
|
91
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
92
92
|
"timeout": 30
|
|
93
93
|
}
|
|
94
94
|
]
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"hooks": [
|
|
100
100
|
{
|
|
101
101
|
"type": "command",
|
|
102
|
-
"command": "
|
|
102
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
103
103
|
"timeout": 30
|
|
104
104
|
}
|
|
105
105
|
]
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"hooks": [
|
|
111
111
|
{
|
|
112
112
|
"type": "command",
|
|
113
|
-
"command": "
|
|
113
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
114
114
|
"timeout": 30
|
|
115
115
|
}
|
|
116
116
|
]
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"hooks": [
|
|
122
122
|
{
|
|
123
123
|
"type": "command",
|
|
124
|
-
"command": "
|
|
124
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
125
125
|
"timeout": 30
|
|
126
126
|
}
|
|
127
127
|
]
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"hooks": [
|
|
133
133
|
{
|
|
134
134
|
"type": "command",
|
|
135
|
-
"command": "
|
|
135
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
136
136
|
"timeout": 30
|
|
137
137
|
}
|
|
138
138
|
]
|
|
@@ -143,7 +143,7 @@
|
|
|
143
143
|
"hooks": [
|
|
144
144
|
{
|
|
145
145
|
"type": "command",
|
|
146
|
-
"command": "
|
|
146
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
147
147
|
"timeout": 30
|
|
148
148
|
}
|
|
149
149
|
]
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
"hooks": [
|
|
155
155
|
{
|
|
156
156
|
"type": "command",
|
|
157
|
-
"command": "
|
|
157
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
158
158
|
"timeout": 30
|
|
159
159
|
}
|
|
160
160
|
]
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
"hooks": [
|
|
166
166
|
{
|
|
167
167
|
"type": "command",
|
|
168
|
-
"command": "
|
|
168
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
169
169
|
"timeout": 30
|
|
170
170
|
}
|
|
171
171
|
]
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"hooks": [
|
|
177
177
|
{
|
|
178
178
|
"type": "command",
|
|
179
|
-
"command": "
|
|
179
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
180
180
|
"timeout": 30
|
|
181
181
|
}
|
|
182
182
|
]
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"hooks": [
|
|
188
188
|
{
|
|
189
189
|
"type": "command",
|
|
190
|
-
"command": "
|
|
190
|
+
"command": "cd \"${CLAUDE_PLUGIN_ROOT}\" && bun run hooks/runtime.ts hook runtime --target claude",
|
|
191
191
|
"timeout": 5
|
|
192
192
|
}
|
|
193
193
|
]
|