second-brain/src/second_brain
Travis Herbranson 22f4a0915f web: show "Re-extract only" for articles too
Gate was source_type == 'video', but the service-layer reset already
accepts any source with transcript_text — articles store the
trafilatura-extracted body there, so they're equally valid candidates
for an extract-only retry. Caught by a-review.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-25 16:15:39 -04:00
..
adapters pipeline split: tower transcribe worker + claim queue + faster-whisper 2026-05-25 10:11:37 -04:00
compiler gauntlet: fix lint — drop unused imports + reorder models.py + add dev deps 2026-05-24 22:52:08 -04:00
context gauntlet: fix lint — drop unused imports + reorder models.py + add dev deps 2026-05-24 22:52:08 -04:00
embeddings embeddings: register pool close() at interpreter exit 2026-05-24 23:33:13 -04:00
extractor gauntlet: fix lint — drop unused imports + reorder models.py + add dev deps 2026-05-24 22:52:08 -04:00
llm switch extractor to Claude CLI backend + pipeline fixes 2026-05-24 21:09:20 -04:00
scheduler transcripts: capture segment-level output into a new JSONB column 2026-05-25 13:40:49 -04:00
web web: show "Re-extract only" for articles too 2026-05-25 16:15:39 -04:00
__init__.py project init 2026-05-22 19:08:22 -04:00
claim.py pipeline split: tower transcribe worker + claim queue + faster-whisper 2026-05-25 10:11:37 -04:00
config.py pipeline split: tower transcribe worker + claim queue + faster-whisper 2026-05-25 10:11:37 -04:00
database.py postgres migration: schema, models, embeddings, alembic 2026-05-24 22:46:48 -04:00
main.py web+cli: edit-mode for source metadata + retry/re-run actions 2026-05-25 16:08:26 -04:00
models.py transcripts: capture segment-level output into a new JSONB column 2026-05-25 13:40:49 -04:00
settings_store.py settings: v2 migration + ORM + settings_store helper 2026-05-25 08:11:53 -04:00
sources_service.py web+cli: edit-mode for source metadata + retry/re-run actions 2026-05-25 16:08:26 -04:00
transcribe.py transcripts: capture segment-level output into a new JSONB column 2026-05-25 13:40:49 -04:00