fix: remove invalid agents field from plugin.json (auto-discovered)

This commit is contained in:
Mortdecai
2026-04-01 17:54:55 -04:00
parent 006e27379d
commit 2478b0d5f8
-1
View File
@@ -10,6 +10,5 @@
"repository": "https://git.sethpc.xyz/Seth/git.sethpc.xyz-connector",
"license": "MIT",
"commands": ["./commands"],
"agents": ["./agents"],
"hooks": "./hooks/hooks.json"
}