Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
4
func
LoadPRD(path string) (*PRD, error) {
5
return
ParseMarkdownPRD(path)
6
}
Callers
15
loadPRDEntry
Method · 0.92
NewAppWithOptions
Function · 0.92
handleLoopEvent
Method · 0.92
handleLoopFinished
Method · 0.92
handleBackgroundAutoAction
Method · 0.92
runAutoCreatePR
Method · 0.92
switchToPRD
Method · 0.92
markStoryInProgress
Method · 0.92
clearInProgress
Method · 0.92
loadTabEntry
Method · 0.92
RunStatus
Function · 0.92
RunList
Function · 0.92
Calls
1
ParseMarkdownPRD
Function · 0.85
Tested by
3
TestLoop_CompleteDetection
Function · 0.74
TestLoadPRD
Function · 0.68
TestLoadPRD_FileNotFound
Function · 0.68