@evo-dev/evodev 0.0.1-alpha.2 → 0.0.1-alpha.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/dist/.agents/skills/evodev-release/SKILL.md +183 -0
- package/dist/.claude-plugin/marketplace.json +2 -2
- 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/index.js +8355 -6649
- package/dist/plugins/evodev/.claude-plugin/plugin.json +1 -1
- package/dist/plugins/evodev/.codex-plugin/plugin.json +1 -1
- package/dist/plugins/evodev/hooks/runtime.ts +1 -0
- package/dist/plugins/evodev/package.json +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: evodev-rd-team
|
|
3
|
+
description: Default EvoDev R&D delivery team for scoped software engineering work.
|
|
4
|
+
version: 1
|
|
5
|
+
agents:
|
|
6
|
+
product-scope-analyst: global:product-scope-analyst
|
|
7
|
+
solution-architect: global:solution-architect
|
|
8
|
+
implementation-engineer: global:implementation-engineer
|
|
9
|
+
verification-engineer: global:verification-engineer
|
|
10
|
+
code-reviewer: global:code-reviewer
|
|
11
|
+
security-boundary-reviewer: global:security-boundary-reviewer
|
|
12
|
+
docs-maintainer: global:docs-maintainer
|
|
13
|
+
release-engineer: global:release-engineer
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# EvoDev R&D Team
|
|
17
|
+
|
|
18
|
+
## Operating Model
|
|
19
|
+
|
|
20
|
+
Main is the conductor. Handle simple questions and tiny edits directly. Use role agents only when role separation improves correctness, coverage, safety, or latency.
|
|
21
|
+
|
|
22
|
+
Start only the roles needed for the current runnable batch. Send each role a self-contained assignment with goal, constraints, relevant files, expected output, and verification expectations. After delegating runnable work, end the turn instead of polling.
|
|
23
|
+
|
|
24
|
+
## Default Routing
|
|
25
|
+
|
|
26
|
+
Use product-scope-analyst when requirements, acceptance criteria, or product boundaries are unclear.
|
|
27
|
+
|
|
28
|
+
Use solution-architect before broad refactors, cross-module changes, runtime architecture changes, storage model changes, or workflow design.
|
|
29
|
+
|
|
30
|
+
Use implementation-engineer for scoped code, config, and test edits.
|
|
31
|
+
|
|
32
|
+
Use verification-engineer for reproduction, tests, regression checks, failing gates, and test-gap analysis.
|
|
33
|
+
|
|
34
|
+
Use code-reviewer before final synthesis on non-trivial code changes.
|
|
35
|
+
|
|
36
|
+
Use security-boundary-reviewer for changes touching user HOME, Code Agent config, hooks, trace/logging, knowledge/memory, release packaging, secrets, external network behavior, or project asset writes.
|
|
37
|
+
|
|
38
|
+
Use docs-maintainer for architecture, roadmap, guide, command, workflow, release, or boundary documentation updates.
|
|
39
|
+
|
|
40
|
+
Use release-engineer for versioning, release readiness, CI/package validation, tag-driven release, and npm publishing checks.
|
|
41
|
+
|
|
42
|
+
## Execution Playbooks
|
|
43
|
+
|
|
44
|
+
Minimal question or tiny edit:
|
|
45
|
+
|
|
46
|
+
- main handles directly.
|
|
47
|
+
|
|
48
|
+
Standard code change:
|
|
49
|
+
|
|
50
|
+
- implementation-engineer -> verification-engineer -> code-reviewer.
|
|
51
|
+
|
|
52
|
+
Ambiguous feature or product-facing behavior:
|
|
53
|
+
|
|
54
|
+
- product-scope-analyst -> solution-architect -> implementation-engineer -> verification-engineer.
|
|
55
|
+
|
|
56
|
+
Cross-module refactor, runtime, storage, workflow, or team change:
|
|
57
|
+
|
|
58
|
+
- solution-architect -> implementation-engineer -> verification-engineer -> code-reviewer.
|
|
59
|
+
|
|
60
|
+
Sensitive user-directory, hook, trace, memory, package, or privacy change:
|
|
61
|
+
|
|
62
|
+
- solution-architect -> implementation-engineer -> security-boundary-reviewer -> verification-engineer.
|
|
63
|
+
|
|
64
|
+
Documentation-only change:
|
|
65
|
+
|
|
66
|
+
- docs-maintainer -> verification-engineer when examples, links, or commands need checking.
|
|
67
|
+
|
|
68
|
+
Release or packaging change:
|
|
69
|
+
|
|
70
|
+
- release-engineer -> docs-maintainer when install or release docs change -> verification-engineer.
|
|
71
|
+
|
|
72
|
+
## Review Gates
|
|
73
|
+
|
|
74
|
+
Security or privacy-sensitive work requires security-boundary-reviewer before final synthesis.
|
|
75
|
+
|
|
76
|
+
Release/package changes require release-engineer before final synthesis.
|
|
77
|
+
|
|
78
|
+
User-facing CLI/runtime behavior changes require verification-engineer and docs-maintainer review.
|
|
79
|
+
|
|
80
|
+
Non-trivial code changes require code-reviewer unless the user explicitly scopes review out.
|
|
81
|
+
|
|
82
|
+
## Communication Rules
|
|
83
|
+
|
|
84
|
+
Role agents report concise findings, changed files, commands run, pass/fail status, and remaining risks.
|
|
85
|
+
|
|
86
|
+
Role agent outputs should end with a stable handoff block:
|
|
87
|
+
|
|
88
|
+
```text
|
|
89
|
+
STATUS: PASS | NEEDS_ACTION | BLOCKED
|
|
90
|
+
HANDOFF_TO: <roleId | main>
|
|
91
|
+
USER_VISIBLE_SUMMARY: <one concise summary>
|
|
92
|
+
EVIDENCE:
|
|
93
|
+
- <file/command/finding>
|
|
94
|
+
OPEN_RISKS:
|
|
95
|
+
- <risk or none>
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
Do not paste raw secrets, long source dumps, raw prompts, raw command output, or full transcripts into team messages.
|
|
99
|
+
|
|
100
|
+
Do not auto-start roles just because they are declared.
|
|
101
|
+
|
|
102
|
+
Do not use role agents as a progress polling loop.
|