Skip to content

Retry errored reasoning and bug validation results on resume - #187

Open
craziery wants to merge 2 commits into
fmagent-project:mainfrom
craziery:fix/retry-error-results-on-resume
Open

Retry errored reasoning and bug validation results on resume#187
craziery wants to merge 2 commits into
fmagent-project:mainfrom
craziery:fix/retry-error-results-on-resume

Conversation

@craziery

@craziery craziery commented Aug 7, 2026

Copy link
Copy Markdown

Summary

  • Treat reasoning results with verdict: ERROR as incomplete during resume.
  • Retry bug validations with confirmation_status: error.
  • Continue reusing successful MATCH, MISMATCH, confirmed, and
    not_confirmed results.
  • Reuse the existing --resume workflow without introducing new CLI options.

Motivation

Reasoning and validation may fail because of transient external conditions,
including network failures, rate limits, excessive concurrency, or unavailable
model credits. Previously, the presence of a readable result file caused these
failed results to be skipped permanently during resume.

Validation

  • Python compilation passed.
  • git diff --check passed.
  • Verified that ERROR/error results are selected for retry.
  • Verified that completed results remain reusable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant