chore: extract readiness in a dedicated utils crate (#4140)
Create an `utils` directory for the small utils crates
This commit is contained in:
@@ -34,5 +34,3 @@ pub mod model_presets;
|
||||
// Shared approval presets (AskForApproval + Sandbox) used by TUI and MCP server
|
||||
// Not to be confused with AskForApproval, which we should probably rename to EscalationPolicy.
|
||||
pub mod approval_presets;
|
||||
// Readiness flag with token-based authorization and async waiting (Tokio).
|
||||
pub mod readiness;
|
||||
|
||||
Reference in New Issue
Block a user