mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2025-12-05 19:17:52 -06:00
- Remove module from started_modules when marking complete - Add validation to prevent completing modules out of order - Show all modules in status (removed smart collapsing) - Fix data integrity: modules must be completed sequentially Prevents invalid states where module N is complete but N-1 is not. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>