feat(agent) multi-driver db monitoring, hot-plug config, release pipeline

This commit is contained in:
2026-06-15 17:29:53 +01:00
parent db6ed003f1
commit 40811ed6e8
17 changed files with 949 additions and 34 deletions

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "bugswatch-agent",
"version": "0.1.0",
"scripts": {
"release": "bun version patch && git push && git push --tags",
"release:minor": "bun version minor && git push && git push --tags",
"release:major": "bun version major && git push && git push --tags"
}
}