1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-09 21:24:16 +00:00

fix: enhance local snapshot warning and improve disk space calculation for macOS

This commit is contained in:
Tw93
2026-01-01 10:12:43 +08:00
parent fdcaa7fa25
commit 2bede99e94
3 changed files with 11 additions and 2 deletions

View File

@@ -13,8 +13,11 @@ Use this file as the single source of truth for how to work on Mole.
- Comments must be English, concise, and intent-focused.
- Use comments for safety boundaries, non-obvious logic, or flow context.
- Entry scripts start with ~3 short lines describing purpose/behavior.
- Shell code must use shell-only helpers (no Python).
- Go code must use Go-only helpers (no Python).
- Do not remove installer flags `--prefix`/`--config` (update flow depends on them).
- Do not commit or submit code changes unless explicitly requested.
- You may use `gh` to access GitHub information when needed.
## Architecture