Add waiting_on_operator live receipt state#90
Merged
Conversation
Contributor
Author
|
Self-review after implementation, taking the requested outsider/senior-dev stance:
Recommended action/fix: keep the state-machine behavior as implemented. Do not repurpose Applied: no code change needed for the state machine.
Recommended action/fix: update the quickstart live-mode section with a concrete Applied: added the quickstart example and guidance to reserve |
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.
Summary
Implements #82 by adding
waiting_on_operatoras a first-class live receipt state and non-stopped derived live session status.What changed
waiting_on_operatorto API live receipt validation, operator live status validation, and the agent schema response.operator_stop_neededremains highest priority, including the existing all-participants-settled behavior.waiting_on_operatornow comes beforewaiting_on_peer.waiting_on_peerandactivekeep their existing fallback behavior.Validation
npm test- 3 files, 33 tests passednpm run check- passednpm run build- passedgit diff --check- passedwaiting_on_operatorlive session status and receipt insert - passedMilestone
No open repository milestones are currently available, so no milestone was assigned.
Closes #82