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

Function ProgressPath

internal/prd/progress.go:22–24  ·  view source on GitHub ↗

ProgressPath returns the progress.md path for a given prd.json path.

(prdPath string)

Source from the content-addressed store, hash-verified

20
21// ProgressPath returns the progress.md path for a given prd.json path.
22func ProgressPath(prdPath string) string {
23 return filepath.Join(filepath.Dir(prdPath), "progress.md")
24}
25
26var storyHeaderRegex = regexp.MustCompile(`^## (\d{4}-\d{2}-\d{2}) - (.+)$`)
27

Callers 4

NewAppWithOptionsFunction · 0.92
switchToPRDMethod · 0.92
promptBuilderForPRDFunction · 0.92
TestProgressPathFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestProgressPathFunction · 0.68