feat: add scriptable housekeeper rule engine

This commit is contained in:
Marcel Peterkau
2026-06-21 17:43:04 +02:00
parent e63abbae81
commit 4bc1a8a200
18 changed files with 936 additions and 207 deletions
+5
View File
@@ -0,0 +1,5 @@
"""Public API for CCMA housekeeper rule scripts."""
from ccma.rules.api import RuleAction, RuleContext
__all__ = ["RuleAction", "RuleContext"]