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** |