docs: update all documentation for 12 LLM platforms and 18 agents

- README.md + 11 i18n READMEs: 5→12 LLM platforms, 11→18 agents, new platform/agent tables
- CLAUDE.md: updated --target list, adaptor directory tree
- CHANGELOG.md: added v3.4.0 entry with all Phase 1-4 changes
- docs/reference/CLI_REFERENCE.md: new --target and --agent options
- docs/reference/FEATURE_MATRIX.md: updated all platform counts and tables
- docs/user-guide/04-packaging.md: new platform and agent rows
- docs/FAQ.md: expanded platform/agent answers
- docs/zh-CN/*: synchronized Chinese documentation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
yusyus
2026-03-21 20:42:31 +03:00
parent cd7b322b5e
commit 6bb7078fbc
24 changed files with 306 additions and 129 deletions

View File

@@ -1,6 +1,6 @@
# Skill Seekers Documentation
> **Complete documentation for Skill Seekers v3.2.0**
> **Complete documentation for Skill Seekers v3.4.0**
---
@@ -38,7 +38,7 @@ Look up specific information:
- [CLI Reference](reference/CLI_REFERENCE.md) - All 30+ commands
- [MCP Reference](reference/MCP_REFERENCE.md) - 27 MCP tools
- [Feature Matrix](reference/FEATURE_MATRIX.md) - 17 source types × 4 platforms
- [Feature Matrix](reference/FEATURE_MATRIX.md) - 17 source types × 12 platforms
- [Config Format](reference/CONFIG_FORMAT.md) - JSON specification
- [Environment Variables](reference/ENVIRONMENT_VARIABLES.md) - All env vars
@@ -176,8 +176,8 @@ For Cursor, Windsurf, Cline:
## Version Information
- **Current Version:** 3.2.0
- **Last Updated:** 2026-03-15
- **Current Version:** 3.4.0
- **Last Updated:** 2026-03-21
- **Python Required:** 3.10+
---