feat: expand domain schema and seed profiles

This commit is contained in:
Sergey Antropoff
2026-07-13 01:13:26 +03:00
parent 636f42ce9d
commit 67f75e5484
9 changed files with 558 additions and 65 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ api-diff: ## Compare API snapshots
$(BIN)/proxmox-api-contract diff $(ARGS)
seed: ## Seed simulation data
$(BIN)/python -m app.simulation.seed_cli
SEED_PROFILE="$${PROFILE:-small}" $(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