4c3a8951f6
- 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
7 lines
234 B
TypeScript
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";
|