@agimon-ai/doompi 0.0.1-alpha.22 → 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 -0
  2. package/package.json +22 -20
package/README.md CHANGED
@@ -586,6 +586,8 @@ nx typecheck @agimon-ai/doompi
586
586
  nx lint @agimon-ai/doompi
587
587
  ```
588
588
 
589
+ DoomPi is maintained by [Agimon](https://agimon.ai/about).
590
+
589
591
  ## License
590
592
 
591
593
  MIT
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi",
3
- "version": "0.0.1-alpha.22",
4
- "description": "Pi-based agent harness for repository automations and developer workflows",
3
+ "version": "0.0.1-alpha.23",
4
+ "description": "Opinionated, composable Pi distribution for scoped agent tools, skills, MCP servers, and developer workflows.",
5
5
  "keywords": [
6
6
  "ai",
7
7
  "coding-agent",
8
8
  "developer-tools",
9
9
  "doompi",
10
+ "pi",
11
+ "pi-coding-agent",
10
12
  "pi-package"
11
13
  ],
12
14
  "homepage": "https://agimon.ai",
@@ -346,24 +348,24 @@
346
348
  "rolldown": "1.0.0-rc.17",
347
349
  "typebox": "1.1.38",
348
350
  "yaml": "2.9.0",
349
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.22",
350
- "@agimon-ai/doompi-autocompact": "0.0.1-alpha.22",
351
- "@agimon-ai/doompi-file-edit": "0.0.1-alpha.22",
352
- "@agimon-ai/doompi-goal": "0.0.1-alpha.12",
353
- "@agimon-ai/doompi-config": "0.0.1-alpha.22",
354
- "@agimon-ai/doompi-log": "0.0.1-alpha.22",
355
- "@agimon-ai/doompi-loop": "0.0.1-alpha.22",
356
- "@agimon-ai/doompi-help": "0.0.1-alpha.5",
357
- "@agimon-ai/doompi-task": "0.0.1-alpha.22",
358
- "@agimon-ai/doompi-mcp": "0.0.1-alpha.22",
359
- "@agimon-ai/doompi-team": "0.0.1-alpha.22",
360
- "@agimon-ai/doompi-user-feedback": "0.0.1-alpha.11",
361
- "@agimon-ai/doompi-telemetry": "0.0.1-alpha.22",
362
- "@agimon-ai/doompi-plan": "0.0.1-alpha.22",
363
- "@agimon-ai/doompi-ui": "0.0.1-alpha.22",
364
- "@agimon-ai/doompi-runner": "0.0.1-alpha.22",
365
- "@agimon-ai/doompi-workflow": "0.0.1-alpha.22",
366
- "@agimon-ai/doompi-voice": "0.0.1-alpha.22"
351
+ "@agimon-ai/doompi-autocompact": "0.0.1-alpha.23",
352
+ "@agimon-ai/doompi-config": "0.0.1-alpha.23",
353
+ "@agimon-ai/doompi-file-edit": "0.0.1-alpha.23",
354
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.23",
355
+ "@agimon-ai/doompi-goal": "0.0.1-alpha.13",
356
+ "@agimon-ai/doompi-help": "0.0.1-alpha.6",
357
+ "@agimon-ai/doompi-log": "0.0.1-alpha.23",
358
+ "@agimon-ai/doompi-mcp": "0.0.1-alpha.23",
359
+ "@agimon-ai/doompi-loop": "0.0.1-alpha.23",
360
+ "@agimon-ai/doompi-plan": "0.0.1-alpha.23",
361
+ "@agimon-ai/doompi-runner": "0.0.1-alpha.23",
362
+ "@agimon-ai/doompi-task": "0.0.1-alpha.23",
363
+ "@agimon-ai/doompi-user-feedback": "0.0.1-alpha.12",
364
+ "@agimon-ai/doompi-telemetry": "0.0.1-alpha.23",
365
+ "@agimon-ai/doompi-team": "0.0.1-alpha.23",
366
+ "@agimon-ai/doompi-voice": "0.0.1-alpha.23",
367
+ "@agimon-ai/doompi-ui": "0.0.1-alpha.23",
368
+ "@agimon-ai/doompi-workflow": "0.0.1-alpha.23"
367
369
  },
368
370
  "devDependencies": {
369
371
  "@earendil-works/pi-ai": "0.84.2",