chore: implement review comments

This commit is contained in:
Abhishek Kumar 2026-07-07 18:34:40 +05:30
parent a6ca02bd13
commit 681c1c9801
6 changed files with 16 additions and 16 deletions

View file

@ -1,9 +1,8 @@
"""Rule-based audit of a workflow definition's nodes + edges.
Pure, dependency-free helpers derived from `NodeSpec.graph_constraints`.
Lives in tracked code so the regression tests in
`test_workflow_graph_constraints.py` can pin it; admin cleanup scripts
under `api/services/admin_utils/` are the production consumers.
Lives in tracked code so `test_workflow_graph_constraints.py` can pin the
verdicts that one-off cleanup tooling needs to share with runtime validation.
"""
from collections import Counter