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
@@ -47,7 +47,7 @@ def test_deployment_documents_one_scheduler_and_external_data_root() -> None:
assert "GYXX_DATA_ROOT" in guide
assert "/var/lib/gyxx-flow" in guide
assert "Windows Task Scheduler" in guide
assert len(payload["schedules"]) == 23
assert len(payload["schedules"]) == 27
assert sum(item.get("enabled", True) for item in payload["schedules"]) == 23