refactor: route workflow wake through chat delivery#500
Merged
shuxueshuxue merged 1 commit intomainfrom May 6, 2026
Merged
Conversation
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
Removes the duplicated local workflow direct-wake path from durable chat communication.
Durable communication is now one path:
cel send-message/ group workflow notification writes a backend chat message.cel read-message/cel send-message.Explicit local terminal operations, such as
cel group <id> supervisor wake, remain explicit wake controls. They are not durable chat message delivery.Local verification
uv run ruff check .uv run ruff format --check .uv run pytest tests/test_cli_chat_commands.py tests/test_group_chat_transport.py tests/test_daemon_wake.py tests/test_daemon_subscriber.py -quv run pytest -q→ 467 passedYATU proof
Mac mini isolated run, fresh clone of this branch, isolated
MYCEL_HOME, real backendhttps://mycel.nextmind.space, realcel codexrunning in tmux:pr500-a-20260506023333andpr500-b-20260506023333uv run cel codex --identity pr500-b-20260506023333cel send-message @pr500-b-20260506023333 ...wake.sentcel read-message, then B replied withcel send-messageEvidence artifact is outside the repo:
~/share/mycel-yatu/pr500-backend-wake-20260506023333on mac mini.