Releases: LARIkoz/kurdyuk-lite
Release list
v3.3.1 — CI + test suite + translation badge fix
Tooling and a translation fix
Added
- CI —
.github/workflows/test.ymlruns 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--agenttarget, idempotency, drift →BROKEN, self-init guard). What CI runs and whatCONTRIBUTING.mdpoints contributors to.
Fixed
- Translated READMEs: the "Agents" badge linked to the English
#works-with-any-agentanchor, which doesn't exist once the heading is translated. Added an explicit anchor inREADME.ru.md/README.ja.md/README.zh-CN.mdso it resolves.
Full changelog: https://github.com/LARIkoz/kurdyuk-lite/blob/main/CHANGELOG.md
v3.3.0 — agent self-install + translated READMEs
Agent self-install + translated READMEs
Added
- Agent self-install.
BOOTSTRAP.mdis 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-installaccepts[project-dir]and--agent <claude|codex|gemini|all>in any order, passes the agent through toinit, and ends with an explicitHEALTH: <verdict>line (non-zero exit on anything butUP TO DATE).- Translated READMEs:
README.ru.md(Русский),README.ja.md(日本語),README.zh-CN.md(中文), with a flag language-switcher by the badges. EnglishREADME.mdis the source; translations may lag.
Changed
BOOTSTRAP.md,kurdyuk-install, and the in-targetSTARTER-PROMPT.mdare agent-neutral (no longer Claude-only).- README
Installleads 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
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 threeFull notes in the CHANGELOG.
v3.1.0 — first public release
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 .