feat: expand module workflows, dynamic config, notifications and console API

This commit is contained in:
2026-09-04 09:49:37 +08:00
parent 8df5266abb
commit b124d757b0
309 changed files with 89358 additions and 6232 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ def test_supply_module_registers_only_scheduled_workflows() -> None:
)
assert tuple(item.workflow_id for item in module.workflow_definitions()) == SUPPLY_WORKFLOW_IDS
assert len(SUPPLY_WORKFLOW_IDS) == 3
assert len(SUPPLY_WORKFLOW_IDS) == 4
def test_supply_workflows_use_project_owned_module_commands() -> None: