Skip to content

mxr decisions

Generated from mxr decisions --help. Edit the clap definitions in crates/daemon/src/cli/ and re-run npm run build in site/ to regenerate.

List or rebuild the citation-backed decision log

mxr decisions [OPTIONS] [COMMAND]
Subcommand Purpose
rebuild Re-extract decisions from every thread within –since N days. Idempotent on unchanged thread content
show Show a single decision row by its id (returned by mxr decisions --format json|ids). Exits non-zero when the id is unknown so scripts can branch on presence
help Print this message or the help of the given subcommand(s)
Flag Description
--account <ACCOUNT>
--topic <TOPIC>
--since <SINCE_DAYS>
--limit <LIMIT> [default: 50]
--format <FORMAT> [possible values: table, json, jsonl, csv, ids]
-h, --help Print help

List or rebuild the citation-backed decision log. Idempotent on unchanged threads. See archive intelligence.

Terminal window
mxr decisions --topic pricing --format json
mxr decisions rebuild --since 180
mxr decisions --since 30 --format ids | xargs -I{} mxr decisions show {}

Re-extract decisions from every thread within –since N days. Idempotent on unchanged thread content

mxr decisions rebuild [OPTIONS]
Flag Description
--account <ACCOUNT>
--since <SINCE_DAYS> [default: 180]
--format <FORMAT> [possible values: table, json, jsonl, csv, ids]
-h, --help Print help

Show a single decision row by its id (returned by mxr decisions --format json|ids). Exits non-zero when the id is unknown so scripts can branch on presence

mxr decisions show [OPTIONS] <ID>
Flag Description
<ID>
Flag Description
--format <FORMAT> [possible values: table, json, jsonl, csv, ids]
-h, --help Print help