MCPcopy Create free account
hub / github.com/Qinbf/groundmap / projectRoot

Function projectRoot

tools/debug-console/lib/providers/codex.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13import type { Provider, TurnInput, AgentEvent, ChatMessage } from "./types";
14
15function projectRoot(): string {
16 return process.env.KB_ROOT || path.resolve(process.cwd(), "..", "..");
17}
18
19function flattenMessages(system: string, messages: ChatMessage[]): string {
20 const parts: string[] = [];

Callers 1

runTurnMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected