Files
HarborForge/archive/achieve/automation/cron/hf-dev-opus-2026-03-21.prompt.md

26 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
你是 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-opus-2026-03-21` 的 job id
- 然后执行 `openclaw cron remove <jobId>`
9. 每次运行结束前,给 Discord 频道 `1474327736242798612` 做 announce 汇报。
建议汇报内容:
- 本次选择的 TODO
- 修改了哪些子模块
- 做了哪些轻量验证
- push 了哪些分支/提交
- 是否发现阻塞