Review Scriptorium integration architecture

This commit is contained in:
2026-05-06 21:36:30 +00:00
parent 2c8a922cf7
commit 4d646f161a
3 changed files with 48 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ import (
"gitea.maximumdirect.net/eric/narratio/internal/config"
)
// Run executes the placeholder stage pipeline and persists manifest state.
// Run executes the pipeline plan and persists manifest state.
func Run(ctx context.Context, args []string, out io.Writer) error {
fs := flag.NewFlagSet("run", flag.ContinueOnError)
fs.SetOutput(io.Discard)