From c44b88e801e27587aaab3d1f4099d8cf5392cb07 Mon Sep 17 00:00:00 2001 From: yusyus Date: Wed, 18 Feb 2026 22:36:08 +0300 Subject: [PATCH] docs: update stale version numbers, MCP counts, and test counts across docs/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version headers/footers updated to 3.1.0-dev: - docs/features/BOOTSTRAP_SKILL_TECHNICAL.md (was 2.8.0-dev) - docs/reference/API_REFERENCE.md (was 2.7.0) - docs/reference/CODE_QUALITY.md (was 2.7.0) - docs/guides/TESTING_GUIDE.md (was 2.7.0) - docs/guides/MIGRATION_GUIDE.md (was 2.7.0, historical tables untouched) MCP tool count 18 → 26: - docs/guides/MCP_SETUP.md - docs/guides/TESTING_GUIDE.md - docs/reference/CODE_QUALITY.md - docs/reference/CLAUDE_INTEGRATION.md - docs/integrations/CLINE.md - docs/strategy/INTEGRATION_STRATEGY.md Test count 700+/1200+ → 1,880+: - docs/guides/MCP_SETUP.md - docs/guides/TESTING_GUIDE.md - docs/reference/CODE_QUALITY.md - docs/reference/CLAUDE_INTEGRATION.md - docs/features/HOW_TO_GUIDES.md - docs/blog/UNIVERSAL_RAG_PREPROCESSOR.md Co-Authored-By: Claude Sonnet 4.5 --- docs/blog/UNIVERSAL_RAG_PREPROCESSOR.md | 2 +- docs/features/BOOTSTRAP_SKILL_TECHNICAL.md | 8 ++++---- docs/features/HOW_TO_GUIDES.md | 2 +- docs/guides/MCP_SETUP.md | 12 ++++++------ docs/guides/MIGRATION_GUIDE.md | 8 ++++---- docs/guides/TESTING_GUIDE.md | 16 ++++++++-------- docs/integrations/CLINE.md | 2 +- docs/reference/API_REFERENCE.md | 8 ++++---- docs/reference/CLAUDE_INTEGRATION.md | 6 +++--- docs/reference/CODE_QUALITY.md | 20 ++++++++++---------- docs/strategy/INTEGRATION_STRATEGY.md | 2 +- 11 files changed, 43 insertions(+), 43 deletions(-) diff --git a/docs/blog/UNIVERSAL_RAG_PREPROCESSOR.md b/docs/blog/UNIVERSAL_RAG_PREPROCESSOR.md index 9d4f28a..76304bb 100644 --- a/docs/blog/UNIVERSAL_RAG_PREPROCESSOR.md +++ b/docs/blog/UNIVERSAL_RAG_PREPROCESSOR.md @@ -551,7 +551,7 @@ RAG systems are powerful, but they're only as good as their data. Until now, dat **Skill Seekers changes the game:** - ⚡ Fast (15-45 minutes) -- ✅ Reliable (700+ tests, battle-tested) +- ✅ Reliable (1,880+ tests, battle-tested) - 💰 Free (open source) - 😊 Delightful (single command) - 🔄 Maintainable (re-run one command) diff --git a/docs/features/BOOTSTRAP_SKILL_TECHNICAL.md b/docs/features/BOOTSTRAP_SKILL_TECHNICAL.md index 309d729..e3a7bd9 100644 --- a/docs/features/BOOTSTRAP_SKILL_TECHNICAL.md +++ b/docs/features/BOOTSTRAP_SKILL_TECHNICAL.md @@ -1,9 +1,9 @@ # Bootstrap Skill - Technical Deep Dive -**Version:** 2.8.0-dev +**Version:** 3.1.0-dev **Feature:** Bootstrap Skill Technical Analysis **Status:** ✅ Production Ready -**Last Updated:** 2026-01-20 +**Last Updated:** 2026-02-18 --- @@ -664,6 +664,6 @@ The Bootstrap Skill is a **meta-application** that demonstrates Skill Seekers' c --- -**Version:** 2.8.0-dev -**Last Updated:** 2026-01-20 +**Version:** 3.1.0-dev +**Last Updated:** 2026-02-18 **Status:** ✅ Technical Deep Dive Complete diff --git a/docs/features/HOW_TO_GUIDES.md b/docs/features/HOW_TO_GUIDES.md index 18ede21..0212b31 100644 --- a/docs/features/HOW_TO_GUIDES.md +++ b/docs/features/HOW_TO_GUIDES.md @@ -1294,7 +1294,7 @@ def test_api_integration_workflow(): **Test Set:** Skill_Seekers own test suite - 54 test files -- 700+ total tests +- 1,880+ total tests - 50+ workflow examples **Performance:** diff --git a/docs/guides/MCP_SETUP.md b/docs/guides/MCP_SETUP.md index 4fc2f30..2025b97 100644 --- a/docs/guides/MCP_SETUP.md +++ b/docs/guides/MCP_SETUP.md @@ -2,14 +2,14 @@ Step-by-step guide to set up the Skill Seeker MCP server with 5 supported AI coding agents. -**Version 2.7.0 Highlights:** +**Version 3.1.0-dev Highlights:** - ✅ **MCP SDK v1.25.0** - Latest protocol support (upgraded from v1.18.0) - ✅ **FastMCP Framework** - Modern, decorator-based server implementation - ✅ **Dual Transport** - HTTP + stdio support (choose based on agent) -- ✅ **18 MCP Tools** - Expanded from 9 tools (enhance_skill + source management tools) +- ✅ **26 MCP Tools** - Core (9), Extended (10), Vector DB (4), Cloud (3) - ✅ **Multi-Agent Support** - Claude Code, Cursor, Windsurf, VS Code + Cline, IntelliJ IDEA - ✅ **Auto-Configuration** - One-line setup with `./setup_mcp.sh` -- ✅ **Production Ready** - 700+ comprehensive tests, 100% pass rate +- ✅ **Production Ready** - 1,880+ comprehensive tests, 100% pass rate --- @@ -51,7 +51,7 @@ Step-by-step guide to set up the Skill Seeker MCP server with 5 supported AI cod ### New Features -**18 MCP Tools** (expanded from 9): +**26 MCP Tools** (expanded from 9): **Config Tools (3):** - `generate_config` - Generate config for any documentation site @@ -180,7 +180,7 @@ In any connected agent: List all available MCP tools ``` -You should see 18 tools (up from 9 in v2.3.0). +You should see 26 tools (up from 9 in v2.3.0). ### 5. Optional: Run Auto-Configuration @@ -1478,7 +1478,7 @@ SETUP: 3. Restart agent VERIFY: -- "List all available MCP tools" (should show 18 tools) +- "List all available MCP tools" (should show 26 tools) - "List all available configs" (should show 24 configs) GENERATE SKILL: diff --git a/docs/guides/MIGRATION_GUIDE.md b/docs/guides/MIGRATION_GUIDE.md index 73ac65b..df497d9 100644 --- a/docs/guides/MIGRATION_GUIDE.md +++ b/docs/guides/MIGRATION_GUIDE.md @@ -1,7 +1,7 @@ # Migration Guide -**Version:** 2.7.0 -**Last Updated:** 2026-01-18 +**Version:** 3.1.0-dev +**Last Updated:** 2026-02-18 **Status:** ✅ Production Ready --- @@ -614,6 +614,6 @@ When reporting migration issues: --- -**Version:** 2.7.0 -**Last Updated:** 2026-01-18 +**Version:** 3.1.0-dev +**Last Updated:** 2026-02-18 **Status:** ✅ Production Ready diff --git a/docs/guides/TESTING_GUIDE.md b/docs/guides/TESTING_GUIDE.md index 05defae..f6b807d 100644 --- a/docs/guides/TESTING_GUIDE.md +++ b/docs/guides/TESTING_GUIDE.md @@ -1,8 +1,8 @@ # Testing Guide -**Version:** 2.7.0 -**Last Updated:** 2026-01-18 -**Test Count:** 1200+ tests +**Version:** 3.1.0-dev +**Last Updated:** 2026-02-18 +**Test Count:** 1,880+ tests **Coverage:** >85% **Status:** ✅ Production Ready @@ -10,7 +10,7 @@ ## Overview -Skill Seekers has comprehensive test coverage with **1200+ tests** spanning unit tests, integration tests, end-to-end tests, and MCP integration tests. This guide covers everything you need to know about testing in the project. +Skill Seekers has comprehensive test coverage with **1,880+ tests** spanning unit tests, integration tests, end-to-end tests, and MCP integration tests. This guide covers everything you need to know about testing in the project. **Test Philosophy:** - **Never skip tests** - All tests must pass before commits @@ -250,7 +250,7 @@ pytest tests/test_*_e2e.py -v -n auto ### 4. MCP Tests (63 tests) -Test MCP server and all 18 MCP tools. +Test MCP server and all 26 MCP tools. #### Example: Testing MCP Tool @@ -927,8 +927,8 @@ pytest tests/ --cov=src/skill_seekers --- -**Version:** 2.7.0 -**Last Updated:** 2026-01-18 -**Test Count:** 1200+ tests +**Version:** 3.1.0-dev +**Last Updated:** 2026-02-18 +**Test Count:** 1,880+ tests **Coverage:** >85% **Status:** ✅ Production Ready diff --git a/docs/integrations/CLINE.md b/docs/integrations/CLINE.md index 3c2bfea..3d5c7f0 100644 --- a/docs/integrations/CLINE.md +++ b/docs/integrations/CLINE.md @@ -292,7 +292,7 @@ In Cline panel, check "Available Tools" - you should see: - `list_configs` - List preset configurations - `scrape_docs` - Scrape documentation dynamically - `package_skill` - Package skills for Cline -- ... (18 total MCP tools) +- ... (26 total MCP tools) **Using MCP Tools** diff --git a/docs/reference/API_REFERENCE.md b/docs/reference/API_REFERENCE.md index 96a1e31..3be8718 100644 --- a/docs/reference/API_REFERENCE.md +++ b/docs/reference/API_REFERENCE.md @@ -1,7 +1,7 @@ # API Reference - Programmatic Usage -**Version:** 2.7.0 -**Last Updated:** 2026-01-18 +**Version:** 3.1.0-dev +**Last Updated:** 2026-02-18 **Status:** ✅ Production Ready --- @@ -970,6 +970,6 @@ monitor_enhancement('output/react/', watch=True) --- -**Version:** 2.7.0 -**Last Updated:** 2026-01-18 +**Version:** 3.1.0-dev +**Last Updated:** 2026-02-18 **Status:** ✅ Production Ready diff --git a/docs/reference/CLAUDE_INTEGRATION.md b/docs/reference/CLAUDE_INTEGRATION.md index 0360a12..5c0dc17 100644 --- a/docs/reference/CLAUDE_INTEGRATION.md +++ b/docs/reference/CLAUDE_INTEGRATION.md @@ -25,9 +25,9 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co - **🌐 Multi-LLM Support**: Full support for 4 platforms - Claude AI, Google Gemini, OpenAI ChatGPT, Generic Markdown - **🔄 Complete Feature Parity**: All skill modes work with all platforms - **🏗️ Platform Adaptors**: Clean architecture with platform-specific implementations -- **✨ 18 MCP Tools**: Enhanced with multi-platform support (package, upload, enhance) +- **✨ 26 MCP Tools**: Enhanced with multi-platform support (package, upload, enhance) - **📚 Comprehensive Documentation**: Complete guides for all platforms -- **🧪 Test Coverage**: 1200+ tests passing, extensive platform compatibility testing +- **🧪 Test Coverage**: 1,880+ tests passing, extensive platform compatibility testing **🚀 NEW: Three-Stream GitHub Architecture (v2.6.0)** - **📊 Three-Stream Fetcher**: Split GitHub repos into Code, Docs, and Insights streams @@ -194,7 +194,7 @@ The LOCAL enhancement option (`--enhance-local` or `enhance_skill_local.py`) ope "Package skill at output/react/" ``` -18 MCP tools available with multi-platform support: list_configs, generate_config, validate_config, fetch_config, estimate_pages, scrape_docs, scrape_github, scrape_pdf, package_skill, upload_skill, enhance_skill (NEW), install_skill, split_config, generate_router, add_config_source, list_config_sources, remove_config_source, submit_config +26 MCP tools available with multi-platform support: list_configs, generate_config, validate_config, fetch_config, estimate_pages, scrape_docs, scrape_github, scrape_pdf, package_skill, upload_skill, enhance_skill (NEW), install_skill, split_config, generate_router, add_config_source, list_config_sources, remove_config_source, submit_config ### Test with limited pages (edit config first) Set `"max_pages": 20` in the config file to test with fewer pages. diff --git a/docs/reference/CODE_QUALITY.md b/docs/reference/CODE_QUALITY.md index decbf1a..d88287b 100644 --- a/docs/reference/CODE_QUALITY.md +++ b/docs/reference/CODE_QUALITY.md @@ -1,7 +1,7 @@ # Code Quality Standards -**Version:** 2.7.0 -**Last Updated:** 2026-01-18 +**Version:** 3.1.0-dev +**Last Updated:** 2026-02-18 **Status:** ✅ Production Ready --- @@ -12,7 +12,7 @@ Skill Seekers maintains high code quality through automated linting, comprehensi **Quality Pillars:** 1. **Linting** - Automated code style and error detection with Ruff -2. **Testing** - Comprehensive test coverage (1200+ tests) +2. **Testing** - Comprehensive test coverage (1,880+ tests) 3. **Type Safety** - Type hints and validation 4. **Security** - Security scanning with Bandit 5. **CI/CD** - Automated validation on every commit @@ -262,7 +262,7 @@ Fixed **all 21 ruff linting errors** across the codebase: **Overall Project:** >80% coverage target **Current Status:** -- ✅ 1200+ tests passing +- ✅ 1,880+ tests passing - ✅ >85% code coverage - ✅ All critical paths covered - ✅ CI/CD integrated @@ -329,7 +329,7 @@ pytest tests/ -m asyncio - Platform integration testing 4. **MCP Tests** (63 tests) - - All 18 MCP tools + - All 26 MCP tools - Transport mode testing (stdio, HTTP) - Error handling validation @@ -340,7 +340,7 @@ pytest tests/ -m asyncio > "never skip any test. always make sure all test pass" **This means:** -- ✅ **ALL 1200+ tests must pass** before commits +- ✅ **ALL 1,880+ tests must pass** before commits - ✅ No skipping tests, even if they're slow - ✅ Add tests for new features - ✅ Fix failing tests immediately @@ -415,7 +415,7 @@ Every commit and PR must pass: 1. **Ruff Linting** - Zero linting errors 2. **Ruff Formatting** - Consistent code style -3. **Pytest** - All 1200+ tests passing +3. **Pytest** - All 1,880+ tests passing 4. **Coverage** - >80% code coverage 5. **Multi-platform** - Ubuntu + macOS 6. **Multi-version** - Python 3.10-3.13 @@ -732,7 +732,7 @@ gh pr create --title "Add your feature" --body "Description..." # CI checks will run automatically: # ✅ Ruff linting # ✅ Ruff formatting -# ✅ Pytest (1200+ tests) +# ✅ Pytest (1,880+ tests) # ✅ Coverage report # ✅ Multi-platform (Ubuntu + macOS) # ✅ Multi-version (Python 3.10-3.13) @@ -818,6 +818,6 @@ open htmlcov/index.html --- -**Version:** 2.7.0 -**Last Updated:** 2026-01-18 +**Version:** 3.1.0-dev +**Last Updated:** 2026-02-18 **Status:** ✅ Production Ready diff --git a/docs/strategy/INTEGRATION_STRATEGY.md b/docs/strategy/INTEGRATION_STRATEGY.md index d4d1eb9..21f4406 100644 --- a/docs/strategy/INTEGRATION_STRATEGY.md +++ b/docs/strategy/INTEGRATION_STRATEGY.md @@ -30,7 +30,7 @@ We can replicate this positioning with dozens of other tools/platforms to create | Aspect | Their Use | Our Capability | Gap | |--------|-----------|---------------|-----| | **GitHub scraping** | ✅ Basic | ✅ Advanced (C3.x) | **Large** | -| **MCP integration** | ✅ Aware | ✅ 18 tools available | **Medium** | +| **MCP integration** | ✅ Aware | ✅ 26 tools available | **Medium** | | **Context limits** | ⚠️ Problem | ✅ Router skills solve | **Large** | | **AI enhancement** | ❌ Not mentioned | ✅ Dual mode (API/LOCAL) | **Large** | | **Multi-platform** | ❌ Claude only | ✅ 4 platforms | **Medium** |