Add speakers link-import and seed-from-imports commands
Two new CLI commands for the speakers app:
- `link-import`: links an import participant name to a journal entity by adding it as an aka, with alias collision validation
- `seed-from-imports`: scans import-stream segments for speaker-attributed conversation transcripts and seeds voiceprints from corresponding embeddings
Files changed:
- apps/speakers/call.py (new commands + updated docstring)
- apps/speakers/bootstrap.py (new seed_from_imports function + updated docstring)
- apps/speakers/tests/conftest.py (stream kwarg on create_segment, new create_import_segment helper)
- apps/speakers/tests/test_seed_imports.py (new test file, 12 tests)