Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crates/db/src/prism_store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ pub async fn update_prism_submission(
/// Completed measurements are retained for post-run review retries; rows
/// without metrics drop stale pod/exec fields and re-provision cleanly.
/// When `bump_retry`, increments `retry_count` and clears screens
/// (manual / llm_infra / ast_infra). When false (Lium 429 / `no_capacity`),
/// (manual / `llm_infra` / `ast_infra`). When false (Lium 429 / `no_capacity`),
/// keeps attempts **and** similarity/review so sold-out rent ticks do not
/// re-bill LLM screens.
///
Expand Down
Loading