Сохранить phase104 в агентные автопрогоны

This commit is contained in:
2026-06-15 20:22:59 +03:00
parent 10cc779de8
commit d0d7962b65
4 changed files with 261 additions and 1 deletions
+5 -1
View File
@@ -720,7 +720,11 @@ def parse_args() -> argparse.Namespace:
parser.add_argument("--prompt-fingerprint", help="Optional prompt fingerprint metadata.")
parser.add_argument(
"--validated-run-dir",
help="Accepted truth-harness artifact directory containing pack_state.json, truth_review.json, and business_review.json.",
help=(
"Accepted replay artifact directory. Supports truth-harness runs "
"(pack_state/truth_review/business_review), domain-case-loop pack/scenario dirs, "
"and run-pack-loop dirs with loop_state.json."
),
)
parser.add_argument(
"--allow-unvalidated",