-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
36 lines (36 loc) · 939 Bytes
/
manifest.json
File metadata and controls
36 lines (36 loc) · 939 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
{
"name": "multi-agent-pack",
"version": "1.1.0",
"created_at": "2026-03-17T12:06:47+03:00",
"workspace_root": ".",
"package_root": "agents",
"artifacts": [
{
"label": "versioned",
"path": "dist/multi-agent-pack-v1.1.0.zip",
"size_bytes": 28421,
"sha256": "6E9632C9C8F6A4259242B61B7CC00E5A0A185083672264276DB82EE1CED75DD1"
},
{
"label": "latest",
"path": "dist/multi-agent-pack.zip"
}
],
"files": [
"README.md",
"CONTRIBUTING.md",
"WORKSTYLE.md",
"agents/README.md",
"agents/activation-guide.md",
"agents/operator-playbook.md",
"agents/agent-routing.md",
"agents/control-system-rules.md",
"agents/sync-protocol.md",
"agents/director.agent.md",
"agents/backend-engineer.agent.md",
"agents/frontend-engineer.agent.md",
"agents/qa-engineer.agent.md",
"agents/ui-ux-designer.agent.md",
"agents/use-agent.ps1"
]
}