mirror of
https://github.com/niels-emmer/myace.git
synced 2026-09-13 23:53:30 +02:00
[PR #22] [MERGED] feat: add adapters for Codex CLI, Copilot CLI, Cline, and Windsurf #22
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
github-mirrors/myace#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/niels-emmer/myace/pull/22
Author: @niels-emmer
Created: 8/9/2026
Status: ✅ Merged
Merged: 8/9/2026
Merged by: @niels-emmer
Base:
main← Head:feat/agent-adapters📝 Commits (1)
594f1bcfeat: add adapters for Codex CLI, Copilot CLI, Cline, and Windsurf📊 Changes
6 files changed (+537 additions, -0 deletions)
View changed files
📝
backend/app/adapters/__init__.py(+8 -0)➕
backend/app/adapters/cline.py(+60 -0)➕
backend/app/adapters/codex_cli.py(+85 -0)➕
backend/app/adapters/copilot_cli.py(+72 -0)➕
backend/app/adapters/windsurf.py(+58 -0)📝
backend/tests/test_adapters.py(+254 -0)📄 Description
Summary
Adds four new target adapters that translate Canonical IR artifacts into each tool's native configuration format, expanding the supported targets from 3 (Claude Code, OpenCode, Cursor) to 7.
New adapters
AGENTS.md(## sections).agents/skills/<name>/SKILL.md.agents/agents/<name>.md.codex/config.toml.github/copilot-instructions.md.github/instructions/<name>.instructions.md(YAML frontmatter +applyToglobs).github/instructions/agent-<name>.instructions.md.clinerules/<name>.md(YAML frontmatter).clinerules/skill-<name>.md.clinerules/agent-<name>.md.windsurf/rules/<name>.md(YAML frontmatter + trigger modes).windsurf/rules/skill-<name>.md.windsurf/rules/agent-<name>.mdKey design decisions
tomlpackagealways_on, ≥50 →model_decision, <50 →manualget_adapter()/list_adapters()patternTesting
All 51 tests pass (38 existing + 13 new adapter tests).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.