23 lines
841 B
Markdown
23 lines
841 B
Markdown
# narratio
|
|
|
|
Narratio is a Go orchestration application that turns D&D session audio into polished transcripts and generated session artifacts.
|
|
|
|
It coordinates transcription, merge/polish/normalize/trim processing, artifact generation, publish-stage uploads, and resumable run state in one operator workflow.
|
|
|
|
```bash
|
|
narratio run 2026-04-04
|
|
```
|
|
|
|
This command requires discoverable `pipeline.yml` and `session.yml` files (or explicit `--config` and `--session` flags).
|
|
|
|
## Documentation
|
|
|
|
- [Configuration](docs/config.md)
|
|
- [CLI Reference](docs/cli.md)
|
|
- [Operations and Recovery](docs/operations.md)
|
|
- [Troubleshooting](docs/troubleshooting.md)
|
|
- [Development Guide](docs/policy/development.md)
|
|
- [Architecture Principles](docs/policy/architecture.md)
|
|
- [Internal Component Contracts](docs/internal/README.md)
|
|
- [Config Examples](examples/)
|