Files
TinyTorch/tito
Vijay Janapa Reddi d8e8df81af Fix broken imports after CLI cleanup: system and module commands
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>
2025-12-04 08:19:26 -08:00
..