learning_ai_notes/backend
saravanakumardb1 c6aa775cd3 fix(backend): saved-views DELETE 204 response + add route test
- DELETE /saved-views/:id now uses reply.code(204).send() for explicit
  empty response (Fastify 5 best practice)
- Added routes.test.ts for saved-views module (verifies 2 GET, 1 POST,
  1 PATCH, 1 DELETE handler registration)
- Backend now at 19 tests across 11 files
2026-03-10 19:50:52 -07:00
..
src fix(backend): saved-views DELETE 204 response + add route test 2026-03-10 19:50:52 -07:00
.env.example feat(mcp): add update-note, link-notes, extract-tasks, attach-artifact MCP tools 2026-03-10 18:53:28 -07:00
package-lock.json feat(mcp): add executable note tools 2026-03-10 09:12:09 -07:00
package.json feat(identity): lock NoteLett product identity across all surfaces 2026-03-10 18:47:01 -07:00
tsconfig.json feat(notes): scaffold product surfaces and backend MCP slices 2026-03-10 08:53:07 -07:00