chore: extract readiness in a dedicated utils crate (#4140)

Create an `utils` directory for the small utils crates
This commit is contained in:
jif-oai
2025-09-24 11:15:54 +01:00
committed by GitHub
parent af6304c641
commit 5b910f1f05
6 changed files with 38 additions and 18 deletions

View File

@@ -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;