Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GongShichen/LuminaCode
/ HarnessSystemPromptAppendix
Function
HarnessSystemPromptAppendix
agent/harness_prompt.go:9–14 ·
view source on GitHub ↗
(mode string)
Source
from the content-addressed store, hash-verified
7
)
8
9
func
HarnessSystemPromptAppendix(mode string) string {
10
switch
{
11
case
config.IsTerminalBenchHarnessMode(mode):
12
return
strings.TrimSpace(terminalBenchHarnessPromptAppendix)
13
default:
14
return
""
15
}
16
}
17
Callers
2
TestTerminalBenchHarnessPromptAppendixIsModeScoped
Function · 0.92
appendHarnessSystemPrompt
Function · 0.85
Calls
1
IsTerminalBenchHarnessMode
Function · 0.92
Tested by
1
TestTerminalBenchHarnessPromptAppendixIsModeScoped
Function · 0.74