fix(consistency): preserve checker call compatibility
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a023c0-a0a3-7c03-b395-5a0d2757214d
This commit is contained in:
tegwick 2026-08-22 12:41:46 +02:00
parent e2544b218d
commit 70a708ff11

View file

@ -988,9 +988,9 @@ def _inject_yaml_block_field(
def _check_work_record_registration(
api_base: str,
repo_dir: Path,
report: "ConsistencyReport",
api_base: str = "http://127.0.0.1:8000",
bootstrap_empty_projection: bool = False,
) -> None:
"""C-32: register kind: intake / kind: decision YAML blocks found
@ -1271,9 +1271,9 @@ def check_repo(
# C-32: intake/decision work-record registration (CUST-WP-0061-T02)
_check_work_record_registration(
api_base,
repo_dir,
report,
api_base=api_base,
bootstrap_empty_projection=bootstrap_empty_projection,
)