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

@@ -18,7 +18,7 @@ Inputs:
Outputs:
- `promptinput.Package` containing schema version, RunID, report metadata,
named briefing stanzas, Recent Changes, and source warnings.
named module stanzas under `briefing`, Recent Changes, and source warnings.
- report metadata includes `currentLocalDate`, the generation date formatted as
`YYYY-MM-DD` in the effective report timezone.
- optional YAML file written by `promptinput.Save`
@@ -51,7 +51,7 @@ None. Recent Changes is always present as an `items` list and may be empty.
## Failure Behavior
Validation fails before render preflight when required top-level fields are
missing or inconsistent, or when no named briefing stanzas are present. Save
missing or inconsistent, or when no named module stanzas are present. Save
failures include filesystem operation and path context.
## Tests