Files
cs249r_book/quarto
Vijay Janapa Reddi da6ae072e0 refactor: remove legacy commands and clean up CLI
🧹 Cleanup Changes:
- Removed check and check-tags commands from CLI
- Cleaned up maintenance.py by removing legacy methods
- Removed command handlers and mappings from main.py
- Deleted binder_legacy file as requested

 Verified Functionality:
- All remaining commands tested and working correctly
- help: Shows clean interface without removed commands
- list: Chapter discovery works perfectly (62 chapters)
- status: Configuration status displays correctly
- switch: Format switching works (tested html switch)
- doctor: Health check runs (16/18 checks passed)
- build: Build process starts correctly (tested with foreword)
- preview: Preview server starts correctly
- about: Project information displays properly
- clean: Artifact cleanup works correctly

🎯 Result:
- Streamlined CLI with essential commands only
- No legacy baggage or unused functionality
- All core features preserved and working
2025-08-27 15:36:45 +02:00
..