Skip to content

cents evidence

Manage research evidence.

Terminal window
cents evidence <subcommand> [OPTIONS] [ARGS]...
  • cents evidence delete — Delete a specific evidence item.
  • cents evidence link — Link orphan evidence for a symbol to a thesis.
  • cents evidence list — List evidence, optionally filtered by symbol.
  • cents evidence prune — Delete evidence for theses closed more than N days ago.
  • cents evidence trace — Reconstruct the prompt + output that produced an evidence row.

Delete a specific evidence item.

Synopsis

Terminal window
cents evidence delete [OPTIONS] EVIDENCE_ID

Arguments

ArgumentTypeRequired
EVIDENCE_IDtextyes

Options

OptionTypeDefaultDescription
--yesbooleanfalseConfirm the action without prompting.

Example

Terminal window
cents evidence delete [OPTIONS] EVIDENCE_ID

Link orphan evidence for a symbol to a thesis.

Synopsis

Terminal window
cents evidence link [OPTIONS] SYMBOL

Arguments

ArgumentTypeRequired
SYMBOLtextyes

Options

OptionTypeDefaultDescription
--thesis/-t TEXTtextThesis ID to link to

Example

Terminal window
cents evidence link [OPTIONS] SYMBOL

List evidence, optionally filtered by symbol.

Synopsis

Terminal window
cents evidence list [OPTIONS] [SYMBOL]

Arguments

ArgumentTypeRequired
SYMBOLtextno

Options

OptionTypeDefaultDescription
--orphansbooleanfalseOnly show evidence without a thesis
`—output [textjson]`[text | json]text

Example

Terminal window
cents evidence list [OPTIONS] [SYMBOL]

Delete evidence for theses closed more than N days ago.

By default, removes evidence for theses closed more than 30 days ago. Use —retention-days to change the threshold.

Synopsis

Terminal window
cents evidence prune [OPTIONS]

Options

OptionTypeDefaultDescription
--retention-days/-d INTEGERinteger30Days to retain evidence after thesis closure (default: 30)
--dry-runbooleanfalseShow what would be deleted without deleting

Example

Terminal window
cents evidence prune [OPTIONS]

Reconstruct the prompt + output that produced an evidence row.

Reads the evidence’s provenance columns to find its llm_call_id, then loads the append-only blob from ~/.cents/data/llm_calls/. Returns an error when the evidence has no LLM provenance (e.g. it came from a deterministic agent).

Synopsis

Terminal window
cents evidence trace [OPTIONS] EVIDENCE_ID

Arguments

ArgumentTypeRequired
EVIDENCE_IDtextyes

Options

OptionTypeDefaultDescription
`—output [textjson]`[text | json]text

Example

Terminal window
cents evidence trace [OPTIONS] EVIDENCE_ID
Not financial advice. Cents is an educational and research tool for tracking your own investment theses. Outputs are model-generated and may be inaccurate. You are solely responsible for your own investment decisions.