All checks were successful
ci/woodpecker/tag/release Pipeline was successful
23 lines
837 B
Markdown
23 lines
837 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, archive publishing, and resumable run state in one operator workflow.
|
|
|
|
```bash
|
|
narratio run --session-id 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/development.md)
|
|
- [Architecture Principles](docs/architecture.md)
|
|
- [Internal Component Contracts](docs/internal/README.md)
|
|
- [Config Examples](examples/)
|