Replace all occurrences of old ambiguous flag names with the new explicit ones: --chunk-size (tokens) → --chunk-tokens --chunk-overlap → --chunk-overlap-tokens --chunk → --chunk-for-rag --streaming-chunk-size → --streaming-chunk-chars --streaming-overlap → --streaming-overlap-chars --chunk-size (pages) → --pdf-pages-per-chunk Updated: CLI_REFERENCE (EN+ZH), user-guide (EN+ZH), integrations (Haystack, Chroma, Weaviate, FAISS, Qdrant), features/PDF_CHUNKING, examples/haystack-pipeline, strategy docs, archive docs, and CHANGELOG. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Legacy Documentation Archive
Status: Archived
Reason: Outdated patterns, phantom commands, or superseded by new docs
Archived Files
| File | Reason | Replaced By |
|---|---|---|
QUICKSTART.md |
Old CLI patterns | docs/getting-started/02-quick-start.md |
USAGE.md |
python3 cli/X.py pattern |
docs/user-guide/ + docs/reference/CLI_REFERENCE.md |
QUICK_REFERENCE.md |
Phantom commands | docs/reference/CLI_REFERENCE.md |
Why These Were Archived
QUICKSTART.md
Issues:
- Referenced
pip3 install requests beautifulsoup4instead ofpip install skill-seekers - Missing modern commands like
create
Use Instead: docs/getting-started/02-quick-start.md
USAGE.md
Issues:
- Used
python3 cli/doc_scraper.pypattern (removed in v3.x) - Referenced
python3 cli/enhance_skill_local.py(nowskill-seekers enhance) - Referenced
python3 cli/estimate_pages.py(nowskill-seekers estimate)
Use Instead:
- docs/reference/CLI_REFERENCE.md - Complete command reference
- docs/user-guide/ - Common tasks
QUICK_REFERENCE.md
Issues:
- Documented phantom commands like
skill-seekers merge-sources - Documented phantom commands like
skill-seekers split-config - Documented phantom commands like
skill-seekers generate-router
Use Instead: docs/reference/CLI_REFERENCE.md
Current Documentation
For up-to-date documentation, see:
- docs/README.md - Documentation hub
- docs/getting-started/ - New user guides
- docs/user-guide/ - Common tasks
- docs/reference/ - Technical reference
- docs/advanced/ - Power user topics
Last archived: 2026-02-16