MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / GetEditPrompt

Function GetEditPrompt

embed/embed.go:43–45  ·  view source on GitHub ↗

GetEditPrompt returns the PRD editor prompt with the PRD directory substituted.

(prdDir string)

Source from the content-addressed store, hash-verified

41
42// GetEditPrompt returns the PRD editor prompt with the PRD directory substituted.
43func GetEditPrompt(prdDir string) string {
44 return strings.ReplaceAll(editPromptTemplate, "{{PRD_DIR}}", prdDir)
45}
46
47// GetDetectSetupPrompt returns the prompt for detecting project setup commands.
48func GetDetectSetupPrompt() string {

Callers 2

RunEditFunction · 0.92
TestGetEditPromptFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestGetEditPromptFunction · 0.68