1.4 KiB
1.4 KiB
Internal Documentation Index
Audience
Developers and coding agents changing Narratio internals.
Scope
docs/internal/ documents implemented internal contracts: stage boundaries, manifest/state behavior, artifact resolution, restore behavior, storage boundaries, and workspace invariants.
User and operator behavior belongs in:
docs/cli.mddocs/config.mddocs/operations.mddocs/troubleshooting.md
Pipeline Stage Set
Canonical stage order from internal/stage.All():
preparetranscribemergepolishnormalizetrimrenderanalyzepublishnotify(placeholder)
notify is currently a placeholder stage with optional notifier call behavior; it has no persisted pipeline outputs.
Internal Component Docs
adapters.md: external adapter boundaries and default runtime wiring.artifacts.md: canonical source IDs, runtime catalog behavior, and resolution rules.manifest.md: session and run manifest contracts.storage.md: object-store interface and S3 implementation behavior.workspace.md: local session layout, run-local layout, and cleanup guardrails.command-restore.md: restore discovery, planning, execution, and reporting.stage-prepare.mdstage-transcribe.mdstage-merge.mdstage-polish.mdstage-normalize.mdstage-trim.mdstage-render.mdstage-analyze.mdstage-publish.md