feat: spread capture polish + post-spread harness fixes#41
Merged
Conversation
…rror
- obs_studio.py: _latest_tick_file prefers per-model subdirs so the score
ticker shows the model name, not the watch-root dir ("spread"). Capture
URLs gain norefresh=1 (kills the dashboard's 5s background-repaint flash;
the RLE widgets poll :9000 on their own).
- mirror_latest_tick.py: copy the active model's latest_tick.json up to the
watch root so a single :9000 tick server follows whichever model runs.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…ight Three harness bugs found in the 2026-06-11 v0.3.0 validation spread (drafted in results/spread/issues_to_file/, archived in rle-media): - stockpile_zone now short-circuits overlapping repeats with a clear error, mirroring the growing-zone guard — RimWorld logs one "overwriting slot group square" error PER CELL on overlap, which spammed the dev log and popped it over the fable5 footage - stockpile priority accepts RimWorld's semantic words (low/normal/ preferred/important/critical) case-insensitively; bare int() crashed on fable5's priority="important" at tick 1 - game loop probes /api/v1/ui/windows once at run start and logs a loud WARNING when the deployed RIMAPI build lacks the window endpoints — the whole 11-model spread ran with auto-dismiss silently inert because every window/close 404 was swallowed at DEBUG level Co-Authored-By: Claude Fable 5 <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.
Summary
Capture polish used live during the 2026-06-11 v0.3.0 validation spread, plus the three harness fixes it surfaced:
Capture (validated live during the spread):
mirror_latest_tick.py: single :9000 tick server follows whichever model is runningnorefresh=1(kills the dashboard background-repaint flash)Fixes (from results/spread/issues_to_file/, archived in rle-media):
importantetc.) — bareint()crashed on fable5 tick 1/ui/window/*— the whole spread ran with auto-dismiss silently inertChore: v0.3.0 spread recorded in benchmark history.
Test plan
🤖 Generated with Claude Code