Add deployment of statusline.

This commit is contained in:
2025-12-16 16:52:18 +00:00
parent cc7b458f07
commit cae0af62e2
3 changed files with 32 additions and 3 deletions
+29
View File
@@ -221,6 +221,35 @@ builds:
- goos: windows
goarch: arm64
# Hook: statusline
- id: hook-statusline
main: ./cmd/hooks/statusline
binary: hooks/statusline
env:
- CGO_ENABLED=1
tags:
- fts5
flags:
- -trimpath
ldflags:
- -s -w
- -X main.Version={{.Version}}
- -X github.com/lukaszraczylo/claude-mnemonic/pkg/hooks.Version={{.Version}}
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm64
ignore:
- goos: darwin
goarch: amd64
- goos: linux
goarch: arm64
- goos: windows
goarch: arm64
archives:
- id: default
formats:
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "claude-mnemonic-dashboard",
"version": "v0.6.5-11-gdb528b2-dirty",
"version": "v0.6.5-23-g21bcbfa",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "claude-mnemonic-dashboard",
"version": "v0.6.5-11-gdb528b2-dirty",
"version": "v0.6.5-23-g21bcbfa",
"dependencies": {
"vue": "^3.5.13"
},
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "claude-mnemonic-dashboard",
"version": "v0.6.5-11-gdb528b2-dirty",
"version": "v0.6.5-23-g21bcbfa",
"private": true,
"type": "module",
"scripts": {