huskies: merge 1163 story Replace perm_rx lock-as-presence-signal with a permission router

This commit is contained in:
Huskies Agent
2026-07-16 13:19:20 +00:00
parent 6f8a8ffd87
commit 18b065f77a
26 changed files with 823 additions and 293 deletions
+3
View File
@@ -31,6 +31,9 @@ pub mod merge;
pub mod notifications;
/// OAuth 2.0 PKCE flow for Anthropic authentication.
pub mod oauth;
/// Permission router — responder registry and pending-reply tracking that
/// replace holding `perm_rx`'s mutex as a presence signal.
pub mod permission_router;
/// Pipeline status aggregation helpers.
pub mod pipeline;
/// Project open/close/list domain logic.