-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
43 lines (43 loc) · 1.53 KB
/
plugin.json
File metadata and controls
43 lines (43 loc) · 1.53 KB
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
41
42
43
{
"name": "issue-flow",
"version": "1.1.0",
"description": "Issue-driven development orchestrator packaged as a reusable Codex plugin bundle.",
"author": {
"name": "Crazygit",
"email": "opensource@crazygit.dev",
"url": "https://github.com/crazygit"
},
"homepage": "https://github.com/crazygit/issue-flow",
"repository": "https://github.com/crazygit/issue-flow",
"license": "MIT",
"keywords": [
"issue-driven",
"workflow",
"state-machine",
"agentic",
"development"
],
"skills": "./skills/",
"interface": {
"displayName": "Issue Flow",
"shortDescription": "Run issue-driven development from one Codex plugin entrypoint.",
"longDescription": "Issue Flow bundles workflow skills and hooks into a Codex-friendly plugin package. It drives both issue-driven delivery and lightweight bugfix repair flows from dedicated orchestrator skills.",
"developerName": "Crazygit",
"category": "Productivity",
"capabilities": [
"Read",
"Write",
"Shell",
"Skills"
],
"websiteURL": "https://github.com/crazygit/issue-flow",
"privacyPolicyURL": "https://github.com/crazygit/issue-flow/blob/main/README.md",
"termsOfServiceURL": "https://github.com/crazygit/issue-flow/blob/main/LICENSE",
"defaultPrompt": [
"Use issue-flow to turn this requirement into an issue and plan.",
"Resume the current issue-flow session in this worktree.",
"Use bugfix-flow to reproduce, fix, and verify a bug before opening a PR."
],
"brandColor": "#2563EB"
}
}