fix: address challenge harness review findings

This commit is contained in:
lda
2026-06-25 02:16:05 +07:00 Verified
parent f87c4701f7
commit 6a14d0fd03
20 changed files with 264 additions and 50 deletions
+4
View File
@@ -25,6 +25,10 @@ def schema_command(
) -> None:
"""Print a compact workflow schema outline or full JSON Schema."""
if name is None or name == "list":
if verbose:
raise typer.BadParameter(
"--verbose requires a schema name", param_hint="NAME"
)
emit_json(schema_catalog_payload())
return
try: