Align docs with module prompt packages

This commit is contained in:
2026-06-09 21:37:28 +00:00
parent 468197f7e0
commit 1af6169999
12 changed files with 55 additions and 32 deletions

View File

@@ -15,7 +15,7 @@ from app and domain packages.
Inputs:
- prompt ID
- prompt input data package path
- YAML prompt input data package path
- report output path for `run`
- configured binary, config path, profile, timeout, and extra arguments
- context for cancellation
@@ -96,5 +96,6 @@ Inspect:
- No shell interpolation is used.
- The Scriptorium input name is `data_package`.
- The file at the data package path is YAML produced by `internal/promptinput`.
- Render and run preserve command-specific result structs.
- Scriptorium-specific flags stay inside adapter and config boundaries.