MCPcopy Index your code
hub / github.com/PatrickSys/codebase-context / ProjectRuntimeOverrides

Interface ProjectRuntimeOverrides

src/project-state.ts:14–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import type { ToolPaths, IndexState } from './tools/types.js';
13
14export interface ProjectRuntimeOverrides {
15 /** Extra glob exclusion patterns merged with the default index-time exclusions. */
16 extraExcludePatterns?: string[];
17 /** Analyzer name to prefer for this project without mutating global registry order. */
18 preferredAnalyzer?: string;
19 /** Additional source extensions treated as code for this project only. */
20 extraSourceExtensions?: string[];
21}
22
23export interface ProjectState {
24 rootPath: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected