Open
Conversation
channel, message, reaction, relevant_thread, relevant_thread_reply, reply, unread_marker, user (self_identity was already singular). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
test_main_delivers_events_from_subprocess in mng_mind failed due to timing -- not related to slack_exporter changes. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The test waited for send_message to be called (via capture.wait_for_call) then immediately set stop_event and joined the thread. But _save_delivery_state runs AFTER send_message returns, so on slow systems the state file hadn't been written yet when the thread was stopped. Now polls for the state file to exist before stopping the thread, using stop_event.wait(timeout=0.01) as the polling delay to avoid triggering the time.sleep ratchet. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The CI suite exceeded its 150s time limit. The file write should complete within milliseconds; 2s is more than enough headroom. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
After cloning a git repo for a new mind, immediately check out the specified branch before setting up parent tracking and creating the mng agent. This ensures the mind's branch is based off the correct starting point. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Automated PR created by Claude Code session.