Files
skill-seekers-reference/docs/archive/legacy
yusyus 73adda0b17 docs: update all chunk flag names to match renamed CLI flags
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>
2026-02-24 22:15:14 +03:00
..

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 beautifulsoup4 instead of pip 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.py pattern (removed in v3.x)
  • Referenced python3 cli/enhance_skill_local.py (now skill-seekers enhance)
  • Referenced python3 cli/estimate_pages.py (now skill-seekers estimate)

Use Instead:


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:


Last archived: 2026-02-16