@artale/pi-pai 4.4.0 → 4.4.1
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 +66 -65
- package/preview.png +0 -0
package/package.json
CHANGED
|
@@ -1,65 +1,66 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@artale/pi-pai",
|
|
3
|
-
"version": "4.4.
|
|
4
|
-
"description": "Personal AI Infrastructure for Pi
|
|
5
|
-
"type": "module",
|
|
6
|
-
"main": "src/extension.ts",
|
|
7
|
-
"pi": {
|
|
8
|
-
"extensions": [
|
|
9
|
-
"src/extension.ts"
|
|
10
|
-
],
|
|
11
|
-
"commands": [
|
|
12
|
-
"status"
|
|
13
|
-
],
|
|
14
|
-
"tools": [
|
|
15
|
-
"pai_status",
|
|
16
|
-
"pai_learn",
|
|
17
|
-
"pai_rate"
|
|
18
|
-
],
|
|
19
|
-
"skills": [
|
|
20
|
-
"agents",
|
|
21
|
-
"content-analysis",
|
|
22
|
-
"investigation",
|
|
23
|
-
"media",
|
|
24
|
-
"research",
|
|
25
|
-
"scraping",
|
|
26
|
-
"security",
|
|
27
|
-
"telos",
|
|
28
|
-
"thinking"
|
|
29
|
-
]
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
"test
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"pi-
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"@types/
|
|
57
|
-
"
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@artale/pi-pai",
|
|
3
|
+
"version": "4.4.1",
|
|
4
|
+
"description": "Personal AI Infrastructure for Pi — synced with PAI v1.0.0 + Daniel Miesslers framework + 9 skill categories",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "src/extension.ts",
|
|
7
|
+
"pi": {
|
|
8
|
+
"extensions": [
|
|
9
|
+
"src/extension.ts"
|
|
10
|
+
],
|
|
11
|
+
"commands": [
|
|
12
|
+
"status"
|
|
13
|
+
],
|
|
14
|
+
"tools": [
|
|
15
|
+
"pai_status",
|
|
16
|
+
"pai_learn",
|
|
17
|
+
"pai_rate"
|
|
18
|
+
],
|
|
19
|
+
"skills": [
|
|
20
|
+
"agents",
|
|
21
|
+
"content-analysis",
|
|
22
|
+
"investigation",
|
|
23
|
+
"media",
|
|
24
|
+
"research",
|
|
25
|
+
"scraping",
|
|
26
|
+
"security",
|
|
27
|
+
"telos",
|
|
28
|
+
"thinking"
|
|
29
|
+
],
|
|
30
|
+
"image": "https://raw.githubusercontent.com/arosstale/pi-pai/main/preview.png"
|
|
31
|
+
},
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build": "tsc",
|
|
34
|
+
"test": "pi -e src/extension.ts -p \"say hello and list your /commands and tools\"",
|
|
35
|
+
"test:old": "echo \"Legacy tests\""
|
|
36
|
+
},
|
|
37
|
+
"keywords": [
|
|
38
|
+
"pi-package",
|
|
39
|
+
"pi-extension",
|
|
40
|
+
"pai",
|
|
41
|
+
"personal-ai-infrastructure",
|
|
42
|
+
"telos",
|
|
43
|
+
"ralph-wiggum",
|
|
44
|
+
"damage-control",
|
|
45
|
+
"goal-tracking",
|
|
46
|
+
"learning-loop",
|
|
47
|
+
"scientific-method"
|
|
48
|
+
],
|
|
49
|
+
"author": "arosstale",
|
|
50
|
+
"license": "MIT",
|
|
51
|
+
"repository": {
|
|
52
|
+
"type": "git",
|
|
53
|
+
"url": "https://github.com/arosstale/pi-pai.git"
|
|
54
|
+
},
|
|
55
|
+
"devDependencies": {
|
|
56
|
+
"@types/js-yaml": "^4.0.9",
|
|
57
|
+
"@types/node": "^25.0.3",
|
|
58
|
+
"typescript": "^5.9.3"
|
|
59
|
+
},
|
|
60
|
+
"peerDependencies": {
|
|
61
|
+
"@mariozechner/pi-coding-agent": ">=0.50.0"
|
|
62
|
+
},
|
|
63
|
+
"dependencies": {
|
|
64
|
+
"js-yaml": "^4.1.1"
|
|
65
|
+
}
|
|
66
|
+
}
|
package/preview.png
ADDED
|
Binary file
|