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:
@@ -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";
|
||||
Reference in New Issue
Block a user