From 2a2f92eca35375fd3060d7d615b1b15739585049 Mon Sep 17 00:00:00 2001 From: Vilius Vystartas Date: Wed, 6 May 2026 19:02:52 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20update=20adapter=20table=20=E2=80=94=20?= =?UTF-8?q?add=20missing=20copilot,=20codex,=20kiro,=20gitclaw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README adapter table listed 12 adapters but export.ts supports 15. Added: copilot, codex, kiro (export-only) and gitclaw. Also corrected github description from 'GitHub Actions' to 'GitHub Models inference' to match actual implementation. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b761cbd..a4c8b90 100644 --- a/README.md +++ b/README.md @@ -360,13 +360,17 @@ Adapters are used by both `export` and `run`. Available adapters: | `openai` | OpenAI Agents SDK Python code | | `crewai` | CrewAI YAML configuration | | `lyzr` | Lyzr Studio agent | -| `github` | GitHub Actions agent | +| `github` | GitHub Models inference | | `git` | Git-native execution (run only) | | `opencode` | OpenCode instructions + config | | `gemini` | Google Gemini CLI (GEMINI.md + settings.json) | | `openclaw` | OpenClaw format | | `nanobot` | Nanobot format | | `cursor` | Cursor `.cursor/rules/*.mdc` files | +| `copilot` | GitHub Copilot instructions (export only) | +| `codex` | OpenAI Codex CLI instructions (export only) | +| `kiro` | Kiro agent format (export only) | +| `gitclaw` | GitClaw agent format | ```bash # Export to system prompt