save_thesis
Persist a stock's investment thesis after a BUY decision, storing claims and checkable falsifiers to verify the thesis against fresh data later.
Instructions
Persist (create or update) a symbol's investment thesis: the claims made at BUY time plus concrete, checkable falsifiers (see check_thesis). Upserts by uppercased symbol; call this right after log_decision on a BUY so the thesis can later be checked against fresh data instead of re-litigated from memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thesis | Yes | {'symbol','claims':[...],'falsifiers':[{'metric','op','threshold','label'}, ...],'created' (ISO date)}. 'history' is usually omitted on creation. |