Add escalate: push a new needs_human blocker to Telegram - #3
Merged
Conversation
fleet-dispatch#44: fleet_dispatch marks a candidate needs_human after MAX_ATTEMPTS unresolved tries and moves on -- a state nobody was watching until the operator happened to look. mydirector escalate reads fleet_dispatch's dispatch ledger directly (the same read-only seam sources.py already uses for MyPlanner's sequence, no package dependency) and shells out to `mytelegrambot escalate-blocker` for each new one -- the fleet's normal cross-tool relationship, mirroring fleet_ask.py's ask-channel hand-off. Each candidate is escalated at most once; a failed push is not recorded, so it's retried next run rather than silently lost. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
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
fleet-dispatch#44, part of fleet-dispatch#46 Phase 2 (Decide).
Test plan
Refs MyThingsLab/fleet-dispatch#44, MyThingsLab/fleet-dispatch#46