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
+13
View File
@@ -0,0 +1,13 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"lib": ["ES2022", "DOM"],
"jsx": "react-jsx",
"strict": true,
"skipLibCheck": true,
"noEmit": true
},
"include": ["src"]
}