File size: 1,020 Bytes
6bc380e
 
 
 
 
 
 
 
 
 
f03c513
 
 
 
 
 
 
 
 
 
 
 
6bc380e
 
f03c513
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
title: Edtech Backend
emoji: 🚀
colorFrom: green
colorTo: blue
sdk: docker
pinned: false
app_port: 7860
---

# EdTech Backend (XAMLÉ AI)

## 🤖 AI Development Rules (MANDATORY)
This project uses a specialized memory and rules system for all AI assistants. Any AI model (Claude, Cursor, GPT, Gemini) working on this codebase **MUST** follow:
- [CLAUDE.md](.claude/CLAUDE.md) : Project Constitution (Core Rules).
- [primer.md](.claude/primer.md) : Technical Architecture & Business Profile.
- [lessons.md](tasks/lessons.md) : Technical history of crashes and fixes.
- [hindsight.md](tasks/hindsight.md) : Historical User Mandates.

**Strict Session Flow**: 1. Read Lessons -> 2. Read Todo -> 3. Plan in `tasks/todo.md` -> 4. Execute.

---

This Space hosts the backend for the EdTech platform, including:
- **Fastify API**: Handles WhatsApp Webhooks (Async-First).
- **WhatsApp Worker**: Background logic processor (Atomic DB First).
- **Database**: Azure Neon PostgreSQL.
- **Queue**: BullMQ with managed Redis.