Commit uncommitted docs — resume incomplete-run detection includes mr-skipped.json #270
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update the README's resume-detection description so it matches current behaviour: a run is considered incomplete when
error.jsonexists and there is no successfulmr-result.jsonormr-skipped.json.Files involved:
README.md(Resume capability section)Why now: the doc was out of date relative to the
mr-skipped.jsoncompletion signal already used by the resume logic, which could mislead contributors about what counts as a completed run.