Consolidate documentation ownership

This commit is contained in:
2026-07-17 03:12:35 +00:00
parent 6e6375521d
commit 3b07b64a0f
10 changed files with 65 additions and 237 deletions

View File

@@ -1,11 +1,11 @@
# D&D Spell Raw Output
This document is the durable raw output contract for the implemented
`dnd/spells` extractor.
This document is the durable raw output contract for the production D&D spell
extractor. Selectable extractor keys are cataloged in
[Configuration](../config.md#implemented-production-modules).
## Identity
- Extractor key: `dnd/spells`
- Prompt ID: `dnd.spells`
- Response schema key: `dnd_spells`
- Response schema ID: `notarius.dnd.spells`
@@ -27,8 +27,7 @@ structure is:
```
`spell_casts` must be present. It may be empty when no spell casts are found.
With the default configured merger, multiple chunk results are concatenated in
chunk order.
When multiple chunk results are combined, spell casts remain in chunk order.
## Spell-Cast Fields

View File

@@ -1,7 +1,9 @@
# JSON Output
This document is the durable JSON output file-format contract produced by the
implemented `json` output module and written by the CLI.
production JSON encoder and written by the CLI. Selectable output-encoder keys
are cataloged in
[Configuration](../config.md#implemented-production-modules).
The output module produces the logical bundle described here. The CLI's
physical placement and lifecycle for that bundle are defined in
@@ -9,7 +11,7 @@ physical placement and lifecycle for that bundle are defined in
## Files
The `json` output module writes:
The encoder writes:
- `index.json`
- `manifest.json`

View File

@@ -1,11 +1,11 @@
# Seriatim Transcript JSON
This document is the external input contract for the implemented `seriatim`
input adapter.
This document is the external input contract consumed by the production
Seriatim input adapter. Selectable input-adapter keys are cataloged in
[Configuration](../config.md#implemented-production-modules).
## Adapter
- Module key: `seriatim`
- Source format: `application/vnd.seriatim+json`
## Accepted Shape