10.5 Flags

FlagPurpose
--subject NAMEHow to refer to you in facts (default the user; set to your name).
--model NAMEOverride the LLM model for this run.
--chunk-size NCharacters per LLM call (default 4000; valid 500–32000).
--tags T1,T2Apply these tags to every extracted fact.
--dedup POLICYdedup_policy for the resulting remember_batch (default skip_if_near).
--max-facts NSanity cap on total extracted facts (default 10000).
--commitActually insert (default is dry-run).
--yesWith --commit, skip the y/N confirmation prompt.
--output FILEIn dry-run, write JSON here instead of stdout.