.PHONY: phase1 test

phase1:
	go run ./cmd/agentbox phase1

test:
	go test ./...
