Skip to content

Commit 1762a72

Browse files
authored
docs: update adapter table — add missing copilot, codex, kiro, gitclaw (#78)
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.
1 parent e8d553b commit 1762a72

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,13 +360,17 @@ Adapters are used by both `export` and `run`. Available adapters:
360360
| `openai` | OpenAI Agents SDK Python code |
361361
| `crewai` | CrewAI YAML configuration |
362362
| `lyzr` | Lyzr Studio agent |
363-
| `github` | GitHub Actions agent |
363+
| `github` | GitHub Models inference |
364364
| `git` | Git-native execution (run only) |
365365
| `opencode` | OpenCode instructions + config |
366366
| `gemini` | Google Gemini CLI (GEMINI.md + settings.json) |
367367
| `openclaw` | OpenClaw format |
368368
| `nanobot` | Nanobot format |
369369
| `cursor` | Cursor `.cursor/rules/*.mdc` files |
370+
| `copilot` | GitHub Copilot instructions (export only) |
371+
| `codex` | OpenAI Codex CLI instructions (export only) |
372+
| `kiro` | Kiro agent format (export only) |
373+
| `gitclaw` | GitClaw agent format |
370374

371375
```bash
372376
# Export to system prompt

0 commit comments

Comments
 (0)