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
+5
View File
@@ -40,6 +40,11 @@ def test_effect_ledger_blocks_applied_and_ambiguous_replays(tmp_path: Path) -> N
run_id="run-003",
)
ledger.mark_ambiguous(ambiguous, reason="nonzero-exit")
assert ledger.status(
workflow_id="product.daily",
business_date="2026-07-28",
step_id="legacy_execute",
) == "ambiguous"
with pytest.raises(EffectStateAmbiguous):
ledger.begin(
workflow_id="product.daily",