feat(ui): add operator UI server, stores, and insights

This commit is contained in:
2026-02-23 18:49:53 -05:00
parent 8100f4d1c6
commit cf386e1aaa
18 changed files with 3252 additions and 17 deletions

View File

@@ -10,6 +10,7 @@
"test": "node --import tsx/esm --test tests/**/*.test.ts",
"verify": "npm run check && npm run check:tests && npm run test && npm run build",
"dev": "node --import tsx/esm src/index.ts",
"ui": "node --import tsx/esm src/ui/server.ts",
"codex": "node --import tsx/esm src/examples/codex.ts",
"claude": "node --import tsx/esm src/examples/claude.ts",
"start": "node dist/index.js"