Define timed observations and immutable demonstration recordings - #33
Merged
Merged
Conversation
This was referenced Sep 8, 2026
…onstration-recording
…onstration-recording
…onstration-recording
…onstration-recording
Jepson2k
marked this pull request as ready for review
September 17, 2026 22:33
Receipt times come from the host clock, which can tick coarser than the status cadence, so two publications may land on one tick. Order is still enforced by publication sequence and controller time, and a receipt time that runs backwards is still refused. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N8zt66KjkzgZLtQuSfJd9r
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01N8zt66KjkzgZLtQuSfJd9r
Jepson2k
changed the base branch from
feat/execution-speed-override
to
main
September 18, 2026 01:57
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.
Controller observations need a session identity and source timestamps before an application can record cadence, detect missing publications or distinguish a restarted controller.
Adds status metadata and immutable demonstration, joint/tool sample and gap types. Explicit span selection preserves original timestamps; discontinuous recordings are refused for replay. This package performs no robot or file I/O.
Depends on #32. Companion backend and Commander PRs use
feat/demonstration-recording.Validation: both backend status streams exercised through Commander capture/export/import and replay; status codecs cover malformed metadata; formatting and type checks pass.
Companion PRs: waldoctl #33, PAROL6 #46, PAR6 #76, Waldo Commander #59.