Files
ProductionDataBaseSync_Data…/main.py
Misaka_Company c70dac04e8 feat(compact): add --dry-run to check file readiness without modifying
- CLI: python main.py compact --dry-run [--db FILE]
- API: POST /api/compact {"dry_run": true}
- Checks .laccdb lock file + exclusive open to detect busy files
- Returns per-file [READY] / [BUSY] status with lock reason

Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-06 11:30:00 +08:00

6.1 KiB