@agimon-ai/doompi-help 0.0.1-alpha.5 → 0.0.1-alpha.6

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 +4 -0
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Activation-gated, package-owned guidance for DoomPi.
4
4
 
5
+ Part of the [DoomPi distribution](https://www.npmjs.com/package/@agimon-ai/doompi).
6
+
5
7
  Help keeps extension documentation out of the default model context. Packages contribute concise `llms.txt` indexes; the Help host resolves and exposes them only while Help mode is active.
6
8
 
7
9
  > **Alpha:** Help contribution contracts may change between releases.
@@ -56,6 +58,8 @@ pnpm test
56
58
  pnpm lint
57
59
  ```
58
60
 
61
+ Maintained by [Agimon](https://agimon.ai/about).
62
+
59
63
  ## License
60
64
 
61
65
  MIT
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi-help",
3
- "version": "0.0.1-alpha.5",
4
- "description": "Activation-gated package guidance for DoomPi",
3
+ "version": "0.0.1-alpha.6",
4
+ "description": "Activation-gated package guidance and help skills for DoomPi and Pi extensions.",
5
5
  "keywords": [
6
- "ai",
6
+ "agent-documentation",
7
7
  "coding-agent",
8
- "developer-tools",
9
8
  "doompi",
9
+ "help-system",
10
+ "pi-coding-agent",
10
11
  "pi-extension",
11
- "pi-package",
12
- "typescript"
12
+ "skills"
13
13
  ],
14
14
  "homepage": "https://agimon.ai",
15
15
  "license": "MIT",
@@ -42,7 +42,7 @@
42
42
  "access": "public"
43
43
  },
44
44
  "dependencies": {
45
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.22"
45
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.23"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@earendil-works/pi-coding-agent": "0.84.2",
@@ -51,7 +51,7 @@
51
51
  "tsdown": "0.22.14",
52
52
  "typescript": "6.0.3",
53
53
  "vitest": "4.1.10",
54
- "@agimon-ai/vibe-lint-plugin-doom-extension": "0.0.1-alpha.22"
54
+ "@agimon-ai/vibe-lint-plugin-doom-extension": "0.0.1-alpha.23"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@earendil-works/pi-coding-agent": "0.84.2"