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
Copy file name to clipboardExpand all lines: mcp/hex-line-mcp/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,6 +106,8 @@ The diagnostics run reports graph payload overhead and auto-refresh telemetry. R
106
106
107
107
Comparative built-in vs hex-line benchmarks are maintained outside this package. External-baseline comparisons must reuse the same scenario suite and correctness contract before making broader claims.
108
108
109
+
When `--repo` points at a repository outside `hex-line-mcp`, the scenario runner uses a generic external-repo suite instead of package-specific fixtures. The report labels the mode explicitly.
110
+
109
111
### Optional Graph Enrichment
110
112
111
113
If a project already has `.hex-skills/codegraph/index.db`, `hex-line` automatically adds lightweight graph hints to `read_file`, `outline`, `grep_search`, `edit_file`, and `changes`.
@@ -289,7 +291,7 @@ Search file contents using ripgrep. Default mode is `summary` for discovery. Use
289
291
|`edit_ready`| boolean | no | Preserve hash/checksum search hunks in `content` mode |
290
292
|`allow_large_output`| boolean | no | Bypass the default `content`-mode block/char caps when you intentionally need a larger payload |
291
293
292
-
`summary` mode returns counts, top files, and a few plain snippets. `content` mode returns canonical `search_hunk` blocks with per-hunk checksums enabling direct `replace_lines` from grep results without intermediate `read_file`.
294
+
`summary` mode returns counts and top files without canonical hunks. `content` mode returns canonical `search_hunk` blocks with per-hunk checksums enabling direct `replace_lines` from grep results without intermediate `read_file`.
293
295
294
296
- Default `content` mode is intentionally capped to keep discovery cheap. When truncation happens, the diagnostic block includes `shown_matches`, `file_count`, `truncated`, `next_action`, and `suggested_refine_call`.
295
297
- Treat `allow_large_output: true` as an explicit override for review/debug workflows, not as the normal discovery path.
Copy file name to clipboardExpand all lines: mcp/hex-line-mcp/output-style.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ Use `hex-graph` only for semantic code questions:
72
72
-`find_references` and `trace_paths` for usage and blast radius
73
73
-`analyze_changes`, `audit_workspace`, and `analyze_architecture` for review and audit work
74
74
- Always include `path` for `hex-graph` queries, using the active project root by default.
75
+
- For `audit_workspace`, start bounded: `verbosity="minimal"`, add `scope` when known, and increase `limit` or `clone_member_limit` only for intentional deeper review.
0 commit comments