Co-authored-by: Cursor <cursoragent@cursor.com>
@@ -0,0 +1,11 @@
.PHONY: build test install
BINARY := agent-notify
build:
go build -o bin/$(BINARY) ./cmd/agent-notify
test:
go test ./...
install: build
install -m 755 bin/$(BINARY) $(HOME)/.local/bin/$(BINARY)
The note is not visible to the blocked user.