move workspace templates to repo root and auto-sync into embed path at build time

This commit is contained in:
DBT
2026-02-24 04:54:12 +00:00
parent 78b6f6fdf6
commit 0470a1bbe0
11 changed files with 50 additions and 97 deletions

View File

@@ -162,8 +162,9 @@ run: build
@$(BUILD_DIR)/$(BINARY_NAME) $(ARGS)
## test: Build and compile-check in Docker (Dockerfile.test)
test:
test: sync-embed-workspace
@echo "Running Docker compile test..."
@set -e; trap '$(MAKE) cleanup-embed-workspace' EXIT; \
docker build -f Dockerfile.test -t clawgo:test .
@echo "Docker compile test passed"