fix(consistency): preserve checker call compatibility
Assistant: codex Assistant-Model: gpt-5.6-sol Assistant-Session: 01a023c0-a0a3-7c03-b395-5a0d2757214d
This commit is contained in:
parent
e2544b218d
commit
70a708ff11
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue