feat(mcp): trace relevance + closure-collection + god-file rendering + cold-start handshake (#580)
Trace endpoint relevance (overloaded names resolve to the real implementation instead of an empty protocol/delegate stub), Swift closure-collection synthesizer, multi-phase god-file explore rendering, and serve --mcp cold-start handshake sped ~811ms→~90ms (proxy answers initialize/tools-list locally). Full suite green (1090 pass).
This commit is contained in:
@@ -31,7 +31,9 @@ import * as os from 'os';
|
||||
import { ToolHandler } from '../src/mcp/tools';
|
||||
import CodeGraph from '../src/index';
|
||||
|
||||
const SKELETON_MARK = '· skeleton (signatures only; Read for a full body)';
|
||||
// Stable marker — assert the `· skeleton` tag, not its exact trailing wording
|
||||
// (the steer-to-explore phrasing changed when the Read invitation was removed).
|
||||
const SKELETON_MARK = '· skeleton (signatures only';
|
||||
|
||||
/** Return the `#### <path> ...` section for a file basename, header through the
|
||||
* line before the next `###`/`####` header (or end of output). */
|
||||
|
||||
Reference in New Issue
Block a user