Commit Graph

6 Commits

Author SHA1 Message Date
433874d11e fix(frontend): keep entity and message deletes in sync 2026-03-27 03:38:41 -03:00
726c8f3afd fix(backend): allow blank prompt when creating tasks 2026-03-27 03:25:08 -03:00
ebcea643c4 feat(backend): persist tasks and generated message history
- add EntityTask domain and CRUD API backed by PostgreSQL

- relate generated messages directly to tasks and delete on task removal

- move preview generation to backend Llama endpoint

- migrate frontend task APIs from localStorage to backend endpoints

- update tests and CLAUDE rules for backend-owned LLM/persistence
2026-03-27 02:46:56 -03:00
031ad3d4b2 feat(backend): implement step 10 — JWT authentication (JwtService, AuthService, AuthController, JwtAuthFilter, SecurityConfig) 2026-03-26 19:08:09 -03:00
9065db504e test(backend): add failing tests for step 10 — AuthService and AuthController 2026-03-26 19:03:35 -03:00
47704c2ef2 test(backend): add failing tests for step 9 — VirtualEntityController and DispatchLogController 2026-03-26 18:59:55 -03:00