refactor: streamline agent turn handling and background review process
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
//! Auto-subagent path resolution.
|
||||
|
||||
use std::path::PathBuf;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
/// Resolve paths for auto-subagent scripts.
|
||||
pub fn auto_subagent_dir(base_dir: &PathBuf) -> PathBuf {
|
||||
pub fn auto_subagent_dir(base_dir: &Path) -> PathBuf {
|
||||
base_dir.join("auto-agents")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user