MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / LoadProjectInstructions

Function LoadProjectInstructions

agentContext/builder.go:351–354  ·  view source on GitHub ↗
(cwd string)

Source from the content-addressed store, hash-verified

349 Dir: directory,
350 Filename: filename,
351 Content: strings.ToValidUTF8(string(content), "\uFFFD"),
352 Truncated: truncated,
353 }, nil
354 }
355 return ProjectDoc{}, errors.New("project instruction file not found")
356}
357

Calls 2

NewConfigForCWDFunction · 0.92