Files
Memoh/.air.toml
T
晨苒 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

23 lines
530 B
TOML

root = "."
tmp_dir = "tmp"
[build]
cmd = "go build -o ./tmp/memoh-server ./cmd/agent && sh devenv/bridge-build.sh"
bin = "./tmp/memoh-server"
args_bin = ["serve"]
include_ext = ["go", "toml"]
include_dir = ["cmd", "internal", "conf"]
exclude_dir = ["tmp", "vendor", "node_modules", "packages", "apps", "docs", "devenv", "docker", "scripts", "db/migrations"]
exclude_regex = ["_test\\.go$"]
delay = 1000
stop_on_error = true
send_interrupt = true
kill_delay = 500
[log]
time = false
main_only = true
[misc]
clean_on_exit = true