KeiSeiKit-1.0/_assembler
Parfii-bot 30cd08b85b fix(assembler): replace unwrap on root.parent with safe fallback
root.parent().unwrap() at main.rs:45 panicked if AGENT_ROOT pointed at a
filesystem root (e.g. AGENT_ROOT=/). Now falls back to root itself via
.unwrap_or(root.as_path()) so the 'OK  <manifest> → <path>' line just
prints the absolute path in that edge case instead of aborting.
2026-04-21 03:05:14 +08:00
..
src fix(assembler): replace unwrap on root.parent with safe fallback 2026-04-21 03:05:14 +08:00
.gitignore feat: KeiSeiKit v0.1.0 — initial public release 2026-04-20 23:58:34 +08:00
Cargo.toml feat: KeiSeiKit v0.1.0 — initial public release 2026-04-20 23:58:34 +08:00