Skip to content

v3.2.0 — multi-agent support

Choose a tag to compare

@LARIkoz LARIkoz released this 20 Jun 11:09
· 5 commits to main since this release

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.