Before
Choose the older project or folder state. Nothing is uploaded.
Choose a before folder and an after folder. DELTA hashes the comparable trees locally, separates real byte changes from timestamps, recognizes unique moves and case-only path changes, records deletions and builds a reviewable change pack without uploading either project.
Compare two folders →Choose the older project or folder state. Nothing is uploaded.
Choose the newer project or folder state. DELTA compares bytes, not modification dates.
PROJECT CLEAN skips generated/vendor/cache/VCS trees and OS junk. EXACT TREE compares every selected path. Lockfiles remain meaningful in PROJECT CLEAN.
Every comparable file receives a complete SHA-256. Same path, same bytes means unchanged even when filesystem timestamps differ.
DELTA writes delete, move and case-change semantics into a versioned manifest instead of pretending extraction can reproduce the new tree by itself.
Traversal, absolute paths and case-insensitive collisions are rejected before a portable change pack can become ambiguous.
Obvious credential-shaped changed files are reported but blocked from automatic ZIP payload. The manifest marks the pack incomplete and forces deliberate handling.