conductor(checkpoint): Checkpoint end of Phase 1

This commit is contained in:
2026-02-08 05:53:27 -08:00
parent 3eaa84872c
commit e71d5e2ffc
12 changed files with 149 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
.PHONY: setup test run
setup:
python3 -m venv .venv
. .venv/bin/activate && pip install -r requirements.txt
test:
. .venv/bin/activate && pytest -v --cov=.
run:
. .venv/bin/activate && python3 cluster_status.py