-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.03 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.03 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
44
45
46
47
48
49
50
51
52
{
"name": "aceforge",
"version": "0.9.6",
"type": "module",
"main": "index.ts",
"openclaw": {
"extensions": [
"./index.ts"
],
"compat": {
"pluginApi": ">=2026.3.22"
},
"build": {
"openclawVersion": "2026.3.22"
}
},
"peerDependencies": {
"openclaw": ">=2026.3.22"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.4.0"
},
"files": [
"index.ts",
"src/",
"openclaw.plugin.json",
"assets/",
"README.md",
"LICENSE",
"CHANGELOG.md"
],
"scripts": {
"test": "npx tsx tests/test-validator.ts"
},
"keywords": [
"openclaw",
"plugin",
"skill",
"auto-generation",
"ai-agent",
"self-evolving",
"capability-tree",
"adversarial-testing"
],
"repository": {
"type": "git",
"url": "https://github.com/sudokrang/aceforge"
},
"description": "Self-evolving skill engine for OpenClaw agents \u2014 Phase 1 core + Phase 2 proactive intelligence + Phase 3 self-validation",
"license": "MIT"
}