@agimon-ai/doompi-help 0.0.1-alpha.40 → 0.0.1-alpha.41

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 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -15,8 +15,8 @@ Packages contribute concise `llms.txt` indexes. Help keeps them out of the defau
15
15
 
16
16
  ## Install
17
17
 
18
- DoomPi includes Help in every parent and detached-child composition. No layer declaration is
19
- required. To load the package directly in Pi:
18
+ The seeded `modes.yaml` selects Help in `default.packages`. It is configurable, not fixed host
19
+ infrastructure: keep it in that bundle or select it through a layer. To load it directly in Pi:
20
20
 
21
21
  ```bash
22
22
  pi install npm:@agimon-ai/doompi-help
@@ -54,7 +54,7 @@ service. Missing or inactive packages do not leave placeholder skills in the cat
54
54
 
55
55
  ## Parent and child behavior
56
56
 
57
- Parent and child sessions load the same distribution-default extension. Replacing a session removes
57
+ Parent and child sessions use the same extension entry when their composition selects Help. Replacing a session removes
58
58
  the previous Help service, its contributions, and its UI and mode integrations before activating
59
59
  the replacement.
60
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi-help",
3
- "version": "0.0.1-alpha.40",
3
+ "version": "0.0.1-alpha.41",
4
4
  "description": "Activation-gated package guidance and help skills for DoomPi and Pi extensions.",
5
5
  "keywords": [
6
6
  "agent-documentation",
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@deepseek-ai/cordis": "4.0.1",
60
60
  "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.20",
61
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.56"
61
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.57"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@earendil-works/pi-coding-agent": "0.85.0",