@agimon-ai/doompi-hook 0.0.1-alpha.32 → 0.0.1-alpha.34

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 +7 -7
package/README.md CHANGED
@@ -12,7 +12,7 @@ after one, at session start, when the agent settles, and at session end. Command
12
12
  ## Requirements
13
13
 
14
14
  - Node.js 22.19.0 or newer
15
- - Pi 0.84.4
15
+ - Pi 0.85.0
16
16
  - `/bin/bash`
17
17
 
18
18
  Configure hooks in `.doom/hooks.yaml`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi-hook",
3
- "version": "0.0.1-alpha.32",
3
+ "version": "0.0.1-alpha.34",
4
4
  "description": "Claude-Code-compatible repository and plugin hook runner for DoomPi sessions.",
5
5
  "keywords": [
6
6
  "ai",
@@ -57,21 +57,21 @@
57
57
  "dependencies": {
58
58
  "@deepseek-ai/cordis": "4.0.1",
59
59
  "yaml": "2.9.0",
60
- "@agimon-ai/doompi-config": "0.0.1-alpha.54",
61
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.54",
62
- "@agimon-ai/doompi-telemetry": "0.0.1-alpha.54"
60
+ "@agimon-ai/doompi-config": "0.0.1-alpha.56",
61
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.56",
62
+ "@agimon-ai/doompi-telemetry": "0.0.1-alpha.56"
63
63
  },
64
64
  "devDependencies": {
65
- "@earendil-works/pi-coding-agent": "0.84.4",
65
+ "@earendil-works/pi-coding-agent": "0.85.0",
66
66
  "@types/node": "26.4.0",
67
67
  "@vitest/coverage-v8": "4.1.11",
68
68
  "tsdown": "0.22.14",
69
69
  "typescript": "7.0.2",
70
70
  "vitest": "4.1.11",
71
- "@agimon-ai/vibe-lint-plugin-doom-extension": "0.0.1-alpha.52"
71
+ "@agimon-ai/vibe-lint-plugin-doom-extension": "0.0.1-alpha.54"
72
72
  },
73
73
  "peerDependencies": {
74
- "@earendil-works/pi-coding-agent": "0.84.4"
74
+ "@earendil-works/pi-coding-agent": "0.85.0"
75
75
  },
76
76
  "peerDependenciesMeta": {
77
77
  "@earendil-works/pi-coding-agent": {