You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add v0.8.0 release notes to updates page
- Update latest version to 0.8.0
- Document new commands: dev map, dev activity, dev owners
- Highlight performance improvements (35-224x speedups)
- Document persistent metrics with SQLite
- Cover architecture improvements (services, Zod validation)
- Include migration notes for breaking changes
-`dev metrics size` removed (redundant with `dev stats`)
113
+
114
+
**What You Get:**
115
+
116
+
The `dev metrics` namespace is now reserved for future analytical commands like `trends`, `health`, and `complexity`. The simpler top-level commands provide better discoverability and UX.
117
+
118
+
### Re-index Required
119
+
120
+
To populate author contribution data, re-index your repository:
121
+
122
+
```bash
123
+
dev index .
124
+
```
125
+
126
+
This is a one-time operation. Future updates via `dev update` will maintain the author data automatically.
0 commit comments