Added new internal documentation

This commit is contained in:
2026-05-19 08:47:45 -05:00
parent 9f80635b42
commit 571a289296
6 changed files with 320 additions and 1 deletions

View File

@@ -7,6 +7,10 @@ Developers and LLM coding agents changing Narratio internals.
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.