docs: update version references and counts across markdown files
- AGENTS.md: version 3.0.0 → 3.1.0-dev - CLAUDE.md: version v3.0.0 → v3.1.0-dev (2 places) - ROADMAP.md: status v2.7.0 → v3.1.0-dev, 18 MCP tools → 26, 1200+ tests → 1,880+, add recent improvements - docs/README.md: "New in v2.7.0" → "New in v3.x", 1200+ tests → 1,880+, docs version 2.7.0 → 3.1.0-dev, date updated Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@ This file provides essential guidance for AI coding agents working with the Skil
|
||||
|
||||
| Attribute | Value |
|
||||
|-----------|-------|
|
||||
| **Current Version** | 3.0.0 |
|
||||
| **Current Version** | 3.1.0-dev |
|
||||
| **Python Version** | 3.10+ (tested on 3.10, 3.11, 3.12, 3.13) |
|
||||
| **License** | MIT |
|
||||
| **Package Name** | `skill-seekers` (PyPI) |
|
||||
|
||||
@@ -6,7 +6,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||
|
||||
**Skill Seekers** is the **universal documentation preprocessor** for AI systems. It transforms documentation websites, GitHub repositories, and PDFs into production-ready formats for **16+ platforms**: RAG pipelines (LangChain, LlamaIndex, Haystack), vector databases (Pinecone, Chroma, Weaviate, FAISS, Qdrant), AI coding assistants (Cursor, Windsurf, Cline, Continue.dev), and LLM platforms (Claude, Gemini, OpenAI).
|
||||
|
||||
**Current Version:** v3.0.0
|
||||
**Current Version:** v3.1.0-dev
|
||||
**Python Version:** 3.10+ required
|
||||
**Status:** Production-ready, published on PyPI
|
||||
**Website:** https://skillseekersweb.com/ - Browse configs, share, and access documentation
|
||||
@@ -30,7 +30,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||
pip install -e .
|
||||
|
||||
# 2. Verify installation
|
||||
python -c "import skill_seekers; print(skill_seekers.__version__)" # Should print: 3.0.0
|
||||
python -c "import skill_seekers; print(skill_seekers.__version__)" # Should print: 3.1.0-dev
|
||||
|
||||
# 3. Run a quick test
|
||||
pytest tests/test_scraper_features.py::test_detect_language -v
|
||||
|
||||
26
ROADMAP.md
26
ROADMAP.md
@@ -4,29 +4,33 @@ Transform Skill Seekers into the easiest way to create Claude AI skills from **a
|
||||
|
||||
---
|
||||
|
||||
## 🎯 Current Status: v2.7.0 ✅
|
||||
## 🎯 Current Status: v3.1.0-dev ✅
|
||||
|
||||
**Latest Release:** v2.7.0 (January 18, 2026)
|
||||
**Latest Release:** v3.0.0 (February 10, 2026) | In Development: v3.1.0-dev
|
||||
|
||||
**What Works:**
|
||||
- ✅ Documentation scraping (HTML websites with llms.txt support)
|
||||
- ✅ GitHub repository scraping with C3.x codebase analysis
|
||||
- ✅ PDF extraction with OCR and image support
|
||||
- ✅ Unified multi-source scraping (docs + GitHub + PDF)
|
||||
- ✅ 18 MCP tools fully functional
|
||||
- ✅ Multi-platform support (Claude, Gemini, OpenAI, Markdown)
|
||||
- ✅ 26 MCP tools fully functional
|
||||
- ✅ Multi-platform support (16 platforms: Claude, Gemini, OpenAI, LangChain, LlamaIndex, Haystack, ChromaDB, FAISS, Weaviate, Qdrant, Cursor, Windsurf, Cline, Continue.dev, Pinecone, Markdown)
|
||||
- ✅ Auto-upload to all platforms
|
||||
- ✅ 24 preset configs (including 7 unified configs)
|
||||
- ✅ Large docs support (40K+ pages with router skills)
|
||||
- ✅ C3.x codebase analysis suite (C3.1-C3.8)
|
||||
- ✅ C3.x codebase analysis suite (C3.1-C3.10)
|
||||
- ✅ Bootstrap skill feature - self-hosting capability
|
||||
- ✅ 1200+ tests passing (improved from 700+)
|
||||
- ✅ 1,880+ tests passing
|
||||
- ✅ Unified `create` command with auto-detection and progressive help
|
||||
- ✅ Enhancement workflow presets (5 bundled: default, minimal, security-focus, architecture-comprehensive, api-documentation)
|
||||
- ✅ Cloud storage integration (S3, GCS, Azure)
|
||||
|
||||
**Recent Improvements (v2.7.0):**
|
||||
- ✅ **Code Quality**: Fixed all 21 ruff linting errors across codebase
|
||||
- ✅ **Version Sync**: Synchronized version numbers across all package files
|
||||
- ✅ **Bug Fixes**: Resolved case-sensitivity and test fixture issues
|
||||
- ✅ **Documentation**: Comprehensive documentation updates and new guides
|
||||
**Recent Improvements (v3.1.0-dev):**
|
||||
- ✅ **Unified CLI**: `create` command auto-detects web/GitHub/local/PDF sources
|
||||
- ✅ **Workflow Presets**: YAML-based enhancement presets with CLI management
|
||||
- ✅ **Progressive Disclosure**: Default help shows 13 universal flags, detailed help per source
|
||||
- ✅ **Bug Fixes**: Markdown parser h1 filtering, paragraph length filtering
|
||||
- ✅ **Docs Cleanup**: Removed 47 stale planning/QA/release markdown files
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ Welcome to the Skill Seekers documentation hub. This directory contains comprehe
|
||||
|
||||
## 📚 Quick Navigation
|
||||
|
||||
### 🆕 New in v2.7.0
|
||||
### 🆕 New in v3.x
|
||||
|
||||
**Recently Added Documentation:**
|
||||
- ⭐ [Quick Reference](QUICK_REFERENCE.md) - One-page cheat sheet
|
||||
@@ -37,7 +37,7 @@ Essential guides for setup and daily usage:
|
||||
- **Usage Guides**
|
||||
- [Usage Guide](guides/USAGE.md) - Comprehensive usage instructions
|
||||
- [Upload Guide](guides/UPLOAD_GUIDE.md) - Uploading skills to platforms
|
||||
- [Testing Guide](guides/TESTING_GUIDE.md) - Complete testing reference (1200+ tests)
|
||||
- [Testing Guide](guides/TESTING_GUIDE.md) - Complete testing reference (1,880+ tests)
|
||||
- [Migration Guide](guides/MIGRATION_GUIDE.md) - Version upgrade instructions
|
||||
|
||||
### ⚡ Feature Documentation
|
||||
@@ -142,7 +142,7 @@ Want to contribute? See:
|
||||
→ [MCP Setup Guide](guides/MCP_SETUP.md)
|
||||
|
||||
**Run tests**
|
||||
→ [Testing Guide](guides/TESTING_GUIDE.md) - 1200+ tests
|
||||
→ [Testing Guide](guides/TESTING_GUIDE.md) - 1,880+ tests
|
||||
|
||||
**Understand code quality standards**
|
||||
→ [Code Quality](reference/CODE_QUALITY.md) - Linting and CI/CD
|
||||
@@ -197,6 +197,6 @@ Want to contribute? See:
|
||||
|
||||
---
|
||||
|
||||
**Documentation Version**: 2.7.0
|
||||
**Last Updated**: 2026-01-18
|
||||
**Documentation Version**: 3.1.0-dev
|
||||
**Last Updated**: 2026-02-18
|
||||
**Status**: ✅ Complete & Organized
|
||||
|
||||
Reference in New Issue
Block a user