Expand description
Crate-internal utility modules shared between the binary and the
library tree (harnesses/*).
Lives in lib.rs so both the burn binary (commands/run.rs) and
the library tree (harnesses/claude.rs) can reach the same helpers.
Keep this surface minimal — anything that can live in a single
call-site module should live there instead.
Modules§
- home
- Resolve the user’s
$HOMEdirectory with a.fallback. - time
- Tiny time helpers shared by the harness adapter
(
super::super::harnesses::claude).