Releases · uucz/moyu · GitHub
Skip to content

Releases: uucz/moyu

v1.6.0

31 Mar 00:35

Choose a tag to compare

Added

  • Korean (한국어) localization: moyu-ko skill, README.ko.md, commands/moyu-ko.md
  • French (Français) localization: moyu-fr skill, README.fr.md, commands/moyu-fr.md
  • Aider platform support: aider/CONVENTIONS.md
  • Continue platform support: continue/rules/moyu.md
  • TypeScript benchmark scenarios: s7-ts, s8-ts, s9-ts, s10-ts with TypeScript source codebase
  • English command reference: commands/moyu-en.md

Changed

  • All 5 READMEs updated with new platforms and languages
  • Platform count: 10 → 12 (added Aider, Continue)
  • Language count: 3 → 5 (added Korean, French)

v1.2.0

24 Mar 01:39

Choose a tag to compare

Added

  • Hero image (SVG) for visual identity
  • Colorful platform badges row (10 platforms)
  • Japanese README (README.ja.md)
  • .github infrastructure: CONTRIBUTING.md, issue/PR templates
  • CI/Release workflow (auto-release on tag push)
  • "Three Schools of AI Coding" ecosystem positioning (PUA × NoPUA × Moyu)
  • Before/After code comparison prominently displayed in README

Changed

  • GitHub description updated to bilingual (Chinese + English)
  • marketplace.json platforms array completed (added antigravity, opencode)

v1.1.0 — Skill Variants, Japanese, 10 Platforms

23 Mar 07:33

Choose a tag to compare

What's New

Skill Variants

  • moyu-lite — Lightweight version, core rules only
  • moyu-strict — Strict enforcement, stops at L1 for confirmation (great for teams)
  • moyu-ja — 日本語版

New Platforms

  • Google Antigravity
  • OpenCode
  • Now supporting 10 platforms total

README

  • Quick-install command at top
  • Usage section with per-platform activation guide
  • Benchmark results (6 experiments, 66% code reduction)

Install

# Standard (Chinese)
claude skill install --url https://github.com/uucz/moyu --skill moyu

# English
claude skill install --url https://github.com/uucz/moyu --skill moyu-en

# Japanese
claude skill install --url https://github.com/uucz/moyu --skill moyu-ja

# Lite
claude skill install --url https://github.com/uucz/moyu --skill moyu-lite

# Strict
claude skill install --url https://github.com/uucz/moyu --skill moyu-strict

Full changelog: https://github.com/uucz/moyu/blob/main/CHANGELOG.md