Add Promptkit configuration and inspection seams

This commit is contained in:
2026-07-31 04:27:36 +00:00
parent 6064af2295
commit 9a17a8de93
15 changed files with 584 additions and 2 deletions

View File

@@ -40,7 +40,8 @@ Options:
`
type Runner struct {
Clock timeutil.Clock
Clock timeutil.Clock
ExecutorFactory ExecutorFactory
}
func Run(ctx context.Context, args []string, stdout io.Writer, stderr io.Writer) error {