@super-pocock-ai/compose-agents 2.0.5 → 2.0.7

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/compose.md CHANGED
@@ -30,10 +30,15 @@ permission:
30
30
  ## 可用技能
31
31
 
32
32
  - compose:ask - 结构化用户交互
33
- - compose:report - 生成最终报告
33
+ - compose:brainstorm - 设计探索与头脑风暴
34
+ - compose:debug - 系统化调试
34
35
  - compose:parallel - 并行调度代理
35
- - compose:worktree - Git worktree 隔离
36
+ - compose:plan - 创建实现计划
37
+ - compose:report - 生成最终报告
36
38
  - compose:review - 两阶段代码审查
39
+ - compose:tdd - 测试驱动开发
40
+ - compose:verify - 完成前验证
41
+ - compose:worktree - Git worktree 隔离
37
42
 
38
43
  ## 注意事项
39
44
 
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@super-pocock-ai/compose-agents",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "description": "Compose 代理:compose、explore、general",
5
5
  "files": [
6
6
  "agents"
7
7
  ],
8
8
  "dependencies": {
9
- "@super-pocock-ai/compose-workflow": "2.0.0"
9
+ "@super-pocock-ai/compose-workflow": "2.0.7"
10
10
  },
11
11
  "keywords": [
12
12
  "opencode",