
.PHONY : install-invoke
install-invoke :
	uv pip install "invoke>=2.2.0"

.PHONY : update-uv
update-uv :
	uv self update
