b255a0frefactor: rename internal package fabledassistant → scribe (dir, all imports, DB name + user/password defaults). Code-only; live DBs stay physically fabledassistant and are reached via each instance's own env. Repo/host/image names unchanged.
Both CI-green on dev (#373, #377) and validated on the running dev instance (migration 0063 applied, app boots clean under scribe.*). Prod deploys from its own stack/env, so pulling this :latest is safe — the renamed image honors prod's existing DATABASE_URL.
- **b255a0f** `refactor`: rename internal package `fabledassistant → scribe` (dir, all imports, DB name + user/password defaults). Code-only; live DBs stay physically `fabledassistant` and are reached via each instance's own env. Repo/host/image names unchanged.
- **70ab3f3** `chore`: pivot dead-code cleanup + rebrand finalize — header wordmark → Scribe, `fable:`→`scribe:` event, drop dead `auto_summary` columns (migration 0063), remove curator/briefing/embeddings-model vestiges.
Both CI-green on dev (#373, #377) and validated on the running dev instance (migration 0063 applied, app boots clean under `scribe.*`). Prod deploys from its own stack/env, so pulling this `:latest` is safe — the renamed image honors prod's existing `DATABASE_URL`.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Renames src/fabledassistant -> src/scribe and all imports, plus the
default DB name and DB user/password (fabled -> scribe) in config +
compose. 952 refs / 154 files. Reverses the old 'internal name stays
fabledassistant' convention.
Code-only: live databases are still physically named 'fabledassistant'.
Deployed environments must set POSTGRES_DB / POSTGRES_USER (or rename the
DB) since the defaults now resolve to 'scribe'. Repo (FabledScribe), git
host (fabledsword), MCP (fabled-git) and the image name (fabledscribe)
are intentionally unchanged.
ruff check src/ clean locally; CI (typecheck + pytest) is the gate.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Header wordmark Fabled -> Scribe; fable:calendar-changed event ->
scribe:calendar-changed; SettingsView CSS comment.
- Drop dead Project.auto_summary + summary_updated_at columns (migration
0063) -- the Ollama-era summarizer is gone; model + 2 frontend types +
projects test updated.
- Remove pivot vestiges: diagnostics _curator_busy()/curator_busy
heartbeat field, tz BRIEFING_DAY_START_HOUR/user_briefing_date dead
aliases, the ignored 'model' param on get_embedding (+ its test).
ruff src/ clean; CI is the gate. Part of scribe plan #599.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
b255a0frefactor: rename internal packagefabledassistant → scribe(dir, all imports, DB name + user/password defaults). Code-only; live DBs stay physicallyfabledassistantand are reached via each instance's own env. Repo/host/image names unchanged.70ab3f3chore: pivot dead-code cleanup + rebrand finalize — header wordmark → Scribe,fable:→scribe:event, drop deadauto_summarycolumns (migration 0063), remove curator/briefing/embeddings-model vestiges.Both CI-green on dev (#373, #377) and validated on the running dev instance (migration 0063 applied, app boots clean under
scribe.*). Prod deploys from its own stack/env, so pulling this:latestis safe — the renamed image honors prod's existingDATABASE_URL.🤖 Generated with Claude Code