summaryrefslogtreecommitdiff
path: root/rola-utils/space-system
Commit message (Collapse)AuthorAgeFilesLines
* feat(rola-bucket): add bucket bind management魏曹先生2026-06-194-73/+316
| | | | | Implement bucket bind CRUD operations and config loading, along with CLI integration for listing, setting, and removing bucket bindings.
* feat(bucket): implement bucket initialization and logging infrastructure魏曹先生2026-06-181-0/+6
| | | | | Add bucket init logic with directory structure creation and log macros for tracing
* refactor: extract shared utilities and add space-system crate魏曹先生2026-06-187-0/+711
Extract rola-vcs/internal_macros into shared utils crates (shared_constants, shared_macros, space-system) and implement the Bucket enum with async space management