@caupulican/pi-adaptative 0.78.0 → 0.78.2

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@caupulican/pi-adaptative",
3
- "version": "0.78.0",
4
- "description": "Adaptive fork of Pi coding agent for self-evolving agent harness experiments",
3
+ "version": "0.78.2",
4
+ "description": "Adaptive fork of Pi coding agent for self-evolving agent harness experiments (Caupulican-scoped internal dependency build)",
5
5
  "type": "module",
6
6
  "piConfig": {
7
7
  "name": "pi-adaptative",
@@ -41,9 +41,9 @@
41
41
  "prepublishOnly": "npm run clean && npm run build && npm run shrinkwrap"
42
42
  },
43
43
  "dependencies": {
44
- "@earendil-works/pi-agent-core": "^0.78.0",
45
- "@earendil-works/pi-ai": "^0.78.0",
46
- "@earendil-works/pi-tui": "^0.78.0",
44
+ "@earendil-works/pi-agent-core": "https://registry.npmjs.org/@caupulican/pi-agent-core/-/pi-agent-core-0.78.2.tgz",
45
+ "@earendil-works/pi-ai": "https://registry.npmjs.org/@caupulican/pi-ai/-/pi-ai-0.78.2.tgz",
46
+ "@earendil-works/pi-tui": "https://registry.npmjs.org/@caupulican/pi-tui/-/pi-tui-0.78.2.tgz",
47
47
  "@silvia-odwyer/photon-node": "0.3.4",
48
48
  "chalk": "5.6.2",
49
49
  "cross-spawn": "7.0.6",