learning_ai_notes/backend
saravanakumardb1 12058ed745 feat(mcp): add update-note, link-notes, extract-tasks, attach-artifact MCP tools
4 new executable MCP tools with full audit trail:
- notes.notes.update — update title/body/status/tags with dry-run support
- notes.relationships.link — create typed relationships between notes
- notes.tasks.extract — extract actionable tasks from note body (checkbox + TODO patterns)
- notes.artifacts.attach — attach file/summary/extraction/citation/export artifacts

All tools follow the existing pattern:
- Product scope enforcement
- Agent action audit recording
- Idempotency key + correlation ID propagation
- Dry-run preview support

Also updated .env.example with notelett identity.

Verification: backend typecheck + 18 tests pass.
2026-03-10 18:53:28 -07:00
..
src feat(mcp): add update-note, link-notes, extract-tasks, attach-artifact MCP tools 2026-03-10 18:53:28 -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