building in the open — launching soon

Move code
without breaking it.

A cross-language CLI that rewrites imports and references for you, the same command whether you run it by hand or your agent calls it. Not open yet — check back soon.

~/project
$ mv src/utils/ core/lib/
↳ coming soon
Why another tool: IDEs fix imports on move, but mostly for JS/TS and only inside the editor. Codemod frameworks need you to write the transform. Newer agent-facing tools solve it per-protocol, one language at a time. code.mv is the plain command none of them shipped — cross-language, dry-run by default, usable the same way by a person or an agent.