Commit 6f7a53d
committed
refactor(cli): remove git analytics commands
Remove dev owners and dev activity commands to refocus on semantic value.
Dev-agent's unique value is semantic search (embeddings + AST), not git
analytics which GitHub/git already provide.
Changes:
- Remove dev owners command (891 lines)
- Remove dev activity command (175 lines)
- Clean up dead code in change-frequency.ts (calculateFileAuthorContributions)
- Keep code_metadata for introspection/debugging
- Keep calculateChangeFrequency for dev_map MCP tool
BREAKING CHANGE: dev owners and dev activity commands removed
- Use git log or GitHub for contributor/activity analytics
- Reduces codebase by ~1,200 lines
- Eliminates git caching complexity
- Focuses on MCP tools for AI context1 parent c6ec22d commit 6f7a53d
File tree
14 files changed
+129
-1006
lines changed- packages
- cli/src
- commands
- utils
- core/src
- indexer
- utils
- metrics
- scanner
14 files changed
+129
-1006
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
16 | | - | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
| |||
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
45 | | - | |
46 | | - | |
47 | 43 | | |
48 | 44 | | |
49 | 45 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | | - | |
209 | | - | |
| 208 | + | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
0 commit comments