Describe the Bug
After a new user successfully logs in (via CLI or Web), running commands like clutch insight, clutch streak, or clutch stats immediately fails with:
"No activity data yet. Run /github/sync first."
This creates a poor first-time user experience.
Where
Steps to Reproduce
- Run
clutch login (fresh user)
- Run
clutch insight
- See the error message
Expected Behavior
After login, users should Get data automatically (auto-sync)
Screenshots / Terminal Output
Environment
- OS: macOS / Linux / Windows
- CLI version: (run
clutch --version)
Additional Context
- This is a common friction point for new users.
- Should be fixed to improve onboarding experience.
- Once user synced data on dashboard, command works smoothly.
Describe the Bug
After a new user successfully logs in (via CLI or Web), running commands like
clutch insight,clutch streak, orclutch statsimmediately fails with:This creates a poor first-time user experience.
Where
clutch-cli)Steps to Reproduce
clutch login(fresh user)clutch insightExpected Behavior
After login, users should Get data automatically (auto-sync)
Screenshots / Terminal Output
Environment
clutch --version)Additional Context