pub fn resolve_capabilities_roots(explicit: &[String]) -> Vec<PathBuf>Expand description
Resolve the list of capability roots atlas should load. Priority:
- explicit CLI/env paths (any non-empty entries from
--capabilities a,b,corROBONIX_ATLAS_CAPABILITIES=a,b,c) $ROBONIX_SOURCE_PATH/capabilitiesas a single fallback root
Returns an empty vec if nothing is configured; atlas then runs with an empty registry (handlers return found=false on every query).
Per-package <pkg>/capabilities/ dirs aren’t included here — those
can be added at deploy time by the rbnx CLI walking installed
package paths and passing the merged list via --capabilities.