Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 \
Expand Down