-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 783 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "aigroup-workflow",
"version": "2.2.2",
"description": "AI 团队协作框架 — 通过角色派遣、工作流管道和 Harness 传感器驱动 AI 协作开发",
"type": "module",
"bin": {
"aigroup": "bin/aigroup.mjs",
"aig": "bin/aigroup.mjs"
},
"files": [
"bin/",
"cli/",
"docs/",
"agents/",
"skills/",
"scripts/",
"manifests/",
".claude/commands/",
".claude/settings.json",
".claude/hooks.json",
".claude-plugin/",
".codex/",
".codex-plugin/",
"CLAUDE.md",
"AGENTS.md"
],
"keywords": [
"claude-code",
"ai-agent",
"workflow",
"harness",
"cli"
],
"author": "shuaishuai-li",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {}
}