export_distillates
Export distillates with vote sum at or above a minimum to a JSONL file, marking them as exported to prevent duplicates on subsequent exports.
Instructions
Write distillates with vote_sum >= min_vote to a jsonl bucket. Marks them exported_at so the same item isn't re-exported next call. Default output: ~/.threadkeeper/tasks/distillates.jsonl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| min_vote | No | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |