All checks were successful
Deploy Development / deploy (push) Successful in 45s
Test Suite / pytest-backend (push) Successful in 2m17s
Test Suite / lint-backend (push) Successful in 2s
Test Suite / compose-smoke (push) Has been skipped
Test Suite / k6 /api/health Baseline (push) Successful in 18s
Test Suite / playwright-smoke (push) Successful in 13s
Migration 020 fuer Kantenarten und Parallelgruppe; steering/graph berechnet Fortschritt; UI zeigt Bereit/Blockiert in Liste und Graph. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
162 B
Python
6 lines
162 B
Python
"""Roadmap graph read models (AP1.4d)."""
|
|
|
|
from steering.graph.roadmap_engine import compute_initiative_graph_state
|
|
|
|
__all__ = ["compute_initiative_graph_state"]
|