AgentEvalTool/frontend/web
sinohqb d87aad5aed
All checks were successful
CI / test (push) Successful in 3m13s
refactor(ui): single-source intelligent-eval label maps in status.ts
架构审查候选⑤:消除标签双轨,状态/决策类型映射单一出口。

- status.ts 新增 DECISION_TYPE_META(12 类型与后端 decision_type 字面量
  对齐)+ decisionTypeOf() 兜底:后端新增类型时前端不再静默显示裸字符串,
  未识别类型显式标注"未识别·xxx"
- DecisionProcess / ExecutionProcess 删除各自手写的 DECISION_TYPE_LABELS
  (后者是审查报告之外的第三处双轨),统一走 decisionTypeOf
- IntelligentEvals 的 STAT_CHIPS 标签从 EVAL_STATUS 派生,不再平行维护

tsc --noEmit 通过,前端 20 tests 全过,标签文本零变化。
2026-08-21 04:00:32 +08:00
..
src refactor(ui): single-source intelligent-eval label maps in status.ts 2026-08-21 04:00:32 +08:00
index.html v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
package-lock.json chore: update package-lock.json version to 1.2.0 2026-08-20 20:25:14 +08:00
package.json chore: bump version to 1.2.0 for UI optimization release 2026-08-20 20:16:57 +08:00
tsconfig.json v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
tsconfig.node.json v0.2.0-dev: 文件管理 + 页面布局统一 + 6 个 bug 修复 2026-07-16 15:25:22 +08:00
vite.config.ts refactor(architecture): deepen evaluation lifecycle and read model 2026-08-07 03:11:37 +08:00