Skip to content

v0.2.0 — one-command setup & multilingual READMEs

Choose a tag to compare

@hokupod hokupod released this 05 Jul 08:18

📦 npm: https://www.npmjs.com/package/@kyo-so/cli

Highlights

  • kyoso setup <codex|claude-code> — registers the Kyoso MCP server and installs the bundled kyoso-review skill 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|bunx picks the launcher; --global targets user-level skill placement.
  • kyoso doctor now 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 doctor

Notes

  • 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