Fix CI build by embedding workspace templates from repo root

This commit is contained in:
野生派Coder~
2026-03-05 23:05:26 +08:00
parent 3894f0e27a
commit c1baf67ce6
3 changed files with 10 additions and 4 deletions

8
workspace_embed.go Normal file
View File

@@ -0,0 +1,8 @@
package clawgo
import "embed"
// EmbeddedWorkspace bundles onboarding workspace templates into the binary.
//go:embed all:workspace
var EmbeddedWorkspace embed.FS