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

Function NewCompletionScreen

internal/tui/completion.go:58–60  ·  view source on GitHub ↗

NewCompletionScreen creates a new completion screen.

()

Source from the content-addressed store, hash-verified

56
57// NewCompletionScreen creates a new completion screen.
58func NewCompletionScreen() *CompletionScreen {
59 return &CompletionScreen{}
60}
61
62// Configure sets up the completion screen with PRD completion data.
63func (c *CompletionScreen) Configure(prdName string, completed, total int, branch string, commitCount int, hasAutoActions bool, totalDuration time.Duration, storyTimings []StoryTiming) {

Calls

no outgoing calls