Files
pikasTech-HWLAB/tools/hwlab-code-agent-cli.ts
Codex Agent 4c3a8951f6 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
2026-06-07 18:11:43 +08:00

7 lines
234 B
TypeScript

#!/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";