fix: add involves edge from task to agent:nomos at creation
Some checks failed
ci / build-test (push) Has been cancelled
ci / docker-build (push) Has been cancelled
ci / web (push) Has been cancelled
Desktop App / Build Linux (amd64) (push) Has been cancelled
Desktop App / Attach to Release (push) Has been cancelled

Plus sync vendor directory for Docker build compatibility.
This commit is contained in:
2026-08-11 22:03:12 +02:00
parent 7d6a3320d4
commit febc153b7f
3384 changed files with 945212 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 669 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

BIN
vendor/github.com/wailsapp/wails/v3/pkg/icons/icon.ico generated vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

33
vendor/github.com/wailsapp/wails/v3/pkg/icons/icons.go generated vendored Normal file
View File

@@ -0,0 +1,33 @@
package icons
import _ "embed"
//go:embed DefaultMacTemplateIcon.png
var SystrayMacTemplate []byte
//go:embed systray-light.png
var SystrayLight []byte
//go:embed icon.ico
var DefaultWindowsIcon []byte
//go:embed systray-dark.png
var SystrayDark []byte
//go:embed ApplicationDarkMode-256.png
var ApplicationDarkMode256 []byte
//go:embed ApplicationLightMode-256.png
var ApplicationLightMode256 []byte
//go:embed WailsLogoBlack.png
var WailsLogoBlack []byte
//go:embed WailsLogoBlackTransparent.png
var WailsLogoBlackTransparent []byte
//go:embed WailsLogoWhite.png
var WailsLogoWhite []byte
//go:embed WailsLogoWhiteTransparent.png
var WailsLogoWhiteTransparent []byte

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB