pub fn apply_cmd(
workspace: Option<PathBuf>,
fake: bool,
reason: Option<String>,
) -> ExitCodeExpand description
djogi migrations apply entry point.
Discovers pending JSON files under target/djogi_pending/, loads the
committed replay plan for each, and drives djogi::migrate::apply_plan
through the library runner with full crash recovery via the ledger state
machine.