Skip to content

Releases: LARIkoz/kurdyuk-lite

v3.3.1 — CI + test suite + translation badge fix

Choose a tag to compare

@LARIkoz LARIkoz released this 20 Jun 12:56

Tooling and a translation fix

Added

  • CI.github/workflows/test.yml runs the installer test suite on Linux and macOS for every push and PR; CI badge on the README.
  • test/run.sh — committed installer test suite (init/check across every --agent target, idempotency, drift → BROKEN, self-init guard). What CI runs and what CONTRIBUTING.md points contributors to.

Fixed

  • Translated READMEs: the "Agents" badge linked to the English #works-with-any-agent anchor, which doesn't exist once the heading is translated. Added an explicit anchor in README.ru.md / README.ja.md / README.zh-CN.md so it resolves.

Full changelog: https://github.com/LARIkoz/kurdyuk-lite/blob/main/CHANGELOG.md

v3.3.0 — agent self-install + translated READMEs

Choose a tag to compare

@LARIkoz LARIkoz released this 20 Jun 12:28

Agent self-install + translated READMEs

Added

  • Agent self-install. BOOTSTRAP.md is now an agent-neutral runbook: paste one line into any agent (Claude Code / Codex / Gemini CLI) and it picks the matching --agent, clones, injects the contract, verifies, and reports a health verdict — no manual steps.
  • kurdyuk-install accepts [project-dir] and --agent <claude|codex|gemini|all> in any order, passes the agent through to init, and ends with an explicit HEALTH: <verdict> line (non-zero exit on anything but UP TO DATE).
  • Translated READMEs: README.ru.md (Русский), README.ja.md (日本語), README.zh-CN.md (中文), with a flag language-switcher by the badges. English README.md is the source; translations may lag.

Changed

  • BOOTSTRAP.md, kurdyuk-install, and the in-target STARTER-PROMPT.md are agent-neutral (no longer Claude-only).
  • README Install leads with the one-line agent self-install.

Full changelog: https://github.com/LARIkoz/kurdyuk-lite/blob/main/CHANGELOG.md

v3.2.0 — multi-agent support

Choose a tag to compare

@LARIkoz LARIkoz released this 20 Jun 11:09

kurdyuk-lite init --agent <claude|codex|gemini|all> now injects the contract into the right instructions file — CLAUDE.md, AGENTS.md, or GEMINI.md — so the framework runs on Claude Code (default), Codex, Gemini, and any agent that reads a project instructions file.

kurdyuk-lite init . --agent codex   # → AGENTS.md
kurdyuk-lite init . --agent all      # → all three

Full notes in the CHANGELOG.

v3.1.0 — first public release

Choose a tag to compare

@LARIkoz LARIkoz released this 20 Jun 08:55

Kurdyuk Lite — a charter-driven product-development framework for Claude Code. Six gated phases (Brief → Charter → Spec → Plan → Implement → Final Review) with a numbered Charter at the center.

First public release: MIT-licensed, de-internalized, with full GitHub community standards + an llms.txt for agents.

Install

git clone https://github.com/LARIkoz/kurdyuk-lite.git ~/.kurdyuk-lite
~/.kurdyuk-lite/bin/kurdyuk-lite init .

See the README and full CHANGELOG.