Hookd Relay: Express server bridging extension to Horus AI agents

This commit is contained in:
Horus AI
2026-04-19 22:50:18 +02:00
commit bca568278f
594 changed files with 63314 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"id-length": 0,
"new-cap": [2, {
"capIsNewExceptions": [
"GetIntrinsic",
],
}],
"no-extra-parens": 0,
"no-magic-numbers": 0,
},
}