Expand description
Volume directory scaffolding.
Creates the .omne/ directory structure, writes the CLAUDE.md
bootloader, and writes the stamped MANIFEST.md. All operations
are idempotent — create_dir_all does not error on existing dirs.
Functions§
- create_
volume_ dirs - Create the
.omne/directory structure withcfg/andlog/. - write_
bootloader - Write the
CLAUDE.mdbootloader to the volume root. - write_
manifest - Write stamped manifest content to
.omne/MANIFEST.md.