feat: import an asciinema terminal recording into the interaction stream - #84
Merged
Merged
Conversation
…e 1) Assisted-by: Claude:claude-fable-5-1
…review fixes) Assisted-by: Claude:claude-fable-5-1
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.
Ships intent itd-11 (a terminal recording arrives the way a voice recording already does).
testimony import -session DIR [-cast FILE] [-offset SECONDS]reads an operator-recorded asciicast (v2 absolute times or v3 intervals, accumulated on an exact microsecond grain so both formats yield identical records), anchors it to the sessiont0from the header timestamp or an explicit offset, coalesces output per displayed line, splits oversized events at rune boundaries under the JSONL budget, drops input events unconditionally and reports the count, rewritesinteractions.jsonlatomically replacing only its own prior records, and archives the cast asterminal.cast.record,merge,report,analyze, andrevieware unchanged; the timeline schema learns no new source type.Assisted-by: Claude:claude-fable-5-1