Commit 7a6cd7b
authored
feat: CLI formatters + response types + debug gating (#48)
* feat: CLI formatters + response types + debug gating
* fix: surface tool errors before formatter routing; render libraries topUsed
P1: tools return { status: 'error', message } without setting isError on
the MCP envelope. formatJson now detects this before routing to a command
formatter, which would otherwise render a misleading empty box.
P2: get_team_patterns --category libraries returns topUsed instead of
patterns. Add LibraryEntry type, make PatternResponse.patterns optional,
and render topUsed in formatPatterns under a TOP LIBRARIES section.
* fix: forward --reason flag to performIndexing in reindex command
* fix: unblock PR #48 CI
* fix: indexer registers generic analyzer1 parent 7c4e684 commit 7a6cd7b
File tree
15 files changed
+1499
-244
lines changed- src
- core
- embeddings
- storage
- tools
- tests
15 files changed
+1499
-244
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments