Skip to content
Cascading Labs QScrape VoidCrawl Yosoi

Output Policy

output controls human and file output.

output:
formats: [json]
quiet: true
json_output: false
plain_output: false
debug_html: false
debug_html_dir: .yosoi/debug
flat_files: false
logs: true

Fields

FieldTypeDefaultDescription
formatslist[string][]Persisted output formats, such as json, jsonl, csv, xlsx, or parquet.
quietbooleantrueMinimize human terminal output.
json_outputbooleanfalseMachine JSON output mode.
plain_outputbooleanfalsePlain terminal output.
debug_htmlbooleanfalseSave extracted HTML/debug artifacts.
debug_html_dirpath.yosoi/debugDebug artifact directory.
flat_filesbooleanfalseMirror extracted content to .yosoi/content.
logsbooleantrueEnable local run logs.

For automation, prefer CLI --json or policy json_output: true. For audit artifacts, use formats and flat_files.