Phase 5 of Smart Actions Roadmap — Agent & workflow intelligence: - Add 3 new MCP tool contracts to note-tool-contracts.ts: - notes.intelligence.suggest_tags: LLM-powered tag suggestion - notes.intelligence.check_duplicates: embedding-based duplicate detection - notes.intelligence.suggest_links: embedding-based related note suggestions - Add Zod schemas and SmartActionMcpToolDefinitions export - Implement executeSuggestTags, executeCheckDuplicates, executeSuggestLinks - Wire all 3 into NotesExecutableMcpTools array (now 11 tools total) - Update note-tools.test.ts to expect 11 tool names - All 131 tests pass, typecheck clean |
||
|---|---|---|
| .. | ||
| src | ||
| .env.example | ||
| Dockerfile | ||
| eslint.config.js | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||