refactor: stabilize runtime and unify config

This commit is contained in:
lpf
2026-03-14 21:40:12 +08:00
parent 60eee65fec
commit 341e578c9f
75 changed files with 3081 additions and 1627 deletions

View File

@@ -269,7 +269,9 @@ sync-embed-workspace:
## cleanup-embed-workspace: Remove synced embed workspace artifacts
cleanup-embed-workspace:
@rm -rf "$(EMBED_WORKSPACE_DIR)"
@if [ -d "$(EMBED_WORKSPACE_DIR)" ]; then \
find "$(EMBED_WORKSPACE_DIR)" -mindepth 1 ! -name 'embedkeep.txt' -exec rm -rf {} +; \
fi
@echo "✓ Cleaned embedded workspace artifacts"
## install: Install clawgo to system and copy builtin skills