Some checks failed
Deploy Development / deploy (push) Successful in 46s
Test Suite / pytest-backend (push) Failing after 3m17s
Test Suite / k6 /api/health Baseline (push) Has been skipped
Test Suite / playwright-smoke (push) Has been skipped
Test Suite / lint-backend (push) Successful in 2s
Test Suite / compose-smoke (push) Has been skipped
MethodDefinition traegt steering_elements/ui_features/graph_profile; operating-context und FE-Registry ohne Archetyp-Ifs. Co-authored-by: Cursor <cursoragent@cursor.com>
16 lines
335 B
Python
16 lines
335 B
Python
"""Steering element catalog — AP2.4."""
|
|
|
|
from steering.elements.registry import (
|
|
STEERING_ELEMENTS,
|
|
get_steering_element,
|
|
list_steering_elements,
|
|
validate_steering_element_keys,
|
|
)
|
|
|
|
__all__ = [
|
|
"STEERING_ELEMENTS",
|
|
"get_steering_element",
|
|
"list_steering_elements",
|
|
"validate_steering_element_keys",
|
|
]
|