metaharness 0.1.2 → 0.1.3
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/package.json +1 -1
- package/templates/minimal/.claude-plugin/plugin.json.tmpl +13 -0
- package/templates/minimal/manifest.json +1 -0
- package/templates/vertical_advertising/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_advertising/manifest.json +5 -0
- package/templates/vertical_agentics/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_agentics/manifest.json +5 -0
- package/templates/vertical_ai/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_ai/manifest.json +5 -0
- package/templates/vertical_business/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_business/manifest.json +5 -0
- package/templates/vertical_coding/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_coding/manifest.json +5 -0
- package/templates/vertical_crm/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_crm/manifest.json +5 -0
- package/templates/vertical_devops/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_devops/manifest.json +76 -13
- package/templates/vertical_education/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_education/manifest.json +5 -0
- package/templates/vertical_exotic/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_exotic/manifest.json +5 -0
- package/templates/vertical_gaming/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_gaming/manifest.json +5 -0
- package/templates/vertical_health/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_health/manifest.json +5 -0
- package/templates/vertical_legal/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_legal/manifest.json +66 -11
- package/templates/vertical_marketing/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_marketing/manifest.json +5 -0
- package/templates/vertical_repo-maintainer/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_repo-maintainer/manifest.json +5 -0
- package/templates/vertical_research/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_research/manifest.json +81 -14
- package/templates/vertical_ruview/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_ruview/manifest.json +5 -0
- package/templates/vertical_sales/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_sales/manifest.json +5 -0
- package/templates/vertical_support/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_support/manifest.json +76 -13
- package/templates/vertical_trading/.claude-plugin/plugin.json.tmpl +23 -0
- package/templates/vertical_trading/manifest.json +76 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "metaharness",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "MetaHarness — mint a custom AI agent harness from any repo. Browser Studio + `npx metaharness` CLI. Runs on Claude Code, Codex, pi.dev, Hermes, OpenClaw, RVM.",
|
|
5
5
|
"homepage": "https://github.com/ruvnet/agent-harness-generator",
|
|
6
6
|
"repository": {
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": ["agent-harness", "metaharness-scaffold"],
|
|
11
|
+
"tags": ["metaharness", "agent-harness"],
|
|
12
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
13
|
+
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
{ "src": "CLAUDE.md.tmpl", "dst": "CLAUDE.md", "render": true },
|
|
7
7
|
{ "src": "README.md.tmpl", "dst": "README.md", "render": true },
|
|
8
8
|
{ "src": ".claude/settings.json.tmpl", "dst": ".claude/settings.json", "render": true },
|
|
9
|
+
{ "src": ".claude-plugin/plugin.json.tmpl", "dst": ".claude-plugin/plugin.json", "render": true },
|
|
9
10
|
{ "src": "src/init.ts.tmpl", "dst": "src/init.ts", "render": true }
|
|
10
11
|
],
|
|
11
12
|
"vars": [
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"Growth",
|
|
14
|
+
"advertising/media"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:advertising",
|
|
20
|
+
"advertising/media"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"Frontier",
|
|
14
|
+
"agentics/orchestration"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:agentics",
|
|
20
|
+
"agentics/orchestration"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"Engineering",
|
|
14
|
+
"ai/ml-lifecycle"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:ai",
|
|
20
|
+
"ai/ml-lifecycle"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"Business",
|
|
14
|
+
"business/strategy"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:business",
|
|
20
|
+
"business/strategy"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"Engineering",
|
|
14
|
+
"software-engineering"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:coding",
|
|
20
|
+
"software-engineering"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"Customer",
|
|
14
|
+
"crm/lifecycle"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:crm",
|
|
20
|
+
"crm/lifecycle"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"vertical",
|
|
14
|
+
"devops/incident-response"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:devops",
|
|
20
|
+
"devops/incident-response"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -3,20 +3,83 @@
|
|
|
3
3
|
"description": "DevOps incident response harness — 4 agents (responder, runbook, escalator, postmortem), 3 MCP servers (kernel + alerts + runbook-store), opinionated routing rules for on-call workflows",
|
|
4
4
|
"domain": "devops/incident-response",
|
|
5
5
|
"files": [
|
|
6
|
-
{
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
{
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
6
|
+
{
|
|
7
|
+
"src": "package.json.tmpl",
|
|
8
|
+
"dst": "package.json",
|
|
9
|
+
"render": true
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"src": "CLAUDE.md.tmpl",
|
|
13
|
+
"dst": "CLAUDE.md",
|
|
14
|
+
"render": true
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"src": "README.md.tmpl",
|
|
18
|
+
"dst": "README.md",
|
|
19
|
+
"render": true
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"src": ".claude/settings.json.tmpl",
|
|
23
|
+
"dst": ".claude/settings.json",
|
|
24
|
+
"render": true
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"src": ".claude-plugin/plugin.json.tmpl",
|
|
28
|
+
"dst": ".claude-plugin/plugin.json",
|
|
29
|
+
"render": true
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"src": "src/init.ts.tmpl",
|
|
33
|
+
"dst": "src/init.ts",
|
|
34
|
+
"render": true
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"src": "src/agents/responder.ts.tmpl",
|
|
38
|
+
"dst": "src/agents/responder.ts",
|
|
39
|
+
"render": true
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"src": "src/agents/runbook-runner.ts.tmpl",
|
|
43
|
+
"dst": "src/agents/runbook-runner.ts",
|
|
44
|
+
"render": true
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"src": "src/agents/escalator.ts.tmpl",
|
|
48
|
+
"dst": "src/agents/escalator.ts",
|
|
49
|
+
"render": true
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"src": "src/agents/postmortem.ts.tmpl",
|
|
53
|
+
"dst": "src/agents/postmortem.ts",
|
|
54
|
+
"render": true
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"src": "runbooks/README.md.tmpl",
|
|
58
|
+
"dst": "runbooks/README.md",
|
|
59
|
+
"render": true
|
|
60
|
+
}
|
|
16
61
|
],
|
|
17
62
|
"vars": [
|
|
18
|
-
{
|
|
19
|
-
|
|
20
|
-
|
|
63
|
+
{
|
|
64
|
+
"name": "name",
|
|
65
|
+
"prompt": "Harness name (kebab-case)",
|
|
66
|
+
"validate": "^[a-z0-9-]+$"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "description",
|
|
70
|
+
"prompt": "One-line description",
|
|
71
|
+
"default": "Incident response with on-call workflows"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "host",
|
|
75
|
+
"prompt": "Host adapter",
|
|
76
|
+
"default": "claude-code",
|
|
77
|
+
"choices": [
|
|
78
|
+
"claude-code",
|
|
79
|
+
"codex",
|
|
80
|
+
"pi-dev",
|
|
81
|
+
"hermes"
|
|
82
|
+
]
|
|
83
|
+
}
|
|
21
84
|
]
|
|
22
85
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"Knowledge",
|
|
14
|
+
"learning"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:education",
|
|
20
|
+
"learning"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"Frontier",
|
|
14
|
+
"exotic/self-evolution"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:exotic",
|
|
20
|
+
"exotic/self-evolution"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"Frontier",
|
|
14
|
+
"gaming"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:gaming",
|
|
20
|
+
"gaming"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"Professional",
|
|
14
|
+
"health/coordination"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:health",
|
|
20
|
+
"health/coordination"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"vertical",
|
|
14
|
+
"legal/contract-review"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:legal",
|
|
20
|
+
"legal/contract-review"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -3,18 +3,73 @@
|
|
|
3
3
|
"description": "Legal review harness — 3 agents (redline, citation-checker, risk-rater), citation-search MCP, deliberation-first workflow",
|
|
4
4
|
"domain": "legal/contract-review",
|
|
5
5
|
"files": [
|
|
6
|
-
{
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
{
|
|
12
|
-
|
|
13
|
-
|
|
6
|
+
{
|
|
7
|
+
"src": "package.json.tmpl",
|
|
8
|
+
"dst": "package.json",
|
|
9
|
+
"render": true
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"src": "CLAUDE.md.tmpl",
|
|
13
|
+
"dst": "CLAUDE.md",
|
|
14
|
+
"render": true
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"src": "README.md.tmpl",
|
|
18
|
+
"dst": "README.md",
|
|
19
|
+
"render": true
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"src": ".claude/settings.json.tmpl",
|
|
23
|
+
"dst": ".claude/settings.json",
|
|
24
|
+
"render": true
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"src": ".claude-plugin/plugin.json.tmpl",
|
|
28
|
+
"dst": ".claude-plugin/plugin.json",
|
|
29
|
+
"render": true
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"src": "src/init.ts.tmpl",
|
|
33
|
+
"dst": "src/init.ts",
|
|
34
|
+
"render": true
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"src": "src/agents/redline.ts.tmpl",
|
|
38
|
+
"dst": "src/agents/redline.ts",
|
|
39
|
+
"render": true
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"src": "src/agents/citation-checker.ts.tmpl",
|
|
43
|
+
"dst": "src/agents/citation-checker.ts",
|
|
44
|
+
"render": true
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"src": "src/agents/risk-rater.ts.tmpl",
|
|
48
|
+
"dst": "src/agents/risk-rater.ts",
|
|
49
|
+
"render": true
|
|
50
|
+
}
|
|
14
51
|
],
|
|
15
52
|
"vars": [
|
|
16
|
-
{
|
|
17
|
-
|
|
18
|
-
|
|
53
|
+
{
|
|
54
|
+
"name": "name",
|
|
55
|
+
"prompt": "Harness name (kebab-case)",
|
|
56
|
+
"validate": "^[a-z0-9-]+$"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"name": "description",
|
|
60
|
+
"prompt": "One-line description",
|
|
61
|
+
"default": "Contract redline + citation check + risk rating"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"name": "host",
|
|
65
|
+
"prompt": "Host adapter",
|
|
66
|
+
"default": "claude-code",
|
|
67
|
+
"choices": [
|
|
68
|
+
"claude-code",
|
|
69
|
+
"codex",
|
|
70
|
+
"pi-dev",
|
|
71
|
+
"hermes"
|
|
72
|
+
]
|
|
73
|
+
}
|
|
19
74
|
]
|
|
20
75
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"Growth",
|
|
14
|
+
"marketing/content"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:marketing",
|
|
20
|
+
"marketing/content"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"Engineering",
|
|
14
|
+
"engineering/repo-maintenance"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:repo-maintainer",
|
|
20
|
+
"engineering/repo-maintenance"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"vertical",
|
|
14
|
+
"research/multi-source-dossier"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:research",
|
|
20
|
+
"research/multi-source-dossier"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -3,21 +3,88 @@
|
|
|
3
3
|
"description": "Research dossier harness — 6 agents (scout, web-searcher, source-grader, synthesizer, fact-checker, citer), evidence-graded multi-source synthesis",
|
|
4
4
|
"domain": "research/multi-source-dossier",
|
|
5
5
|
"files": [
|
|
6
|
-
{
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
{
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
{
|
|
6
|
+
{
|
|
7
|
+
"src": "package.json.tmpl",
|
|
8
|
+
"dst": "package.json",
|
|
9
|
+
"render": true
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"src": "CLAUDE.md.tmpl",
|
|
13
|
+
"dst": "CLAUDE.md",
|
|
14
|
+
"render": true
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"src": "README.md.tmpl",
|
|
18
|
+
"dst": "README.md",
|
|
19
|
+
"render": true
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"src": ".claude/settings.json.tmpl",
|
|
23
|
+
"dst": ".claude/settings.json",
|
|
24
|
+
"render": true
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"src": ".claude-plugin/plugin.json.tmpl",
|
|
28
|
+
"dst": ".claude-plugin/plugin.json",
|
|
29
|
+
"render": true
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"src": "src/init.ts.tmpl",
|
|
33
|
+
"dst": "src/init.ts",
|
|
34
|
+
"render": true
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"src": "src/agents/scout.ts.tmpl",
|
|
38
|
+
"dst": "src/agents/scout.ts",
|
|
39
|
+
"render": true
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"src": "src/agents/web-searcher.ts.tmpl",
|
|
43
|
+
"dst": "src/agents/web-searcher.ts",
|
|
44
|
+
"render": true
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"src": "src/agents/source-grader.ts.tmpl",
|
|
48
|
+
"dst": "src/agents/source-grader.ts",
|
|
49
|
+
"render": true
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"src": "src/agents/synthesizer.ts.tmpl",
|
|
53
|
+
"dst": "src/agents/synthesizer.ts",
|
|
54
|
+
"render": true
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"src": "src/agents/fact-checker.ts.tmpl",
|
|
58
|
+
"dst": "src/agents/fact-checker.ts",
|
|
59
|
+
"render": true
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"src": "src/agents/citer.ts.tmpl",
|
|
63
|
+
"dst": "src/agents/citer.ts",
|
|
64
|
+
"render": true
|
|
65
|
+
}
|
|
17
66
|
],
|
|
18
67
|
"vars": [
|
|
19
|
-
{
|
|
20
|
-
|
|
21
|
-
|
|
68
|
+
{
|
|
69
|
+
"name": "name",
|
|
70
|
+
"prompt": "Harness name (kebab-case)",
|
|
71
|
+
"validate": "^[a-z0-9-]+$"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "description",
|
|
75
|
+
"prompt": "One-line description",
|
|
76
|
+
"default": "Multi-source research with evidence grading"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "host",
|
|
80
|
+
"prompt": "Host adapter",
|
|
81
|
+
"default": "claude-code",
|
|
82
|
+
"choices": [
|
|
83
|
+
"claude-code",
|
|
84
|
+
"codex",
|
|
85
|
+
"pi-dev",
|
|
86
|
+
"hermes"
|
|
87
|
+
]
|
|
88
|
+
}
|
|
22
89
|
]
|
|
23
90
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"Knowledge",
|
|
14
|
+
"ruvector/retrieval"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:ruview",
|
|
20
|
+
"ruvector/retrieval"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"Customer / Growth",
|
|
14
|
+
"sales"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:sales",
|
|
20
|
+
"sales"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"vertical",
|
|
14
|
+
"customer-support"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:support",
|
|
20
|
+
"customer-support"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -3,20 +3,83 @@
|
|
|
3
3
|
"description": "Customer support harness — 4 agents (triager, kb-searcher, responder, escalator), KB-RAG MCP server, escalation rules",
|
|
4
4
|
"domain": "customer-support",
|
|
5
5
|
"files": [
|
|
6
|
-
{
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
{
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
6
|
+
{
|
|
7
|
+
"src": "package.json.tmpl",
|
|
8
|
+
"dst": "package.json",
|
|
9
|
+
"render": true
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"src": "CLAUDE.md.tmpl",
|
|
13
|
+
"dst": "CLAUDE.md",
|
|
14
|
+
"render": true
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"src": "README.md.tmpl",
|
|
18
|
+
"dst": "README.md",
|
|
19
|
+
"render": true
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"src": ".claude/settings.json.tmpl",
|
|
23
|
+
"dst": ".claude/settings.json",
|
|
24
|
+
"render": true
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"src": ".claude-plugin/plugin.json.tmpl",
|
|
28
|
+
"dst": ".claude-plugin/plugin.json",
|
|
29
|
+
"render": true
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"src": "src/init.ts.tmpl",
|
|
33
|
+
"dst": "src/init.ts",
|
|
34
|
+
"render": true
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"src": "src/agents/triager.ts.tmpl",
|
|
38
|
+
"dst": "src/agents/triager.ts",
|
|
39
|
+
"render": true
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"src": "src/agents/kb-searcher.ts.tmpl",
|
|
43
|
+
"dst": "src/agents/kb-searcher.ts",
|
|
44
|
+
"render": true
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"src": "src/agents/responder.ts.tmpl",
|
|
48
|
+
"dst": "src/agents/responder.ts",
|
|
49
|
+
"render": true
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"src": "src/agents/escalator.ts.tmpl",
|
|
53
|
+
"dst": "src/agents/escalator.ts",
|
|
54
|
+
"render": true
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"src": "kb/README.md.tmpl",
|
|
58
|
+
"dst": "kb/README.md",
|
|
59
|
+
"render": true
|
|
60
|
+
}
|
|
16
61
|
],
|
|
17
62
|
"vars": [
|
|
18
|
-
{
|
|
19
|
-
|
|
20
|
-
|
|
63
|
+
{
|
|
64
|
+
"name": "name",
|
|
65
|
+
"prompt": "Harness name (kebab-case)",
|
|
66
|
+
"validate": "^[a-z0-9-]+$"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "description",
|
|
70
|
+
"prompt": "One-line description",
|
|
71
|
+
"default": "Customer support with KB-RAG and escalation"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "host",
|
|
75
|
+
"prompt": "Host adapter",
|
|
76
|
+
"default": "claude-code",
|
|
77
|
+
"choices": [
|
|
78
|
+
"claude-code",
|
|
79
|
+
"codex",
|
|
80
|
+
"pi-dev",
|
|
81
|
+
"hermes"
|
|
82
|
+
]
|
|
83
|
+
}
|
|
21
84
|
]
|
|
22
85
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "{{name}}",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"description": "{{description}}",
|
|
5
|
+
"author": {
|
|
6
|
+
"displayName": "Generated by metaharness",
|
|
7
|
+
"url": "https://www.npmjs.com/package/metaharness"
|
|
8
|
+
},
|
|
9
|
+
"license": "MIT",
|
|
10
|
+
"categories": [
|
|
11
|
+
"agent-harness",
|
|
12
|
+
"metaharness-scaffold",
|
|
13
|
+
"vertical",
|
|
14
|
+
"trading/quantitative"
|
|
15
|
+
],
|
|
16
|
+
"tags": [
|
|
17
|
+
"metaharness",
|
|
18
|
+
"agent-harness",
|
|
19
|
+
"vertical:trading",
|
|
20
|
+
"trading/quantitative"
|
|
21
|
+
],
|
|
22
|
+
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
23
|
+
}
|
|
@@ -3,20 +3,83 @@
|
|
|
3
3
|
"description": "Trading harness — market-watcher, signal-gen, risk-checker, executor (paper by default), postmortem. Includes circuit-breaker safety patterns.",
|
|
4
4
|
"domain": "trading/quantitative",
|
|
5
5
|
"files": [
|
|
6
|
-
{
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
{
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
6
|
+
{
|
|
7
|
+
"src": "package.json.tmpl",
|
|
8
|
+
"dst": "package.json",
|
|
9
|
+
"render": true
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"src": "CLAUDE.md.tmpl",
|
|
13
|
+
"dst": "CLAUDE.md",
|
|
14
|
+
"render": true
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"src": "README.md.tmpl",
|
|
18
|
+
"dst": "README.md",
|
|
19
|
+
"render": true
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"src": ".claude/settings.json.tmpl",
|
|
23
|
+
"dst": ".claude/settings.json",
|
|
24
|
+
"render": true
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"src": ".claude-plugin/plugin.json.tmpl",
|
|
28
|
+
"dst": ".claude-plugin/plugin.json",
|
|
29
|
+
"render": true
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"src": "src/init.ts.tmpl",
|
|
33
|
+
"dst": "src/init.ts",
|
|
34
|
+
"render": true
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"src": "src/agents/market-watcher.ts.tmpl",
|
|
38
|
+
"dst": "src/agents/market-watcher.ts",
|
|
39
|
+
"render": true
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"src": "src/agents/signal-gen.ts.tmpl",
|
|
43
|
+
"dst": "src/agents/signal-gen.ts",
|
|
44
|
+
"render": true
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"src": "src/agents/risk-checker.ts.tmpl",
|
|
48
|
+
"dst": "src/agents/risk-checker.ts",
|
|
49
|
+
"render": true
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"src": "src/agents/executor.ts.tmpl",
|
|
53
|
+
"dst": "src/agents/executor.ts",
|
|
54
|
+
"render": true
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"src": "src/agents/postmortem.ts.tmpl",
|
|
58
|
+
"dst": "src/agents/postmortem.ts",
|
|
59
|
+
"render": true
|
|
60
|
+
}
|
|
16
61
|
],
|
|
17
62
|
"vars": [
|
|
18
|
-
{
|
|
19
|
-
|
|
20
|
-
|
|
63
|
+
{
|
|
64
|
+
"name": "name",
|
|
65
|
+
"prompt": "Harness name (kebab-case)",
|
|
66
|
+
"validate": "^[a-z0-9-]+$"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"name": "description",
|
|
70
|
+
"prompt": "One-line description",
|
|
71
|
+
"default": "Quant trading with paper-default and circuit-breakers"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "host",
|
|
75
|
+
"prompt": "Host adapter",
|
|
76
|
+
"default": "claude-code",
|
|
77
|
+
"choices": [
|
|
78
|
+
"claude-code",
|
|
79
|
+
"codex",
|
|
80
|
+
"pi-dev",
|
|
81
|
+
"hermes"
|
|
82
|
+
]
|
|
83
|
+
}
|
|
21
84
|
]
|
|
22
85
|
}
|