Skip to content

Commit 081761c

Browse files
cephalonautoz-agent
andcommitted
Fix stale OrchestrationEventConsumer doc ref and M3 label in tracker module doc
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 32e3c58 commit 081761c

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

app/src/ai/blocklist/orchestration_child_tracker.rs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
//! enters through the single [`OrchestrationChildTracker::observe_child`]
1010
//! entry point.
1111
//!
12-
//! [`OrchestrationEventConsumer`] captures the one behavioral axis between
13-
//! orchestrator and shared-session observer: who pushes the server cursor
14-
//! and who receives the parent's own inbox events. It says nothing about
15-
//! authenticated ownership, permissions, or pane capability.
12+
//! [`FamilyDrainMode`] captures the one behavioral axis between orchestrator
13+
//! and shared-session observer: who pushes the server cursor and who receives
14+
//! the parent's own inbox events. It says nothing about authenticated
15+
//! ownership, permissions, or pane capability.
1616
//!
1717
//! Pill-bar broadcasts (`ChildSpawned` / `ChildStatusChanged`) are emitted
1818
//! via the `ctx` so downstream views can react without polling.
@@ -22,8 +22,7 @@
2222
//! accessed via the shared-session protocol. The only semantic difference is
2323
//! which code path created the placeholder. A future cleanup should merge them
2424
//! into a single `is_remote_placeholder` flag and persist all placeholder
25-
//! conversations uniformly, making `is_durable_observer_parent` (M3)
26-
//! unnecessary.
25+
//! conversations uniformly.
2726
2827
use std::collections::{HashMap, HashSet};
2928

0 commit comments

Comments
 (0)