Architectural improvements in the http adapter

This commit is contained in:
2026-05-05 08:25:32 -05:00
parent c5ce270090
commit 281202e313
7 changed files with 81 additions and 40 deletions

View File

@@ -26,7 +26,7 @@ var (
ErrValidation = errors.New("failed to validate output")
)
// Runner executes the Analyzer core use case.
// Runner executes the Scriptorium core use case.
type Runner struct {
profiles profile.Repository
artifacts artifact.Reader