pub fn move_agent_workspace_path(
config: &Config,
agent_alias: &str,
from: &str,
to: &str,
) -> Result<(), BrowseError>Expand description
Move (rename) a path inside the agent’s workspace. Both from and
to are relative to the workspace root; both must stay inside it.
Refuses to touch protected files on either side.