From bf999232a3b43a8a60f207357ef937e69dc01a94 Mon Sep 17 00:00:00 2001 From: czlonkowski <56956555+czlonkowski@users.noreply.github.com> Date: Thu, 2 Oct 2025 22:31:13 +0200 Subject: [PATCH] docs(changelog): add test suite documentation to v2.15.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Document comprehensive test coverage added for P0-R3 feature. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a73e700..ce64edb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,13 @@ get_node_essentials({ - Ranking by template popularity - Auto-creates `template_node_configs` table if missing +- **Comprehensive Test Suite** + - 85+ tests covering all aspects of template configuration system + - Integration tests for database operations and end-to-end workflows + - Unit tests for tool parameters, extraction logic, and ranking algorithm + - Fixtures for consistent test data across test suites + - Test documentation in P0-R3-TEST-PLAN.md + ### Removed - Tool: `get_node_for_task` (see Breaking Changes above)