feat: initial miq.stats-plugin implementation

Operating-numbers view plugin (MIQ-1734): per-agent load, in-flight
per project, pending-decision age, 7-day throughput, and budget tile.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-06-27 04:00:59 +02:00
commit 40529c5991
9 changed files with 891 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import { defineConfig } from "vitest/config";
export default defineConfig({
test: {
environment: "jsdom",
globals: true,
},
});