MCPcopy Index your code
hub / github.com/MiniCodeMonkey/chief / LoadPRD

Function LoadPRD

internal/prd/loader.go:4–6  ·  view source on GitHub ↗

LoadPRD reads and parses a PRD markdown file from the given path.

(path string)

Source from the content-addressed store, hash-verified

2
3// LoadPRD reads and parses a PRD markdown file from the given path.
4func LoadPRD(path string) (*PRD, error) {
5 return ParseMarkdownPRD(path)
6}

Callers 15

loadPRDEntryMethod · 0.92
NewAppWithOptionsFunction · 0.92
handleLoopEventMethod · 0.92
handleLoopFinishedMethod · 0.92
runAutoCreatePRMethod · 0.92
switchToPRDMethod · 0.92
markStoryInProgressMethod · 0.92
clearInProgressMethod · 0.92
loadTabEntryMethod · 0.92
RunStatusFunction · 0.92
RunListFunction · 0.92

Calls 1

ParseMarkdownPRDFunction · 0.85

Tested by 3

TestLoadPRDFunction · 0.68
TestLoadPRD_FileNotFoundFunction · 0.68