@agimon-ai/doompi-help 0.0.1-alpha.22 → 0.0.1-alpha.25

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 +3 -4
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -1,18 +1,17 @@
1
1
  # @agimon-ai/doompi-help
2
2
 
3
- Activation-gated, package-owned guidance for DoomPi.
3
+ Load package-owned DoomPi guidance only when Help mode is active.
4
4
 
5
5
  Part of the [DoomPi distribution](https://www.npmjs.com/package/@agimon-ai/doompi).
6
6
 
7
- Help keeps extension documentation out of the default model context. Packages contribute concise
8
- `llms.txt` indexes; the Help host resolves and exposes them only while Help mode is active.
7
+ Packages contribute concise `llms.txt` indexes. Help keeps them out of the default model context and exposes them only while Help mode is active.
9
8
 
10
9
  > **Alpha:** Help contribution contracts may change between releases.
11
10
 
12
11
  ## Requirements
13
12
 
14
13
  - Node.js 22.19.0 or newer
15
- - Pi 0.84.3
14
+ - Pi 0.84.4
16
15
 
17
16
  ## Install
18
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi-help",
3
- "version": "0.0.1-alpha.22",
3
+ "version": "0.0.1-alpha.25",
4
4
  "description": "Activation-gated package guidance and help skills for DoomPi and Pi extensions.",
5
5
  "keywords": [
6
6
  "agent-documentation",
@@ -56,20 +56,20 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@deepseek-ai/cordis": "4.0.1",
59
- "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.2",
60
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.39"
59
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.42",
60
+ "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.5"
61
61
  },
62
62
  "devDependencies": {
63
- "@earendil-works/pi-coding-agent": "0.84.3",
63
+ "@earendil-works/pi-coding-agent": "0.84.4",
64
64
  "@types/node": "26.2.0",
65
65
  "@vitest/coverage-v8": "4.1.11",
66
66
  "tsdown": "0.22.14",
67
67
  "typescript": "7.0.2",
68
68
  "vitest": "4.1.11",
69
- "@agimon-ai/vibe-lint-plugin-doom-extension": "0.0.1-alpha.37"
69
+ "@agimon-ai/vibe-lint-plugin-doom-extension": "0.0.1-alpha.40"
70
70
  },
71
71
  "peerDependencies": {
72
- "@earendil-works/pi-coding-agent": "0.84.3"
72
+ "@earendil-works/pi-coding-agent": "0.84.4"
73
73
  },
74
74
  "peerDependenciesMeta": {
75
75
  "@earendil-works/pi-coding-agent": {