-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
38 lines (38 loc) · 1.42 KB
/
plugin.json
File metadata and controls
38 lines (38 loc) · 1.42 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
{
"name": "agent-loop",
"version": "1.1.0",
"description": "Agent-guided single-human development loop. The agent controls workflow mechanics—stage classification, reference loading, artifact production, and human gates. Human controls goals and decisions. TDD by default.",
"author": {
"name": "Shadow-linux",
"url": "https://github.com/Shadow-linux"
},
"homepage": "https://github.com/Shadow-linux/agent-loop",
"repository": "https://github.com/Shadow-linux/agent-loop",
"license": "MIT",
"keywords": [
"agent-loop",
"workflow",
"tdd",
"planning",
"development",
"agent-guided"
],
"skills": "./",
"interface": {
"displayName": "Agent Loop",
"shortDescription": "Agent-guided development loop from goal intake to verified close",
"longDescription": "The agent acts as controller: inspects project state, classifies the entry scenario, loads stage-specific references, produces or updates agent-loop artifacts, and stops at human gates. The human controls goals, source requirements, and stage approvals. TDD is default. No stage skipping.",
"developerName": "Shadow-linux",
"category": "Coding",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"I want to initialize agent-loop for this project.",
"Let's continue the current feature."
],
"websiteURL": "https://github.com/Shadow-linux/agent-loop"
}
}