@nail00749/agent-gvozd 0.1.8 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +68 -11
- package/defaults/agents/back-deep.jsonc +1923 -6
- package/defaults/agents/back-fast.jsonc +1908 -3
- package/defaults/agents/front-deep.jsonc +1978 -17
- package/defaults/agents/front-fast.jsonc +1963 -14
- package/defaults/agents/git.jsonc +20 -0
- package/defaults/agents/master-trusted.jsonc +32 -0
- package/defaults/agents/master.jsonc +0 -1
- package/defaults/agents/review-deep.jsonc +2443 -18
- package/defaults/agents/review-fast.jsonc +2428 -15
- package/defaults/agents/security.jsonc +2213 -29
- package/defaults/prompts/back-deep.md +1 -1
- package/defaults/prompts/back-fast.md +1 -1
- package/defaults/prompts/devops.md +1 -1
- package/defaults/prompts/front-deep.md +1 -1
- package/defaults/prompts/front-fast.md +1 -1
- package/defaults/prompts/master-trusted.md +7 -0
- package/defaults/prompts/master.md +2 -2
- package/defaults/prompts/review-deep.md +3 -1
- package/defaults/prompts/review-fast.md +1 -1
- package/defaults/prompts/security.md +3 -1
- package/dist/cli.js +162 -58
- package/dist/index.js +261 -2
- package/dist/tui.js +956 -0
- package/package.json +13 -3
- package/defaults/agents/verifier.jsonc +0 -1298
|
@@ -315,6 +315,26 @@
|
|
|
315
315
|
"resource": "wc *",
|
|
316
316
|
"effect": "allow"
|
|
317
317
|
},
|
|
318
|
+
{
|
|
319
|
+
"action": "shell",
|
|
320
|
+
"resource": "printf",
|
|
321
|
+
"effect": "allow"
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
"action": "shell",
|
|
325
|
+
"resource": "printf *",
|
|
326
|
+
"effect": "allow"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"action": "shell",
|
|
330
|
+
"resource": "echo",
|
|
331
|
+
"effect": "allow"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
"action": "shell",
|
|
335
|
+
"resource": "echo *",
|
|
336
|
+
"effect": "allow"
|
|
337
|
+
},
|
|
318
338
|
{
|
|
319
339
|
"action": "shell",
|
|
320
340
|
"resource": "sort",
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"description": "Master with full shell and edit access; use when the user grants a trusted session.",
|
|
3
|
+
"mode": "primary",
|
|
4
|
+
"fileLease": "coordinator",
|
|
5
|
+
"models": [
|
|
6
|
+
"openai/gpt-5.6-sol",
|
|
7
|
+
"openai/gpt-5.6-luna"
|
|
8
|
+
],
|
|
9
|
+
"prompt": "../prompts/master-trusted.md",
|
|
10
|
+
"skills": [],
|
|
11
|
+
"mcp": [],
|
|
12
|
+
"permissions": [
|
|
13
|
+
{ "action": "shell", "resource": "*", "effect": "allow" },
|
|
14
|
+
{ "action": "edit", "resource": "*", "effect": "allow" },
|
|
15
|
+
{ "action": "subagent", "resource": "*", "effect": "deny" },
|
|
16
|
+
{ "action": "subagent", "resource": "planner", "effect": "allow" },
|
|
17
|
+
{ "action": "subagent", "resource": "back-fast", "effect": "allow" },
|
|
18
|
+
{ "action": "subagent", "resource": "back-deep", "effect": "allow" },
|
|
19
|
+
{ "action": "subagent", "resource": "front-fast", "effect": "allow" },
|
|
20
|
+
{ "action": "subagent", "resource": "front-deep", "effect": "allow" },
|
|
21
|
+
{ "action": "subagent", "resource": "review-fast", "effect": "allow" },
|
|
22
|
+
{ "action": "subagent", "resource": "review-deep", "effect": "allow" },
|
|
23
|
+
{ "action": "subagent", "resource": "researcher", "effect": "allow" },
|
|
24
|
+
{ "action": "subagent", "resource": "explorer", "effect": "allow" },
|
|
25
|
+
{ "action": "subagent", "resource": "git", "effect": "allow" },
|
|
26
|
+
{ "action": "subagent", "resource": "docs", "effect": "allow" },
|
|
27
|
+
{ "action": "subagent", "resource": "debugger", "effect": "allow" },
|
|
28
|
+
{ "action": "subagent", "resource": "security", "effect": "allow" },
|
|
29
|
+
{ "action": "subagent", "resource": "devops", "effect": "allow" },
|
|
30
|
+
{ "action": "browser", "resource": "*", "effect": "deny" }
|
|
31
|
+
]
|
|
32
|
+
}
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
{ "action": "subagent", "resource": "explorer", "effect": "allow" },
|
|
23
23
|
{ "action": "subagent", "resource": "git", "effect": "allow" },
|
|
24
24
|
{ "action": "subagent", "resource": "docs", "effect": "allow" },
|
|
25
|
-
{ "action": "subagent", "resource": "verifier", "effect": "allow" },
|
|
26
25
|
{ "action": "subagent", "resource": "debugger", "effect": "allow" },
|
|
27
26
|
{ "action": "subagent", "resource": "security", "effect": "allow" },
|
|
28
27
|
{ "action": "subagent", "resource": "devops", "effect": "allow" },
|