From c01881ade08c8511a932027ef7a62e0b7bc20b43 Mon Sep 17 00:00:00 2001 From: zhi Date: Mon, 30 Mar 2026 20:47:56 +0000 Subject: [PATCH] BE-CAL-003: Agent model with status/heartbeat/exhausted fields (backend submodule) --- HarborForge.Backend | 2 +- plans/TASKLIST.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/HarborForge.Backend b/HarborForge.Backend index 3dcd07b..1c062ff 160000 --- a/HarborForge.Backend +++ b/HarborForge.Backend @@ -1 +1 @@ -Subproject commit 3dcd07bdf3065c5549de017e7e74e9860477db9f +Subproject commit 1c062ff4f1503199b25bae730e9abb3925849f9e diff --git a/plans/TASKLIST.md b/plans/TASKLIST.md index cb0bbfb..97e10c7 100644 --- a/plans/TASKLIST.md +++ b/plans/TASKLIST.md @@ -107,10 +107,10 @@ - [x] 加入层级参数校验约束 - [x] 处理 user 归属关系 -- [ ] BE-CAL-003:新增 Agent 扩展字段(backend only) - - [ ] 为 Agent 增加 `status / last_heartbeat` - - [ ] 增加 `exhausted_at / recovery_at / exhaust_reason` - - [ ] 明确与现有 user / monitor 标识的关系 +- [x] BE-CAL-003:新增 Agent 扩展字段(backend only) + - [x] 为 Agent 增加 `status / last_heartbeat` + - [x] 增加 `exhausted_at / recovery_at / exhaust_reason` + - [x] 明确与现有 user / monitor 标识的关系 - [ ] BE-CAL-004:实现 MinimumWorkload 存储方案(backend only) - [ ] 确定 JSON 字段还是独立表