mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
reactor(cli): move memoh cli to tui
1. Split the oversized `cmd/agent` entrypoint into a multi-file package and update dev/build scripts to use the package path instead of compiling `main.go` directly. 2. Add a new `memoh` terminal UI for local bot chat, with Bubble Tea
This commit is contained in:
@@ -145,15 +145,10 @@ run = "scripts/release.sh --prepare-assets"
|
||||
depends = ["//:pnpm-install"]
|
||||
|
||||
[tasks.build-unified]
|
||||
description = "Build unified memoh binary"
|
||||
description = "Build memoh CLI locally"
|
||||
depends = ["//:build-embedded-assets"]
|
||||
run = "go build -o bin/memoh ./cmd/memoh"
|
||||
|
||||
[tasks.release-binaries]
|
||||
description = "Build release archive for one target (requires TARGET_OS TARGET_ARCH)"
|
||||
depends = ["//:pnpm-install"]
|
||||
run = "scripts/release.sh"
|
||||
|
||||
[tasks.install-socktainer]
|
||||
description = "Install socktainer"
|
||||
run = "brew tap socktainer/tap && brew install socktainer"
|
||||
|
||||
Reference in New Issue
Block a user