This commit is contained in:
Adrien
2026-03-31 15:42:49 +02:00
parent 3507ce27e5
commit dc0bcab36e
10 changed files with 1246 additions and 0 deletions

29
CLAUDE.md Normal file
View File

@@ -0,0 +1,29 @@
# ai-teacher Development Guidelines
Auto-generated from all feature plans. Last updated: 2026-03-31
## Active Technologies
- Java 21 (backend), TypeScript / Node 20 (frontend) (001-neuro-rag-learning)
## Project Structure
```text
src/
tests/
```
## Commands
npm test && npm run lint
## Code Style
Java 21 (backend), TypeScript / Node 20 (frontend): Follow standard conventions
## Recent Changes
- 001-neuro-rag-learning: Added Java 21 (backend), TypeScript / Node 20 (frontend)
<!-- MANUAL ADDITIONS START -->
<!-- MANUAL ADDITIONS END -->