From b60ad65e217e198dd6cc42908e71b9561737953c Mon Sep 17 00:00:00 2001 From: Evan Senter Date: Sun, 25 Jan 2026 10:03:29 +0000 Subject: [PATCH] chore: Remove install alias Users should explicitly choose install-server or install-client. Co-Authored-By: Claude Opus 4.5 --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index c12f733..e756542 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: check fmt lint test clean install install-server install-client uninstall restart dev venv logs +.PHONY: check fmt lint test clean install-server install-client uninstall restart dev venv logs # Run all quality gates (format check, lint, tests) check: fmt lint test @@ -92,9 +92,6 @@ install-client: @echo "Add to your shell profile (~/.zshrc, ~/.bashrc, or ~/.extra):" @echo ' export AGENT_SESSION_ANALYTICS_URL="$(REMOTE_URL)"' -# Alias for install-server (backwards compatibility) -install: install-server - # Restart the service (server only, lightweight alternative to install-server) restart: @if [ "$$(uname)" = "Darwin" ]; then \