Files
Verso/services
claude ac11cc7505
Build and Deploy Verso / deploy (push) Successful in 11m50s
fix(git-sync): clear index before re-adding subPath to fix stale cached-tree
git add -A with a pathspec can silently skip modified files when git's
cached-tree extension still holds a valid tree hash for the subPath
directory (e.g. mtime unchanged after a pull checkout). Replacing with
git rm --cached + git add forces a full rescan regardless of cache state.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-24 11:51:34 +00:00
..