Minor documentation cleanup

This commit is contained in:
2026-07-16 22:31:14 -05:00
parent feb03c3f8e
commit 21888d625f
3 changed files with 11 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ with explicit, configurable pipeline modules.
The current implementation reads Seriatim transcript JSON, chunks the source
units, extracts D&D spell-cast artifacts with a Scriptorium-backed LLM runtime,
and writes JSON output plus diagnostics for each run.
and writes JSON output plus diagnostics when enabled.
```sh
OPENROUTER_API_KEY=... \
@@ -27,6 +27,6 @@ Useful references:
- [JSON output contract](docs/integrations/json-output.md)
- [D&D spell artifact contract](docs/integrations/dnd-spell-artifacts.md)
- [Developer guide](docs/development.md)
- [Internal architecture docs](docs/internal/overview.md)
- [Internal implementation docs](docs/internal/overview.md)
- [Maintained example config](examples/dnd-spells.config.yml)
- [Maintained example input](examples/seriatim-minimal-transcript.json)