forked from clearlove7818/iLongRun
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
31 lines (31 loc) · 713 Bytes
/
plugin.json
File metadata and controls
31 lines (31 loc) · 713 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
{
"name": "ilongrun",
"description": "iLongRun turns GitHub Copilot CLI into a resumable planner-of-planners swarm kernel with coding-discipline gates, workspace isolation, claim verification, and final audit control.",
"version": "0.9.0",
"author": {
"name": "zscc.in",
"url": "https://github.com/zscc"
},
"license": "MIT",
"keywords": [
"github-copilot-cli",
"ilongrun",
"swarm-kernel",
"planner-of-planners",
"long-running",
"agent",
"skills",
"fleet",
"final-audit",
"audit"
],
"category": "Productivity",
"tags": [
"copilot-cli",
"autopilot",
"swarm"
],
"agents": "agents/",
"skills": "skills/",
"hooks": "hooks.json"
}