- ReportStore.clear_portfolio_stage(date, portfolio_id): deletes pm_decision (.json + .md) and execution_result files for a given date/portfolio - DELETE /api/run/portfolio-stage endpoint: calls clear_portfolio_stage and returns list of deleted files - Dashboard: 'Reset Decision' button calls the endpoint, then user can run Auto to re-run Phase 3 from scratch while skipping Phase 1 & 2 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| portfolios.py | ||
| runs.py | ||
| websocket.py | ||