--subject NAME | How to refer to you in facts (default the user; set to your name). |
--model NAME | Override the LLM model for this run. |
--chunk-size N | Characters per LLM call (default 4000; valid 500–32000). |
--tags T1,T2 | Apply these tags to every extracted fact. |
--dedup POLICY | dedup_policy for the resulting remember_batch (default skip_if_near). |
--max-facts N | Sanity cap on total extracted facts (default 10000). |
--commit | Actually insert (default is dry-run). |
--yes | With --commit, skip the y/N confirmation prompt. |
--output FILE | In dry-run, write JSON here instead of stdout. |