mirror of
https://github.com/mikeyobrien/ralph-orchestrator.git
synced 2026-04-25 07:05:57 +03:00
[PR #170] [MERGED] fix: deterministic hat selection and default_publishes injection #176
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ralph-orchestrator#176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mikeyobrien/ralph-orchestrator/pull/170
Author: @The-Zona-Zoo
Created: 2/12/2026
Status: ✅ Merged
Merged: 2/13/2026
Merged by: @mikeyobrien
Base:
main← Head:fix/hat-selection-determinism-and-display📝 Commits (3)
a43a944fix: deterministic hat selection and default_publishes injection07248fechore: sync embedded pdd sop5431378Merge remote-tracking branch 'origin/main' into fix/hat-selection-determinism-and-display📊 Changes
8 files changed (+175 additions, -59 deletions)
View changed files
📝
crates/ralph-cli/src/loop_runner.rs(+16 -2)📝
crates/ralph-core/src/event_loop/loop_state.rs(+5 -0)📝
crates/ralph-core/src/event_loop/mod.rs(+7 -25)📝
crates/ralph-core/src/event_loop/tests.rs(+57 -24)📝
crates/ralph-core/src/hat_registry.rs(+84 -4)📝
crates/ralph-core/src/summary_writer.rs(+1 -0)📝
crates/ralph-proto/src/event_bus.rs(+4 -3)📝
crates/ralph-proto/src/hat.rs(+1 -1)📄 Description
Fixes #157
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.