feat: update CLAUDE.md with guidelines for backend method organization and documentation updates

This commit is contained in:
Flavio Fois
2026-02-05 22:53:42 +01:00
parent 44ee69051d
commit e9500209a8

View File

@@ -55,6 +55,9 @@ Email parsing lives in `backend/utils/mail/`:
- `msg_reader.go` - Microsoft MSG (CFB format) parsing - `msg_reader.go` - Microsoft MSG (CFB format) parsing
- `mailparser.go` - MIME multipart handling - `mailparser.go` - MIME multipart handling
For any major change to backend functionality, add a new method to `App` and implement it in a new `app_*.go` file for organization.
And update the DOCUMENTATION.md file in the root of the repository with a brief description of the new method and its purpose.
### Frontend Structure (SvelteKit + Svelte 5) ### Frontend Structure (SvelteKit + Svelte 5)
**Routes** (file-based routing): **Routes** (file-based routing):