summaryrefslogtreecommitdiff
path: root/rola-cli/src/error
Commit message (Collapse)AuthorAgeFilesLines
* feat(bucket): implement bucket initialization and logging infrastructure魏曹先生13 days1-5/+9
| | | | | Add bucket init logic with directory structure creation and log macros for tracing
* feat(rola-cli): implement bucket creation and CLI entry point魏曹先生2026-06-181-0/+236
Add bucket creation logic with pre-checks, localized error handling, and a basic CLI entry point using the mingling framework. Introduce a placeholder protocol for bucket transfer testing.