mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-28 21:22:32 -05:00
Fixed broken imports in system and module commands after removing dead command files: 1. System Command (system/system.py): - Removed imports: check, version, clean_workspace, report, protect - Kept: info, health, jupyter - Added 'doctor' as alias for comprehensive health check - Simplified to 4 subcommands: info, health, doctor, jupyter 2. Module Workflow Command (module/workflow.py): - Removed imports: view, test - Replaced ViewCommand._open_jupyter() with direct Jupyter Lab launch - Kept all module workflow functionality intact All 15 registered commands now load and execute successfully: ✅ Student: module, milestones, community, benchmark, olympics ✅ Developer: dev, system, src, package, nbgrader ✅ Shortcuts: export, test, grade, logo ✅ Essential: setup 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>