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

@@ -6,7 +6,7 @@ This document describes the implemented module contract boundary.
`internal/module` defines stable module IDs, typed configuration items, module
outputs, and module snapshots. It is a shared contract imported by report
definitions and briefing registry code.
definitions and module registry code.
## Inputs And Outputs
@@ -25,7 +25,7 @@ Outputs:
## Boundaries
- This package owns shared module identifiers and output envelope contracts.
- It does not define report IDs, build briefing stanzas, fetch weather data,
- It does not define report IDs, build prompt stanzas, fetch weather data,
derive facts, write state, or invoke Scriptorium.
## State Or Manifest Behavior