fix(abiba): recipient format fix, add types.d.ts; feat(hermes): standalone bridge adapter
CI / validate (pull_request) Failing after 7s
CI / validate (pull_request) Failing after 7s
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user