graft verify
Verify that the files in a branch directory match the Merkle tree root recorded in the DAG.
Usage
Behavior
- Resolve the branch’s tip commit
- Load the stored tree entries and Merkle root
- Walk the branch directory, hash every file with BLAKE3
- Build the Merkle tree from current files
- Compare computed root against stored root
- If the commit was unverified (
verified=0) and verification passes, flip toverified=1