Commit Graph

2 Commits

Author SHA1 Message Date
Sepehr Ramezani
a98a60928c chore: clean up repo - remove docs, tool configs, test files, images
Removed from repo and disk:
- _bmad/, _bmad-output/, .agent/, .claude/, .cursor/, .gemini/,
  .kilocode/, .opencode/, .playwright-mcp/, .ralph/, .github/, bmalph/
- docs/ directory (outdated architecture docs)
- Root markdown files (18 obsolete docs)
- Root images (8 screenshots/test images)
- MCP server docs and N8N workflow JSONs (7 files)
- memento-note junk (test files, temp files, color guides, old DB)
- Root package-lock.json, package.json.bak

Updated .gitignore to prevent re-tracking.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-04-20 21:07:10 +02:00
f0b41572bc feat: Memento avec dates, Markdown, reminders et auth
Tests Playwright validés :
- Création de notes: OK
- Modification titre: OK
- Modification contenu: OK
- Markdown éditable avec preview: OK

Fonctionnalités:
- date-fns: dates relatives sur cards
- react-markdown + remark-gfm
- Markdown avec toggle edit/preview
- Recherche améliorée (titre/contenu/labels/checkItems)
- Reminder recurrence/location (schema)
- NextAuth.js + User/Account/Session
- userId dans Note (optionnel)
- 4 migrations créées

Ready for production + auth integration
2026-01-04 16:04:24 +01:00