| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: reject nested bucket creation inside existing bucket spaces | 魏曹先生 | 12 days | 2 | -1/+19 |
| | | |||||
| * | feat: add build script for version info and shell completions | 魏曹先生 | 12 days | 6 | -11/+93 |
| | | | | | | | | | | Introduce a build.rs that generates a version.txt file with the package version, git commit hash, and date. Also generate shell completion scripts using mingling's build utilities. Migrate the `-v/--version` flag to read from the generated version.txt and replace BasicProgramSetup with HelpFlagSetup. | ||||
| * | feat(rola-cli): implement bucket creation and CLI entry point | 魏曹先生 | 12 days | 13 | -1/+660 |
| | | | | | | | 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. | ||||
| * | chore(rola-cli): add .gitignore for debug.rs | 魏曹先生 | 12 days | 1 | -0/+1 |
| | | |||||
| * | chore: initialize project structure and add core modules | 魏曹先生 | 12 days | 3 | -0/+12 |
