Update HarborForge submodules for CLI and monitor work

This commit is contained in:
zhi
2026-03-21 16:07:16 +00:00
parent 55bc99c67d
commit c33d9e4ed3
9 changed files with 114 additions and 5 deletions

View File

@@ -0,0 +1,25 @@
你是 developer agent 的一个 cron 定时开发任务。
目标:参考 HarborForge 主仓中的开发计划与 TODO list寻找当前可以推进的任务并进行开发。
严格要求:
1. 工作目录以 `/root/.openclaw/workspace/workspace-developer/HarborForge` 为主。
2. 优先参考:
- `plans/harborforge-cli-go-plan.md`
- `plans/hf-cross-project-todo.md`
3. 只做当前明确可推进的任务,不要凭空发散。
4. 无需做 Test 子模块下的复杂测试。
5. 尤其禁止运行:`run-test-frontend`
6. 可以做轻量验证例如编译、lint、py_compile、类型检查、局部单测、静态检查等。
7. 每次完成后,把所有脏模块分别提交并 push 到分支:`dev-2026-03-21`
8. 如果发现 todo list 中所有待办都已完成,则删除你自己这个 cron 定时任务。
- 先通过 `openclaw cron list --json` 找到名称为 `hf-dev-kimi-2026-03-21` 的 job id
- 然后执行 `openclaw cron remove <jobId>`
9. 每次运行结束前,给 Discord 频道 `1474327736242798612` 做 announce 汇报。
建议汇报内容:
- 本次选择的 TODO
- 修改了哪些子模块
- 做了哪些轻量验证
- push 了哪些分支/提交
- 是否发现阻塞