summaryrefslogtreecommitdiff
path: root/rola-bucket/res/bucket.toml
Commit message (Collapse)AuthorAgeFilesLines
* feat(rola-bucket): add TOML bucket config read/write魏曹先生2026-06-191-4/+0
| | | | | | Add functions to read and write BucketConfig from and to TOML files, including space-aware variants. Replace hardcoded resource file with serializable config struct.
* feat(rola-bucket): add bucket bind management魏曹先生2026-06-191-0/+3
| | | | | 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/+1
Add bucket init logic with directory structure creation and log macros for tracing