-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 933 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 933 Bytes
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
{
"name": "personality-dynamics",
"version": "1.0.0",
"description": "Dynamic personality evolution for OpenClaw agents based on interaction patterns",
"type": "module",
"bin": {
"persona-evolution": "./cli.ts"
},
"scripts": {
"init": "node --experimental-strip-types init.ts",
"onboard": "node --experimental-strip-types onboard.ts",
"expand": "node --experimental-strip-types expand.ts",
"analyze": "node --experimental-strip-types analyze-session.ts",
"report": "node --experimental-strip-types weekly-report.ts",
"mode": "node --experimental-strip-types mode-switcher.ts"
},
"keywords": [
"openclaw",
"openclaw-skill",
"persona",
"personality",
"evolution",
"ai-companion",
"dynamic-persona"
],
"author": "OpenClaw Community",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ngmeyer/personality-dynamics"
}
}