mirror of
https://github.com/MLSysBook/TinyTorch.git
synced 2026-04-29 00:47:33 -05:00
Added clear documentation of the Source → Export → Use workflow: Three Sacred Principles: 1. ONLY edit files in modules/source/ (source of truth) 2. ALWAYS use tito export to build tinytorch/ package 3. NEVER modify tinytorch/ directly (generated code!) Key additions: - Visual diagram showing modules/source/ → tito export → tinytorch/ → milestones/ - Explicit warning that tinytorch/ is generated (like node_modules/) - Complete workflow example from edit to test to use - Clear explanation of what each directory is for - Warning that manual tinytorch/ edits will be lost This ensures contributors understand that: - modules/source/ = where you work - tinytorch/ = generated package (don't touch!) - milestones/ = use the exported package