Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ Render
Method
Render
agentContext/builder.go:154–156 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
SystemPromptPath string
153
}
154
155
func
(ctx InitialContext) Render() string {
156
return
AssemblePromptSections(ctx.Sections)
157
}
158
159
type
PromptAttachmentBudget
struct
{
Callers
2
TestInitialContextCanBeRebuiltFromConfig
Function · 0.80
BuildSystemPromptWithConfig
Function · 0.80
Calls
1
AssemblePromptSections
Function · 0.85
Tested by
1
TestInitialContextCanBeRebuiltFromConfig
Function · 0.64