chore: migrate pi packages to earendil works scope

This commit is contained in:
Mario Zechner
2026-05-07 15:59:42 +02:00
parent 801db80b65
commit 3e5ad67e0f
324 changed files with 958 additions and 1062 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "@mariozechner/pi-agent-core",
"name": "@earendil-works/pi-agent-core",
"version": "0.73.0",
"description": "General-purpose agent with transport abstraction, state management, and attachment support",
"type": "module",
@@ -17,7 +17,7 @@
"prepublishOnly": "npm run clean && npm run build"
},
"dependencies": {
"@mariozechner/pi-ai": "^0.73.0",
"@earendil-works/pi-ai": "^0.73.0",
"typebox": "^1.1.24"
},
"keywords": [
@@ -31,7 +31,7 @@
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/badlogic/pi-mono.git",
"url": "git+https://github.com/earendil-works/pi-mono.git",
"directory": "packages/agent"
},
"engines": {