@agimon-ai/doompi-hook 0.0.1-alpha.34 → 0.0.1-alpha.35
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 +4 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -41,8 +41,9 @@ repository group replaces the global group of the same ID outright.
|
|
|
41
41
|
|
|
42
42
|
## Activation
|
|
43
43
|
|
|
44
|
-
The
|
|
45
|
-
|
|
44
|
+
The distribution activates this package by default through the `default.packages` list written by
|
|
45
|
+
`doompi init` and `dpi init` in `.doom/modes.yaml`. Keep it there, or declare it in a selected layer,
|
|
46
|
+
for hooks to run. Layers only declare the `hookGroups` to select; they do not define the hook commands:
|
|
46
47
|
|
|
47
48
|
```yaml
|
|
48
49
|
# .doom/modes.yaml
|
|
@@ -90,7 +91,7 @@ is withdrawn when the package or Help provider unloads.
|
|
|
90
91
|
|
|
91
92
|
## Install
|
|
92
93
|
|
|
93
|
-
|
|
94
|
+
For standalone Pi installation:
|
|
94
95
|
|
|
95
96
|
```bash
|
|
96
97
|
pi install npm:@agimon-ai/doompi-hook
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agimon-ai/doompi-hook",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.35",
|
|
4
4
|
"description": "Claude-Code-compatible repository and plugin hook runner for DoomPi sessions.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"dependencies": {
|
|
58
58
|
"@deepseek-ai/cordis": "4.0.1",
|
|
59
59
|
"yaml": "2.9.0",
|
|
60
|
-
"@agimon-ai/doompi-
|
|
61
|
-
"@agimon-ai/doompi-
|
|
62
|
-
"@agimon-ai/doompi-
|
|
60
|
+
"@agimon-ai/doompi-telemetry": "0.0.1-alpha.56",
|
|
61
|
+
"@agimon-ai/doompi-config": "0.0.1-alpha.57",
|
|
62
|
+
"@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.57"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@earendil-works/pi-coding-agent": "0.85.0",
|