pub async fn cap_md_index(atlas: &mut AtlasClient) -> Result<Vec<CapDoc>>Expand description
Returns a CapDoc per capability that has a non-empty
capability_md_path. Pilot lists these in the system prompt and
the LLM read_files them lazily.
pub async fn cap_md_index(atlas: &mut AtlasClient) -> Result<Vec<CapDoc>>Returns a CapDoc per capability that has a non-empty
capability_md_path. Pilot lists these in the system prompt and
the LLM read_files them lazily.