678 B
678 B
name, description
| name | description |
|---|---|
| hwlab-agent-runtime | Build and validate the HWLAB agent-mgr and agent-worker runtime skeleton, including session lifecycle, workspace volume bookkeeping, trace events, evidence records, and explicit skills commitId handling. |
HWLAB Agent Runtime
Use this skill when working on HWLAB agent runtime skeletons.
- Keep the control plane long-lived and worker execution session-scoped.
- Model the lifecycle as create, start, trace, finish, cleanup.
- Always carry explicit evidence record fields through the run plan.
- Use repo-local skills artifacts only when a commitId is supplied explicitly.
- Do not infer or fall back to external skill sources.