Сохранить phase104 в агентные автопрогоны
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user