A run in history can become a preset, or happen again - #25
Merged
Merged
Conversation
History recorded what had been done and could do nothing about it. The missing piece was in the entry: it kept which preset had run, not what that preset did, so a preset edited or deleted since left a row describing a conversion nothing could reproduce. The chain is now written down beside it, optional so older history still decodes. With the chain there, a row offers three things in order of how useful they are. Save it as a preset - the same mapping in the other direction, saved through the ordinary path, indistinguishable from one made by hand. Run it on files chosen now. Or run it again on the same file, which is the delicate one: an original that has moved is named rather than skipped in silence, and a run recorded with no destination folder replaced its original, so repeating it goes through the existing replace confirmation rather than around it. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018H9CZxWumc3ryumgEHd578
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.
History recorded what had been done and could do nothing about it. The missing piece was in the entry: it kept which preset had run, not what that preset did, so a preset edited or deleted since left a row describing a conversion nothing could reproduce. The chain is now written down beside it, optional so older history still decodes.
With the chain there, a row offers three things in order of how useful they are:
Revealing outputs in Finder was already there and stays.
Test plan
swift test— greenblockHistory.jsonfrom a CLI conversion now carriespresetNameandactions🤖 Generated with Claude Code
https://claude.ai/code/session_018H9CZxWumc3ryumgEHd578