- 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> |
||
|---|---|---|
| .. | ||
| migrations | ||
| __init__.py | ||
| candidate_prioritizer.py | ||
| config.py | ||
| exceptions.py | ||
| models.py | ||
| portfolio_states.py | ||
| report_store.py | ||
| repository.py | ||
| risk_evaluator.py | ||
| risk_metrics.py | ||
| supabase_client.py | ||
| trade_executor.py | ||