Files
Memoh/cmd/agent/mise.toml
晨苒 d50eeea114 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
2026-04-14 06:22:00 +08:00

9 lines
141 B
TOML

[task_config]
dir = "{{cwd}}"
[tasks.start]
alias = "dev"
description = "Start server"
run = "go run cmd/agent"
depends = ["//:go-install"]