pub fn create_volume_dirs(root: &Path) -> Result<()>Expand description
Create the v2 .omne/ directory skeleton under root.
Creates .omne/{lib/cfg, lib/docs/{raw, inter, wiki}, var, wt}.
.omne/core/ and .omne/dist/ are populated by tarball extraction
downstream and are not created here.