feat: hwlab-code-agent tool and skill for agent scheduling

- tools/hwlab-code-agent-cli.ts: thin wrapper importing from skills/
- skills/hwlab-code-agent/: SKILL.md, config.json, scripts/src/client.ts
- toolAliases: hwlab-code-agent (spawn/poll/result/trace)
- skillRefs: hwlab-code-agent SKILL.md
- hwpod spec auto-inheritance: --spec-path, CWD .hwlab/, HWPOD_SPEC_CONTENT
- Leader agent can spawn Coder/Reviewer with inherited hwpod spec
This commit is contained in:
Codex Agent
2026-06-07 18:11:43 +08:00
parent 2577ecfaf9
commit 4c3a8951f6
6 changed files with 503 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bun
/**
* hwlab-code-agent — Leader Agent 调度子 agent 的入口
* 实际逻辑在 skills/hwlab-code-agent/scripts/hwlab-code-agent-cli.ts
*/
import "../skills/hwlab-code-agent/scripts/hwlab-code-agent-cli.ts";