MCPcopy Create free account
hub / github.com/compozy/agh / taskRunReviewBundle

Function taskRunReviewBundle

internal/cli/task.go:3466–3476  ·  view source on GitHub ↗
(review *TaskRunReviewRecord)

Source from the content-addressed store, hash-verified

3464}
3465
3466func taskRunReviewBundle(review *TaskRunReviewRecord) outputBundle {
3467 return outputBundle{
3468 jsonValue: *review,
3469 human: func() (string, error) {
3470 return renderHumanSection("Task Run Review", taskRunReviewRows(review)), nil
3471 },
3472 toon: func() (string, error) {
3473 return renderJSONPreview(review)
3474 },
3475 }
3476}
3477
3478func taskRunReviewVerdictBundle(record *TaskRunReviewVerdictRecord) outputBundle {
3479 return outputBundle{

Callers 1

newTaskReviewShowCommandFunction · 0.85

Calls 3

renderHumanSectionFunction · 0.85
taskRunReviewRowsFunction · 0.85
renderJSONPreviewFunction · 0.85

Tested by

no test coverage detected