Files
narratio/README.md

31 lines
865 B
Markdown

# narratio
`narratio` is a Go-based orchestration application for processing D&D session audio into transcripts and downstream artifacts.
This repository is currently an **initial scaffold** that establishes:
- Go module and package boundaries
- Placeholder CLI commands: `run`, `plan`, `status`, `resume`, `run-stage`
- Basic structured logging setup via `log/slog`
- Stub adapter, stage, config, manifest, artifact, and contract packages
## Current State
The CLI commands are intentionally placeholders and print `not yet implemented` messages.
Example:
```bash
go run ./cmd/narratio plan
```
## Non-Goals (Current Pass)
This scaffold does not yet implement:
- real config loading/validation behavior
- manifest persistence behavior
- stage execution behavior
- real WhisperX/seriatim/audita/analyzer integrations
- real S3 or notification integrations