mirror of
https://github.com/jackwener/OpenCLI.git
synced 2026-09-14 18:25:42 +08:00
90722be08e
* refactor(skills): merge opencli-generate into opencli-explorer opencli-generate was a thin wrapper over generateVerifiedFromUrl, essentially an internal pipeline orchestration. Merge its entry point into opencli-explorer as the automated fast path, keeping one unified skill for adapter creation. - Delete skills/opencli-generate/SKILL.md - Add automated generation tip to opencli-explorer SKILL.md - Update README/README.zh-CN skill references - Update skill-generate.ts comment * fix(docs): fix dead link in yaml-adapter deprecation page Change ../../CONTRIBUTING.md to ./contributing (VitePress internal link).
284 B
284 B
YAML Adapter Guide (Deprecated)
YAML adapters are no longer supported. All adapters now use TypeScript with the
cli()API from@jackwener/opencli/registry.
See Contributing Guide for how to write TypeScript adapters using the pipeline API or func().