feat(hooks): consolidate shared transport helpers

This commit is contained in:
William Valentin
2026-03-26 11:22:27 -07:00
parent d49785cb25
commit fdfcb50e80
10 changed files with 374 additions and 948 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
"main": "handler.js",
"type": "module",
"bin": {
"agentmon-handler": "./handler.js"
"agentmon-gemini-handler": "./handler.js"
},
"scripts": {
"build": "npx esbuild handler.ts --platform=node --format=esm --outfile=handler.js"