docs: record workflow contract manifest

This commit is contained in:
lda
2026-08-03 08:01:29 +07:00 Verified
parent fe3889c9b4
commit c52ad6998f
7 changed files with 36 additions and 154 deletions
@@ -0,0 +1,9 @@
from wf_contract_manifest import (
DEFAULT_MANIFEST_PATH,
check_manifest,
generate_manifest,
)
def test_committed_manifest_matches_the_python_workflow_contract() -> None:
check_manifest(generate_manifest(), DEFAULT_MANIFEST_PATH)