Context
Legacy audio-transcription-studio documented an Obsidian-style knowledge vault with date folders, indexes, tags, wiki links, and deduped transcript outputs. Rebuild only the useful export shape in canonical WhisperForge.
Audit: docs/AUDIO-REPO-CONSOLIDATION-AUDIT-2026-05-18.md
Acceptance Criteria
- Define a markdown vault export format for captures, transcripts, recaps, and generated outputs.
- Preserve source receipts, run IDs, recipe metadata, tags, and links back to related captures/runs.
- Avoid duplicating existing markdown export behavior unless a vault mode is explicitly selected.
- Document the directory/index/tag conventions.
- Add tests for serialization and path generation.
Verification
make test
git diff --check
Context
Legacy
audio-transcription-studiodocumented an Obsidian-style knowledge vault with date folders, indexes, tags, wiki links, and deduped transcript outputs. Rebuild only the useful export shape in canonical WhisperForge.Audit:
docs/AUDIO-REPO-CONSOLIDATION-AUDIT-2026-05-18.mdAcceptance Criteria
Verification
make testgit diff --check