Rename smartrun to geniusrun throughout the codebase
Updates the Go module path, cmd/smartrund -> cmd/geniusrund, the smartrun-dev skill, .gitignore, and every reference in docs/CLAUDE.md to match.
This commit is contained in:
@@ -5,7 +5,7 @@ package mock
|
||||
import (
|
||||
"context"
|
||||
|
||||
"smartrun/backend/internal/garmin"
|
||||
"geniusrun/backend/internal/garmin"
|
||||
)
|
||||
|
||||
// Client is a fake garmin.Client returning data supplied by the test/caller.
|
||||
|
||||
Reference in New Issue
Block a user