()
| 178 | |
| 179 | // Tutorial launcher methods |
| 180 | export function openSystemTutorial() { |
| 181 | CarrotDebug.ui('🎓 openSystemTutorial called'); |
| 182 | startTutorial('basic-setup'); |
| 183 | } |
| 184 | |
| 185 | export function openRepositoryTutorial() { |
| 186 | CarrotDebug.ui('🎓 openRepositoryTutorial called'); |
no test coverage detected