fix: persist code agent workspace

This commit is contained in:
Codex
2026-05-27 13:25:52 +08:00
parent 3c7f13191b
commit d02b7cd8a6
8 changed files with 421 additions and 16 deletions
+7
View File
@@ -7,6 +7,13 @@ description: Build and validate the HWLAB agent-mgr and agent-worker runtime ske
Skill(cli-spec)
Scope: this skill is only for HWLAB-internal Code Agent runtime work inside
the HWLAB repository and runtime, such as `/workspace/hwlab` agent sessions,
`/root/hwlab` source changes, and HWLAB-managed worker or skill services. It
does not apply to external developer workspaces such as `/root/unidesk`; those
workspaces must follow their own repository instructions and must not treat
this skill as a general UniDesk or third-party developer runtime contract.
Use this skill when working on HWLAB agent runtime skeletons.
- Keep the control plane long-lived and worker execution session-scoped.