codetether-agent 4.5.7

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
//! Workspace resolution helpers for the A2A worker.
//!
//! These helpers convert a claimed workspace identifier into the local clone
//! directory used by worker tools.

mod clone_path;
mod resolve;

pub use clone_path::resolve_workspace_clone_path;
pub use resolve::resolve_task_workspace_dir;