|
All checks were successful
CI / test (push) Successful in 3m24s
Add `deleted` terminal status: completed/cancelled/failed → deleted via
DELETE /api/intelligent-evals/{id} (idempotent, 409 for non-terminal).
Deleted evals are hidden from list, detail, stats, and all sub-resource
endpoints (sessions/report/decision-logs/config-snapshots); child tables
are untouched (audit-safe). Frontend shows a Popconfirm-guarded delete
button for terminal evals only.
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| config_snapshot.py | ||
| decision_logs.py | ||
| decision.py | ||
| domain.py | ||
| lifecycle.py | ||
| models.py | ||
| read_model.py | ||
| report.py | ||
| repository.py | ||
| scheduler.py | ||
| task_queue.py | ||