cli/explore: resumable output + run manifest#58
Merged
guillon merged 1 commit intoxtc-tools:mainfrom Mar 4, 2026
Merged
Conversation
guillon
commented
Feb 27, 2026
Member
Author
guillon
left a comment
There was a problem hiding this comment.
Father,
please Update given comments and:
- update TODO
- no need to test exclusive options --resume and --append
Squash commits into a single commit before updating.
guillon
commented
Feb 27, 2026
Member
Author
guillon
left a comment
There was a problem hiding this comment.
Father,
please Update given comments and:
- update TODO
- no need to test exclusive options --resume and --append
Squash commits into a single commit before updating.
3613628 to
66628a1
Compare
Implement resume/append output handling and run manifest metadata for explore CLI. Add CSVCallback unit tests for resume dedup, append behavior, and default overwrite behavior (normal mode). Incorporate PR feedback and keep changes squashed into a single update commit.
66628a1 to
063b14d
Compare
Member
Author
|
@liamsemeria for information |
qaco
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Long-running
loop-exploresessions are currently brittle when interrupted:This change improves resilience and provenance while keeping the default behavior backward compatible.
Description
--resumemode to append and skip already-recorded(backend, sample)rows;--appendmode to append without deduplication;--resumeand--appendmutual exclusion;<output>.meta.jsonrun manifest with args, python/runtime info, timestamp, and git commit hash;Commits
cli/explore: add resume+append output handling and run manifestDiscussion
Fast coverage plan (proposal):
TODO:
Father proposed this change
Father prototyped this change
Father pushed this change