pam ▸ docs/generated/ralph_loop_2026-03-16_disabled_sleeve_diagnostics.md
updated 2026-03-28
Ralph Loop 2026-03-16: Disabled Sleeve Diagnostics
Why
The prior candidate-review packet surfaced sleeve_disabled as a blocker, but it
did not identify which sleeve family was causing the bottleneck. In the current
live state that hid a useful operator fact: the top review candidate was blocked
specifically by the disabled politics_midprice_reversal sleeve.
Change
- Updated research/candidate_review.py to expose:
-
disabled_sleeve_candidate_count-top_review_candidate_disabled_sleeves-top_research_candidate_disabled_sleeves - Updated research/continuous_loop.py so
candidate_review_doneevents carry the top disabled sleeve families by state. - Updated research/status.py and research/discord_status.py so operator summaries show disabled-sleeve concentration directly.
- Documented the new packet fields in research/README.md.
Validation
pytest -q tests/test_candidate_review.py tests/test_continuous_loop.py tests/test_research_status.py-19 passed in 0.34spython3 research/candidate_review.py --db data/unicorn.db --recent-runs 6 --max-per-state 3-disabled_sleeve_candidate_count: 1-top_review_candidate_disabled_sleeves: politics_midprice_reversal=1python3 main.py research-status- candidate review line now includesdisabled_sleeves=1andreview_disabled_sleeves=politics_midprice_reversal=1python3 main.py research-discord-status- Discord summary now includes the same disabled-sleeve bottleneck explicitly
Result
Ralph can now distinguish:
- unmatched live rows with no semantic sleeve coverage
- valid live rows that are bottlenecked only because a sleeve family is disabled
That keeps PRD 003 operator output focused on signal quality instead of generic blocker labels.