mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-07-27 05:54:40 -05:00
- Remove hardcoded command list in welcome screen - Dynamically build help from self.commands registry - Categorize commands: Essential, Student Workflow, Community, Developer, Shortcuts - Ensures welcome screen always shows only registered commands - No more stale command references Benefits: - Single source of truth (commands registry) - Adding/removing commands automatically updates welcome - Clear categorization for different user roles 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>