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

Function NewApp

internal/tui/app.go:243–245  ·  view source on GitHub ↗

NewApp creates a new App with the given PRD.

(prdPath string, provider loop.Provider)

Source from the content-addressed store, hash-verified

241
242// NewApp creates a new App with the given PRD.
243func NewApp(prdPath string, provider loop.Provider) (*App, error) {
244 return NewAppWithOptions(prdPath, 10, provider)
245}
246
247// NewAppWithOptions creates a new App with the given PRD and options.
248// If maxIter <= 0, it will be calculated dynamically based on remaining stories.

Callers

nothing calls this directly

Calls 1

NewAppWithOptionsFunction · 0.85

Tested by

no test coverage detected