-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 838 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 838 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
{
"name": "agent-trio",
"version": "0.2.0",
"type": "module",
"description": "Principled agentic coding: plan → build → review → learn workflow with builder and reviewer subagents",
"author": {
"name": "Avery Yen"
},
"homepage": "https://github.com/haplesshero13/agent-trio",
"repository": "https://github.com/haplesshero13/agent-trio",
"license": "MIT",
"main": ".opencode/plugins/agent-trio.js",
"files": [
"AGENTS.md",
"agents/",
"commands/",
"setup/",
"skills/",
".agents/plugins/",
".claude-plugin/",
".codex/",
"plugins/agent-trio/",
".opencode/agents/",
".opencode/plugins/",
".opencode/INSTALL.md"
],
"oc-plugin": [
"tui"
],
"keywords": [
"agents",
"workflow",
"builder",
"reviewer",
"tdd",
"agentic-coding"
]
}