pub fn traverse_workspace(
database_path: &Path,
workspace: &str,
input: &TraversalRequest,
) -> Result<ToolEnvelope<TraversalReport>, ApplicationError>Expand description
Executes an advanced bounded traversal against the current immutable graph.
ยงErrors
Returns ApplicationError for missing snapshots, invalid anchors, or bounds beyond the
server-enforced maximums.