Record two traps: the hygiene gates targeted runs miss, and what a present-wait robot timeout means - #510
Merged
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
samoylenkodmitry
force-pushed
the
docs/robot-idle-flake-note
branch
from
August 27, 2026 18:27
72cb3bf to
d21f4f9
Compare
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
… a gap Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Aug 27, 2026
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.
Two TIME_WASTERS entries, both paid for in full this afternoon.
The hygiene gates a per-crate run never reaches.
apps/desktop-demo/tests/source_hygiene_aliases.rsscans every crate's sources, so a/tmp/literal in a pure in-memory fixture takes main red while a targeted-p <crate>gate set stays green — and a sandboxed reviewer'sjust testcan die at the socket-boundcranpose-services::peertests before reaching it. Both happened at once on #495, and four sessions then fixed the same line in parallel (#503, #504, #506, #507).A
waiting_for_present=truerobot timeout is a host-load symptom.wait_for_idlebudgets loop iterations rather than wall clock, so a loaded machine fails healthy tests; its own diagnostics (needs_update=false, has_animations=false) say composition already settled. The same test passed in isolation and the full 121-test suite passed on a re-run of the same commit. The underlying harness fix is tracked separately.🤖 Generated with Claude Code