Added ccbase mv to fix session history after moving or renaming a project directory. Claude Code stores absolute paths internally, so moving a project breaks /resume and past conversations.
ccbase mv ~/old/path ~/new/path rewrites every reference across ~/.claude/ and the database. Handles full paths, tilde paths, unicode, and won't touch sibling projects. --dry-run to preview first.
Also rewrote the README and swapped the promo image.