# === DEBUG TOOLS === # # Debugging and cost comparison utilities .PHONY: compare-costs compare-costs: ## Compare costs from analytics, usage, and cost_report by daily breakdown @echo "Comparing costs across three sources..." @uv run python src/debug/compare_costs.py @echo "" @echo "Results saved to: $(OUTPUT_DIR)/debug/differences.json"