docs: update README, AGENTS.md, Makefile, and architecture docs
CI / check (push) Has been cancelled

This commit is contained in:
2026-06-04 22:10:50 -04:00
parent a7b5c13d4b
commit ac18f65094
9 changed files with 951 additions and 8 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ bundle-watch: node_modules ## Watch mode for frontend development
@test -f $(GHOSTTY_WASM) || bun run copy-wasm
bun run watch
build-go: ## Build Go CLI binary
build-go: build-fast ## Build Go CLI binary
cd $(GO_DIR) && mkdir -p bin && go build -ldflags "$(GO_VERSION_LDFLAGS)" -o ./bin/webterm ./cmd/webterm
clean: ## Remove coverage artifacts