29 lines
1.4 KiB
Markdown
29 lines
1.4 KiB
Markdown
# Internal Documentation Index
|
|
|
|
## Audience
|
|
Developers and LLM coding agents changing Narratio internals.
|
|
|
|
## Scope
|
|
Implementation-accurate contracts for workspace/state, stages, and external adapter boundaries.
|
|
|
|
## Component Docs
|
|
- `adapters.md`: external adapter map, runtime wiring, and boundary ownership.
|
|
- `storage.md`: remote storage backend contracts and object-store invariants.
|
|
- `manifest.md`: session/run manifest schemas, lifecycle transitions, and persistence semantics.
|
|
- `artifacts.md`: supported artifact IDs, transcript tiers, and source-resolution behavior.
|
|
- `workspace.md`: local state model, manifests, run-local layout, promotion, and cleanup invariants.
|
|
- `stage-prepare.md`: input materialization and provenance capture.
|
|
- `stage-transcribe.md`: WhisperX transcript generation.
|
|
- `stage-merge.md`: Seriatim normalization + merge.
|
|
- `stage-polish.md`: Audita transcript polishing.
|
|
- `stage-normalize.md`: post-polish normalization.
|
|
- `stage-trim.md`: bounds-driven transcript trimming.
|
|
- `stage-analyze.md`: Scriptorium session recap generation.
|
|
- `stage-archive.md`: archive upload and current-pointer publish contract.
|
|
|
|
## External Integration Notes
|
|
- `../integrations/README.md`: canonical location for external integration contracts (`audita.md`, `seriatim.md`, `scriptorium.md`).
|
|
|
|
## Canonical Owner
|
|
`docs/internal/` is the canonical home for implemented internals per `docs/documentation/policy.md`.
|