@agimon-ai/doompi-help 0.0.1-alpha.21 → 0.0.1-alpha.23

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 +2 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,11 +1,10 @@
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi-help",
3
- "version": "0.0.1-alpha.21",
3
+ "version": "0.0.1-alpha.23",
4
4
  "description": "Activation-gated package guidance and help skills for DoomPi and Pi extensions.",
5
5
  "keywords": [
6
6
  "agent-documentation",
@@ -56,8 +56,8 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@deepseek-ai/cordis": "4.0.1",
59
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.38",
60
- "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.1"
59
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.40",
60
+ "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.3"
61
61
  },
62
62
  "devDependencies": {
63
63
  "@earendil-works/pi-coding-agent": "0.84.3",
@@ -66,7 +66,7 @@
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.36"
69
+ "@agimon-ai/vibe-lint-plugin-doom-extension": "0.0.1-alpha.38"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@earendil-works/pi-coding-agent": "0.84.3"