@agimon-ai/doompi-log 0.0.1-alpha.56 → 0.0.1-alpha.58

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 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -16,8 +16,9 @@ The extension aggregates telemetry it observes in-process and can query historic
16
16
 
17
17
  ## Install
18
18
 
19
- DoomPi includes Log in every composition. Pi discovers its sole extension entry through
20
- `package.json.pi.extensions`. For standalone Pi:
19
+ `doompi init` and `dpi init` include Log in `default.packages` in `.doom/modes.yaml`. Remove it
20
+ or move it to a named layer to change which major modes load it. Pi discovers its sole extension
21
+ entry through `package.json.pi.extensions`. For standalone Pi:
21
22
 
22
23
  ```bash
23
24
  pi install npm:@agimon-ai/doompi-log
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi-log",
3
- "version": "0.0.1-alpha.56",
3
+ "version": "0.0.1-alpha.58",
4
4
  "description": "Pi session metrics, findings, sink status, and a Log Metrics overlay for agent observability.",
5
5
  "keywords": [
6
6
  "agent-observability",
@@ -78,11 +78,11 @@
78
78
  "@agimon-ai/log-sink-mcp": "0.29.19",
79
79
  "@deepseek-ai/cordis": "4.0.1",
80
80
  "hono": "4.13.5",
81
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.55",
82
- "@agimon-ai/doompi-telemetry": "0.0.1-alpha.55",
83
- "@agimon-ai/doompi-web-components": "0.0.1-alpha.16",
84
- "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.19",
85
- "@agimon-ai/doompi-web-security": "0.0.1-alpha.17"
81
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.57",
82
+ "@agimon-ai/doompi-telemetry": "0.0.1-alpha.56",
83
+ "@agimon-ai/doompi-web-components": "0.0.1-alpha.17",
84
+ "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.20",
85
+ "@agimon-ai/doompi-web-security": "0.0.1-alpha.19"
86
86
  },
87
87
  "devDependencies": {
88
88
  "@earendil-works/pi-coding-agent": "0.85.0",
@@ -96,7 +96,7 @@
96
96
  "tsdown": "0.22.14",
97
97
  "typescript": "7.0.2",
98
98
  "vitest": "4.1.11",
99
- "@agimon-ai/doompi-ui": "0.0.1-alpha.56"
99
+ "@agimon-ai/doompi-ui": "0.0.1-alpha.58"
100
100
  },
101
101
  "peerDependencies": {
102
102
  "@earendil-works/pi-coding-agent": "0.85.0",