Close out the D&D combat turn extraction roadmap
This commit is contained in:
@@ -93,13 +93,16 @@ inputs, and optionally the deprecated `roster` reference through the shared
|
||||
party mapping. The optional `npcs` reference is an approved normalized NPC
|
||||
artifact used only for identity grounding; it never supplies combat evidence.
|
||||
|
||||
The private response shape is the same as the durable turn/action shape except
|
||||
that source references contain only `start_unit_id` and `end_unit_id`. The
|
||||
The private response envelope has the same fields and JSON types as the durable
|
||||
turn/action shape except that source references contain only `start_unit_id`
|
||||
and `end_unit_id`. It enforces required and nullable field presence, types, and
|
||||
unknown-field rejection, while deterministic validators own enum membership,
|
||||
non-empty values and collections, and positive-number requirements. The
|
||||
extractor assigns the current source ID, removes exact duplicate ranges, and
|
||||
stable-sorts turns by the earliest valid source-document position. Numeric unit
|
||||
IDs are identifiers; source-document slice position determines chronology.
|
||||
Malformed candidate fields remain in the typed result for deterministic
|
||||
validators to report.
|
||||
Semantically malformed candidate fields remain in the typed result for the
|
||||
configured validation and retry boundary.
|
||||
|
||||
## Deterministic candidate validation
|
||||
|
||||
@@ -125,10 +128,10 @@ schema, combat shape, source references, then source relatedness.
|
||||
## Normalization boundary
|
||||
|
||||
The standalone normalizer uses key `dnd/combat-turns`, requires `merged`,
|
||||
provides `normalized`, accepts no options, and accepts the same optional
|
||||
`players`, `party`, `glossary`, deprecated `roster`, and structured `npcs`
|
||||
reference slots as extraction. The NPC registry is resolved during
|
||||
preparation; runtime normalization uses that immutable prepared view.
|
||||
provides `normalized`, accepts no options, and accepts only the optional
|
||||
structured `npcs` reference. Campaign references are LLM extraction context and
|
||||
are not normalizer inputs. The NPC registry is resolved during preparation;
|
||||
runtime normalization uses that immutable prepared view.
|
||||
|
||||
Normalization policy is `dnd.combat_turns.normalize.v1`. It display-normalizes
|
||||
actor, summary, declarations, targets, and non-null resolutions; canonicalizes
|
||||
|
||||
Reference in New Issue
Block a user