- Modify the build.sh script to enable parallel module processing
- Adjust the hierarchical decompression logic to adapt to the new directory structure
- Optimize rsync parameters to enhance file copying performance
- Update collect-layers.sh to adapt to the new layering structure
- Refactor compare-sync.sh to support automatic unpacking and module discovery
- Simplify README.md and update the user guide
Reorganize the directory structures of `collect` and `diff`, and place them uniformly under `docker/script/`
Optimize the logic for generating differential packages, supporting automatic search and extraction of layers-collection.tar.gz.
- Add copying and updating of the client directory.
- Simplify naming of compressed packages by using fixed names: diff-package.tar.gz and layers-collection.tar.gz.
- Update the README.md documentation to provide clearer usage instructions and directory structure explanations