fix(abiba): recipient format fix, add types.d.ts; feat(hermes): standalone bridge adapter
CI / validate (pull_request) Failing after 7s

This commit is contained in:
kagentz-bot
2026-06-24 09:06:08 -04:00
parent 705c29a4e0
commit 676a94459c
6 changed files with 3938 additions and 421 deletions
+12 -7
View File
@@ -1,22 +1,27 @@
{
"name": "pi-zulip-extension",
"version": "0.1.0",
"version": "0.2.0",
"description": "pi extension for Zulip agent communication — connects Abiba to the Sysloggh agent mesh",
"main": "src/index.ts",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"check": "tsc --noEmit"
},
"dependencies": {
"zulip-js": "^2.0.0",
"yaml": "^2.0.0"
"zulip-js": "^2.0.0"
},
"devDependencies": {
"@earendil-works/pi-coding-agent": "*",
"typescript": "^5.0.0"
"@mariozechner/pi-coding-agent": "*",
"typescript": "^5.9.3"
},
"keywords": ["pi", "zulip", "agent", "abiba", "sysloggh"],
"keywords": [
"pi",
"zulip",
"agent",
"abiba",
"sysloggh"
],
"license": "UNLICENSED",
"private": true
}