@agimon-ai/doompi-user-feedback 0.0.1-alpha.4 → 0.0.1-alpha.5
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/README.md +3 -1
- package/package.json +14 -7
package/README.md
CHANGED
|
@@ -34,7 +34,9 @@ layers:
|
|
|
34
34
|
packages: ['@agimon-ai/doompi-user-feedback']
|
|
35
35
|
|
|
36
36
|
majorMode:
|
|
37
|
-
dev:
|
|
37
|
+
dev:
|
|
38
|
+
description: Development mode with structured user clarification.
|
|
39
|
+
layers: [ask-user]
|
|
38
40
|
```
|
|
39
41
|
|
|
40
42
|
The package's Pi manifest selects the Pi adapter. The explicit `/extensions/pi` subpath
|
package/package.json
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agimon-ai/doompi-user-feedback",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.5",
|
|
4
4
|
"description": "Structured user feedback for DoomPi agents",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"ai",
|
|
7
|
+
"coding-agent",
|
|
8
|
+
"developer-tools",
|
|
9
|
+
"doompi",
|
|
10
|
+
"pi-package"
|
|
11
|
+
],
|
|
5
12
|
"homepage": "https://agimon.ai",
|
|
6
13
|
"license": "MIT",
|
|
7
14
|
"author": "Vuong Ngo",
|
|
@@ -43,12 +50,12 @@
|
|
|
43
50
|
},
|
|
44
51
|
"dependencies": {
|
|
45
52
|
"typebox": "1.1.38",
|
|
46
|
-
"@agimon-ai/doompi-
|
|
47
|
-
"@agimon-ai/doompi-
|
|
53
|
+
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.16",
|
|
54
|
+
"@agimon-ai/doompi-ui": "0.0.1-alpha.16"
|
|
48
55
|
},
|
|
49
56
|
"devDependencies": {
|
|
50
|
-
"@earendil-works/pi-coding-agent": "0.84.
|
|
51
|
-
"@earendil-works/pi-tui": "0.84.
|
|
57
|
+
"@earendil-works/pi-coding-agent": "0.84.2",
|
|
58
|
+
"@earendil-works/pi-tui": "0.84.2",
|
|
52
59
|
"@types/node": "26.1.1",
|
|
53
60
|
"@vitest/coverage-v8": "4.1.10",
|
|
54
61
|
"tsdown": "0.22.14",
|
|
@@ -56,8 +63,8 @@
|
|
|
56
63
|
"vitest": "4.1.10"
|
|
57
64
|
},
|
|
58
65
|
"peerDependencies": {
|
|
59
|
-
"@earendil-works/pi-coding-agent": "0.84.
|
|
60
|
-
"@earendil-works/pi-tui": "0.84.
|
|
66
|
+
"@earendil-works/pi-coding-agent": "0.84.2",
|
|
67
|
+
"@earendil-works/pi-tui": "0.84.2"
|
|
61
68
|
},
|
|
62
69
|
"peerDependenciesMeta": {
|
|
63
70
|
"@earendil-works/pi-coding-agent": {
|