edtech / apps

Commit History

fix: improve STT suspect detection regex
647a8ba

CognxSafeTrack commited on

feat: localize AI documents (FR/WO) and fix Zod warnings
7ce77fe

CognxSafeTrack commited on

fix: resolve ESM module not found error in database package
84be762

CognxSafeTrack commited on

feat: implement adaptive pedagogy, visuals, and remediation (WOW Phase 1)
6c294cb

CognxSafeTrack commited on

feat: implement WOW Sprint 1 (BusinessProfile, Structured Feedback, STT Hardening, Progress Bar)
65aabf4

CognxSafeTrack commited on

feat: audit and hardening of audio pipeline, AI localization, and WhatsApp UX improvements
9eff59c

CognxSafeTrack commited on

fix: port alignment, cascade delete, and audio pipeline hardening
0de1348

CognxSafeTrack commited on

feat: allow http for internal railway networking in config
a72c12d

CognxSafeTrack commited on

fix: cascade delete for responses and clean worker startup
81f2ec0

CognxSafeTrack commited on

feat: complete audio pipeline hardening and audit requirements
538f814

CognxSafeTrack commited on

fix: make startup script more resilient and use pnpm exec prisma
cd06427

CognxSafeTrack commited on

fix(worker): add db push to start script
5ba0abb

CognxSafeTrack commited on

build: force deep rebuild v4 with improved logging
3ec3d38

CognxSafeTrack commited on

debug: add detailed logging for transcription connection error
1fe7477

CognxSafeTrack commited on

build: trigger railway worker redeploy
de1de59

CognxSafeTrack commited on

build(worker): Install ffmpeg in worker Dockerfile for audio transcription
ae57076

CognxSafeTrack commited on

fix(audio): Ensure /tmp/audio exists and fix nixpacks syntax
24260b4

CognxSafeTrack commited on

fix(worker): Prioritize live WHATSAPP_ACCESS_TOKEN environment variable over stale BullMQ job payload to prevent 401 loops
a493ea3

CognxSafeTrack commited on

feat(audio): Enforce strict AI_API_BASE_URL and add FFmpeg MP3 STT conversion
29ead2c

CognxSafeTrack commited on

feat(audio): Complete robust outbound/inbound pipeline and async AI generation
818c5f2

CognxSafeTrack commited on

fix: Prevent HF webhook from pushing empty Whatsapp access token to Railway worker
a5db32b

CognxSafeTrack commited on

chore: Add extensive debugging logs to audio download-media job
458febc

CognxSafeTrack commited on

fix: Split Webhook into Gateway (HuggingFace) and Processor (Railway), fix missing https:// in API_URL
df0edd7

CognxSafeTrack commited on

fix(whatsapp): resolve duplicate CONTINUE action match and remote 120s blocking delay on feedback
0e83f45

CognxSafeTrack commited on

feat: implement STT inbound audio, TTS fallback, and Interactive Lists
abc4e24

CognxSafeTrack commited on

fix(deploy): make Stripe keys optional at initialization
e290651

CognxSafeTrack commited on

fix(railway): run combined API and worker via pnpm start
f530e29

CognxSafeTrack commited on

fix(deploy): use tsx for HF api start, combine api and worker on railway to expose webhooks
3c8d51a

CognxSafeTrack commited on

chore(deploy): split HF Dockerfile for API and Railway Dockerfile for Worker
b6cac0c

CognxSafeTrack commited on

refactor(prod): unify currentDay exclusively in Enrollment model to fix scheduler sync
8cd83e2

CognxSafeTrack commited on

feat(prod): implementation of missing features for production readiness
b150436

CognxSafeTrack commited on

docs: add audit_production.md + plan_implementation_prod.md; fix admin phone field
f1a06cd

CognxSafeTrack commited on

fix(docker): db:push failure no longer blocks API β€” both API+worker start unconditionally
c286b2d

CognxSafeTrack commited on

fix(webhook): ADMIN_API_KEY demoted to warning β€” API starts with only WHATSAPP_VERIFY_TOKEN, Meta validation can reach public /webhook
617b081

CognxSafeTrack commited on

fix(audit): 6 bugs fixed β€” static imports, store-audio endpoint, CONTINUE fallthrough, SUITE regex, no more require() calls
8549297

CognxSafeTrack commited on

fix(startup): WHATSAPP_APP_SECRET demoted to warning β€” API no longer crashes if absent
ce3c4bc

CognxSafeTrack commited on

fix(docker): revert to node:20 (debian) β€” alpine musl missing libssl.so.1.1 for prisma
ed26c4c

CognxSafeTrack commited on

feat(railway): combined API+Worker Dockerfile + fix list char limits + 10s AI timeout
07420e1

CognxSafeTrack commited on

feat(ux): interactive buttons for language choice + LIST menu for sector selection (8 sectors FR/Wolof)
1dec751

CognxSafeTrack commited on

fix(comp5): add 429 catch on generateFeedback, use proper imports for whatsappQueue/scheduleTrackDay + Wolof translations
1403ab3

CognxSafeTrack commited on

fix(audit): add /v1/ai/transcribe endpoint + fix cross-package storage require in worker
9dfe8d2

CognxSafeTrack commited on

feat(arch): interactive LIST menu, audio download-media job, OpenAI 429 fallback, DAY action IDs
9cc0a90

CognxSafeTrack commited on

fix(audit): extend DISABLE_WHATSAPP_SEND + remove dead INSCRIPTION handler
1a66683

CognxSafeTrack commited on

fix(arch): HF inbound-only + seedDatabase export + DISABLE_WORKER + DISABLE_WHATSAPP_SEND
fe2f79f

CognxSafeTrack commited on

fix(prod): in-process seed + DNS fix for worker ENOTFOUND
fc3b1c4

CognxSafeTrack commited on

feat(module1): integrate the 12-day curriculum in FR/WO with seed data and auto-routing
cd75882

CognxSafeTrack commited on

fix(whatsapp): remove httpsAgent IPv4 constraint causing ENOTFOUND and timeouts on Railway
af32fee

CognxSafeTrack commited on

feat(whatsapp): implement interactive pedagogy architecture with Voice and Button routing
5746532

CognxSafeTrack commited on

fix(whatsapp): send day 1 content instantly and allow INSCRIPTION to reset state for testing
f9629ec

CognxSafeTrack commited on

fix(worker): use pnpm filter to generate prisma in workspace instead of missing npx bin
f24d528

CognxSafeTrack commited on