mirror of
https://github.com/harvard-edge/cs249r_book.git
synced 2026-03-26 10:32:58 -05:00
🧹 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