@agimon-ai/doompi-task 0.0.1-alpha.55 → 0.0.1-alpha.56

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -11,7 +11,7 @@ Task owns task records and `tasks.json`. Team owns agents and runs. When both ar
11
11
  ## Requirements
12
12
 
13
13
  - Node.js 22.19.0 or newer
14
- - Pi 0.84.4 and Pi TUI 0.84.4
14
+ - Pi 0.85.0 and Pi TUI 0.85.0
15
15
 
16
16
  ## Install
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi-task",
3
- "version": "0.0.1-alpha.55",
3
+ "version": "0.0.1-alpha.56",
4
4
  "description": "Persistent, dependency-aware task graphs and subagent delegation for Pi coding sessions.",
5
5
  "keywords": [
6
6
  "ai",
@@ -166,15 +166,15 @@
166
166
  "dependencies": {
167
167
  "@deepseek-ai/cordis": "4.0.1",
168
168
  "typebox": "1.3.19",
169
- "@agimon-ai/doompi-telemetry": "0.0.1-alpha.54",
170
- "@agimon-ai/doompi-ui": "0.0.1-alpha.55",
171
- "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.18",
172
- "@agimon-ai/doompi-web-components": "0.0.1-alpha.15",
173
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.54"
169
+ "@agimon-ai/doompi-telemetry": "0.0.1-alpha.55",
170
+ "@agimon-ai/doompi-ui": "0.0.1-alpha.56",
171
+ "@agimon-ai/doompi-web-components": "0.0.1-alpha.16",
172
+ "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.19",
173
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.55"
174
174
  },
175
175
  "devDependencies": {
176
- "@earendil-works/pi-coding-agent": "0.84.4",
177
- "@earendil-works/pi-tui": "0.84.4",
176
+ "@earendil-works/pi-coding-agent": "0.85.0",
177
+ "@earendil-works/pi-tui": "0.85.0",
178
178
  "@tanstack/react-store": "0.11.1",
179
179
  "@tanstack/store": "0.11.1",
180
180
  "@types/node": "26.4.0",
@@ -186,8 +186,8 @@
186
186
  "vitest": "4.1.11"
187
187
  },
188
188
  "peerDependencies": {
189
- "@earendil-works/pi-coding-agent": "0.84.4",
190
- "@earendil-works/pi-tui": "0.84.4"
189
+ "@earendil-works/pi-coding-agent": "0.85.0",
190
+ "@earendil-works/pi-tui": "0.85.0"
191
191
  },
192
192
  "peerDependenciesMeta": {
193
193
  "@earendil-works/pi-coding-agent": {