summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* feat(bucket): implement bucket initialization and logging infrastructure魏曹先生11 days25-23/+1298
* fix: reject nested bucket creation inside existing bucket spaces魏曹先生12 days2-1/+19
* feat: add build script for version info and shell completions魏曹先生12 days7-11/+374
* feat(scripts): copy executables to .temp/bin after build魏曹先生12 days1-0/+36
* refactor(scripts): rename check-all.py to build.py魏曹先生12 days1-0/+0
* feat(rola-cli): implement bucket creation and CLI entry point魏曹先生12 days16-1/+877
* refactor: extract shared utilities and add space-system crate魏曹先生12 days22-63/+978
* refactor: rename `Info` and `TransferInfo` to `ExtraInfo`魏曹先生12 days2-33/+33
* refactor: use `io::Error::other` and simplify closures魏曹先生12 days5-44/+32
* feat(devtools): add script to auto-fix clippy warnings魏曹先生12 days1-0/+15
* feat(protocol): add LocalFileSystemProtocol魏曹先生12 days2-0/+95
* feat(rola-bucket): add bucket transfer protocol and error handling魏曹先生12 days7-0/+241
* chore(rola-cli): add .gitignore for debug.rs魏曹先生12 days1-0/+1
* refactor: split copy_with_temp_rename into sync and async modules魏曹先生12 days4-202/+636
* feat: add test sandbox helper and enable tokio multi-thread runtime魏曹先生12 days3-3/+121
* feat(functions): add safe file copy with atomic rename魏曹先生12 days5-0/+241
* feat(scripts): add doc and doc-open scripts for PowerShell and Bash魏曹先生12 days4-0/+6
* docs: add module documentation and rename constants for clarity魏曹先生12 days3-2/+16
* chore(rola-vcs): configure library name and entry point魏曹先生12 days1-0/+4
* chore: initialize project structure and add core modules魏曹先生12 days45-0/+978