v0.2.0 — one-command setup & multilingual READMEs
📦 npm: https://www.npmjs.com/package/@kyo-so/cli
Highlights
kyoso setup <codex|claude-code>— registers the Kyoso MCP server and installs the bundledkyoso-reviewskill in one command. Dry-run by default: nothing is written until you pass--write. Existing config entries are always kept, and reruns are idempotent.--runner npx|bunxpicks the launcher;--globaltargets user-level skill placement.kyoso doctornow detects MCP registration and skill placement, and tells you what to do next.- Quick Start docs — per-client, copy-paste setup for Claude Code and Codex, built on the npx/bunx-first premise (no global install).
- Multilingual READMEs — 日本語 (README.ja.md) and 简体中文 (README.zh-CN.md), with the English README as the canonical source.
Quick Start
npx @kyo-so/cli setup claude-code --write # or: setup codex
npx @kyo-so/cli doctorNotes
- Requires Node.js >= 20 for the packaged CLI
- Supply-chain tools enforcing a minimum package age (e.g. safe-chain) may hide this version for a few days right after release