pi-soly 1.13.1 → 1.13.2
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 +11 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-soly",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.2",
|
|
4
4
|
"description": "Project management + workflow framework for pi-coding-agent. Plans, state, MANDATORY rules, self-review, multi-question picker, native footer + welcome chrome — one npm install, zero config. The LLM drives execution and delegates to a worker subagent when available.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|
|
@@ -8,23 +8,24 @@
|
|
|
8
8
|
"test": "bun test",
|
|
9
9
|
"typecheck": "bun x tsc --noEmit"
|
|
10
10
|
},
|
|
11
|
-
"dependencies": {
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@earendil-works/pi-ai": "0.78.1",
|
|
13
|
+
"@modelcontextprotocol/ext-apps": "^1.7.4",
|
|
14
|
+
"@modelcontextprotocol/sdk": "1.27.1",
|
|
15
|
+
"open": "^11.0.0",
|
|
16
|
+
"recheck": "^4.5.0",
|
|
17
|
+
"typebox": "1.1.38",
|
|
18
|
+
"zod": "^4.4.3"
|
|
19
|
+
},
|
|
12
20
|
"peerDependencies": {
|
|
13
21
|
"@earendil-works/pi-coding-agent": "*",
|
|
14
22
|
"@earendil-works/pi-tui": "*"
|
|
15
23
|
},
|
|
16
24
|
"devDependencies": {
|
|
17
|
-
"@earendil-works/pi-ai": "0.78.1",
|
|
18
25
|
"@earendil-works/pi-coding-agent": "0.78.1",
|
|
19
|
-
"@modelcontextprotocol/ext-apps": "^1.7.4",
|
|
20
|
-
"@modelcontextprotocol/sdk": "1.27.1",
|
|
21
26
|
"@types/node": "^25.9.1",
|
|
22
27
|
"bun-types": "^1.3.14",
|
|
23
|
-
"
|
|
24
|
-
"recheck": "^4.5.0",
|
|
25
|
-
"typebox": "1.1.38",
|
|
26
|
-
"typescript": "^6.0.3",
|
|
27
|
-
"zod": "^4.4.3"
|
|
28
|
+
"typescript": "^6.0.3"
|
|
28
29
|
},
|
|
29
30
|
"files": [
|
|
30
31
|
"README.md",
|