chrysopedia/backend
jlightner 4b0914b12b fix: restore complete project tree from ub01 canonical state
Auto-mode commit 7aa33cd accidentally deleted 78 files (14,814 lines) during M005
execution. Subsequent commits rebuilt some frontend files but backend/, alembic/,
tests/, whisper/, docker configs, and prompts were never restored in this repo.

This commit restores the full project tree by syncing from ub01's working directory,
which has all M001-M007 features running in production containers.

Restored: backend/ (config, models, routers, database, redis, search_service, worker),
alembic/ (6 migrations), docker/ (Dockerfiles, nginx, compose), prompts/ (4 stages),
tests/, whisper/, README.md, .env.example, chrysopedia-spec.md
2026-03-31 02:10:41 +00:00
..
pipeline fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
routers fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
tests fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
config.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
database.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
main.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
models.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
pytest.ini fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
redis_client.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
requirements.txt feat: Built backend/watcher.py with PollingObserver-based folder watchi… 2026-03-30 19:17:47 +00:00
schemas.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
search_service.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
watcher.py feat: Built backend/watcher.py with PollingObserver-based folder watchi… 2026-03-30 19:17:47 +00:00
worker.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00