feat: Add design documentation for PicoClaw runtime, task refinement, and launcher Wails migration, along with a new release bundle workflow.

This commit is contained in:
mingzhi1 2026-03-03 11:05:56 +08:00
parent d8037c82b8
commit 6b15769010

View file

@ -145,8 +145,9 @@ jobs:
go-version-file: go.mod go-version-file: go.mod
- name: Build launcher - name: Build launcher
working-directory: cmd/picoclaw-launcher
run: | 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 - name: Upload launcher artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
@ -187,8 +188,9 @@ jobs:
go-version-file: go.mod go-version-file: go.mod
- name: Build launcher - name: Build launcher
working-directory: cmd/picoclaw-launcher
run: | 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 - name: Upload launcher artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
@ -220,8 +222,9 @@ jobs:
go-version-file: go.mod go-version-file: go.mod
- name: Build launcher (universal) - name: Build launcher (universal)
working-directory: cmd/picoclaw-launcher
run: | 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 - name: Upload launcher artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4