feat: add deterministic small cluster seed

This commit is contained in:
Sergey Antropoff
2026-07-12 23:56:06 +03:00
parent 882ae97fcf
commit 7a668127a3
7 changed files with 179 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ api-diff: ## Compare API snapshots
$(BIN)/proxmox-api-contract diff $(ARGS)
seed: ## Seed simulation data
@echo "Database seed is scheduled for milestone D2" >&2; exit 2
$(BIN)/python -m app.simulation.seed_cli
clean: ## Remove generated local artifacts
rm -rf $(VENV) .coverage coverage.xml htmlcov .mypy_cache .pytest_cache .ruff_cache