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]
SubcommandPurpose
rebuildRe-extract decisions from every thread within —since N days. Idempotent on unchanged thread content
showShow 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
helpPrint this message or the help of the given subcommand(s)
FlagDescription
--account <ACCOUNT>
--topic <TOPIC>
--since <SINCE_DAYS>
--limit <LIMIT>[default: 50]
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint 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]
FlagDescription
--account <ACCOUNT>
--since <SINCE_DAYS>[default: 180]
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint 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>
FlagDescription
<ID>
FlagDescription
--format <FORMAT>[possible values: table, json, jsonl, csv, ids]
-h, --helpPrint help