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

Struct InitialContext

agentContext/builder.go:146–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 FallbackPath string
145}
146
147type InitialContext struct {
148 CWD string
149 Sections []PromptSection
150 ProjectDocs ProjectDocDiscoveryResult
151 MemorySection string
152 SystemPromptPath string
153}
154
155func (ctx InitialContext) Render() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected