2.0 KiB
2.0 KiB
R2.6.2 任务报告
结论
- 已由 Artificer 在 PR #1892 实现全新、未暴露的 Monitor workbench 资产和 central Monitor read model。
- 精确交付 head 为
b9f8aa756ea7168159ebc17f8db77aa9338b2c26,合并 commit 为ab6bd84d061799756192b869e5f847e48e73e25f。 - 页面不复用旧
monitor-web.js/monitor-web.css的页面骨架、状态聚合或补丁式样式;central Monitor API 是唯一业务数据入口。
主代理终审修订
- 修复 server 侧先分页再过滤、summary/finding 计数被页大小截断,以及客户端硬编码
limit=100的问题。 - URL 作为 sentinel/node/lane/status/from/to、run、tab 与 detail 的唯一客户端状态来源;非法 tab/status/time/encoding 显式失败。
960x600下提供紧凑 node/lane 与 time-range 操作面板,不再隐藏关键筛选能力。- timeline、finding、artifact 和 diagnostic 使用语义化行与稳定详情面板;diagnostic 支持深链与原始数据查看。
latestFailureAt只统计真实failed终态,不把 running/unknown 误记为失败;memory 与 PostgreSQL 查询语义一致。- cadence/freshness/health 只读取 owning YAML 投影到 central runtime metadata 的事实,缺失时显式 unavailable/degraded。
验证
- 主代理在精确 head detached worktree 复验:
21 pass / 0 fail。 verify-web-probe-sentinel-monitor-workbench.ts返回exposed=false,覆盖1920x1080与960x600静态边界。- 三个浏览器模块通过
node --check --input-type=module;git diff --check通过。 - 新资产仍未注册生产路由,未提前切换 legacy SQLite authority。
后续边界
- R2.6.3 必须和 R2.5.3 Release B 一次完成:PG 迁移验证通过后注册新入口、删除旧 UI/query/dashboard/fallback/CSS,并完成 internal/public 原入口 web-probe 与截图验收。
- CI/CD 只观察 PR merge 后自动链路,禁止手工 mirror、PipelineRun、GitOps 或 Argo 操作。