Skip to main content

resolve_graph_path

Function resolve_graph_path 

Source
pub fn resolve_graph_path(explicit: Option<&str>) -> String
Expand description

Resolve the graph file path using priority order:

  1. Explicit path (CLI arg)
  2. ACB_GRAPH environment variable
  3. .acb/graph.acb in current directory
  4. ~/.agentic-codebase/graph.acb (global default)