docs(changelog): document P0-R3 fixes and enhancements

- Added --extract-only mode documentation
- Documented searchNodesLIKE includeExamples fix
- Added auto-table-creation feature

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
czlonkowski
2025-10-02 21:30:44 +02:00
parent 582c9aac53
commit 711cecb90d

View File

@@ -67,15 +67,25 @@ get_node_essentials({
- **Template Processing** - **Template Processing**
- Automatic config extraction during `npm run fetch:templates` - Automatic config extraction during `npm run fetch:templates`
- Standalone extraction mode: `npm run fetch:templates:extract`
- Expression detection ({{...}}, $json, $node) - Expression detection ({{...}}, $json, $node)
- Complexity analysis and use case extraction - Complexity analysis and use case extraction
- Ranking by template popularity - Ranking by template popularity
- Auto-creates `template_node_configs` table if missing
### Removed ### Removed
- Tool: `get_node_for_task` (see Breaking Changes above) - Tool: `get_node_for_task` (see Breaking Changes above)
- Tool documentation: `get-node-for-task.ts` - Tool documentation: `get-node-for-task.ts`
### Fixed
- **`search_nodes` includeExamples Support**
- Fixed `includeExamples` parameter not working due to missing FTS5 table
- Added example support to `searchNodesLIKE` fallback method
- Now returns template-based examples in all search scenarios
- Affects 100% of search_nodes calls (database lacks nodes_fts table)
### Deprecated ### Deprecated
- `TaskTemplates` service marked for removal in v2.16.0 - `TaskTemplates` service marked for removal in v2.16.0