From 6b15769010bc8f4c98042497bbf82911981962a6 Mon Sep 17 00:00:00 2001 From: mingzhi1 Date: Tue, 3 Mar 2026 11:05:56 +0800 Subject: [PATCH] feat: Add design documentation for PicoClaw runtime, task refinement, and launcher Wails migration, along with a new release bundle workflow. --- .github/workflows/release-bundle.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-bundle.yml b/.github/workflows/release-bundle.yml index 3236754e3..03aa8f0ed 100644 --- a/.github/workflows/release-bundle.yml +++ b/.github/workflows/release-bundle.yml @@ -145,8 +145,9 @@ jobs: go-version-file: go.mod - name: Build launcher + working-directory: cmd/picoclaw-launcher run: | - go tool wails build -tags stdjson -ldflags "-s -w" -o picoclaw-launcher.exe -appdir cmd/picoclaw-launcher + go tool wails build -tags stdjson -ldflags "-s -w" -o picoclaw-launcher.exe - name: Upload launcher artifact uses: actions/upload-artifact@v4 @@ -187,8 +188,9 @@ jobs: go-version-file: go.mod - name: Build launcher + working-directory: cmd/picoclaw-launcher run: | - go tool wails build -tags stdjson -ldflags "-s -w" -o picoclaw-launcher -appdir cmd/picoclaw-launcher + go tool wails build -tags stdjson -ldflags "-s -w" -o picoclaw-launcher - name: Upload launcher artifact uses: actions/upload-artifact@v4 @@ -220,8 +222,9 @@ jobs: go-version-file: go.mod - name: Build launcher (universal) + working-directory: cmd/picoclaw-launcher run: | - go tool wails build -tags stdjson -ldflags "-s -w" -platform darwin/universal -o picoclaw-launcher -appdir cmd/picoclaw-launcher + go tool wails build -tags stdjson -ldflags "-s -w" -platform darwin/universal -o picoclaw-launcher - name: Upload launcher artifact uses: actions/upload-artifact@v4