system-prompts-and-models-o.../salesflow-saas/backend/app
Claude 234e39ca60
fix: parents[4] IndexError in Docker — path too short in container
knowledge_brain.py, memory_engine.py, session_continuity.py used
parents[4] to find memory/ dir. In Docker (/app/app/services/file.py)
there are only 4 parents total, causing IndexError: 4.

Fix: walk up parents dynamically until memory/ dir is found.

https://claude.ai/code/session_01W1rJthWDkasijTdXCfxVHs
2026-04-26 01:33:17 +00:00
..
agents fix(dealix): resolve Python deps, SQLAlchemy metadata, JWT, and frontend CI 2026-04-12 10:32:05 +00:00
ai chore: snapshot Dealix salesflow phase2 for audit worktree 2026-04-04 18:04:21 +03:00
api feat: complete revenue package — 20 drafts + pilot plan + demo script + playbook 2026-04-25 23:16:15 +00:00
core fix(db): prevent duplicate audit seed on repeated init_db() calls 2026-04-20 06:38:40 +00:00
flows chore: snapshot Dealix salesflow phase2 for audit worktree 2026-04-04 18:04:21 +03:00
integrations feat(dealix): email HTML + language detection + config fixes — 40/40 tests pass 2026-04-25 18:43:40 +00:00
intelligence fix(intelligence): contact_phone fix + Apollo/PDL enrichment + CSV export + stats endpoints 2026-04-22 05:30:14 +00:00
middleware feat(dealix): close ALL 4 Tier-1 runtime gaps (Programs E, F, G, K, J) 2026-04-17 10:12:04 +00:00
models feat(dealix): full automation outreach system — draft queue + pipeline + send 2026-04-25 17:33:30 +00:00
observability feat(dealix): close ALL 4 Tier-1 runtime gaps (Programs E, F, G, K, J) 2026-04-17 10:12:04 +00:00
openclaw feat(dealix): close ALL 4 Tier-1 runtime gaps (Programs E, F, G, K, J) 2026-04-17 10:12:04 +00:00
schemas feat(dealix): Tier-1 closure program — 10 tracks complete 2026-04-16 13:08:26 +00:00
services fix: parents[4] IndexError in Docker — path too short in container 2026-04-26 01:33:17 +00:00
utils feat(dealix): D0 launch hardening — DLQ, PostHog, circuit breaker, pricing, runbook 2026-04-23 10:32:53 +00:00
workers fix(dealix): resolve Python deps, SQLAlchemy metadata, JWT, and frontend CI 2026-04-12 10:32:05 +00:00
__init__.py Add SalesMatic AI Sales SaaS Platform - Complete Foundation 2026-03-28 03:06:53 +00:00
config.py feat(dealix): email HTML + language detection + config fixes — 40/40 tests pass 2026-04-25 18:43:40 +00:00
database_rls.py feat(dealix): close ALL 4 Tier-1 runtime gaps (Programs E, F, G, K, J) 2026-04-17 10:12:04 +00:00
database.py fix: harden Railway startup — fault-tolerant lifespan + DB retry + credential cleanup 2026-04-25 22:19:25 +00:00
main.py fix: bust Docker cache + make init_db non-fatal for Railway 2026-04-26 01:00:33 +00:00
sqlite_patch.py fix: root cause — sqlite_patch not applied when DATABASE_URL empty 2026-04-26 01:16:57 +00:00