Add an aider adapter to complete the five coders planned for this line.
The adapter is an R file R/adapter_aider.R exposing find_binary, build_config and terminal_command, following the existing claude, opencode and codex adapters in R/, and registered in adapter_registry().
Guidance:
build_config writes only valid keys into the coder configuration. Do not inject package-specific keys into the coder's own config (opencode rejects unknown keys); write the role prompt where aider reads it and link the curated skills.
- Add a smoke test mirroring
tests/testthat/test-adapters-extra.R.
See the backlog in ROADMAP.md.
Add an
aideradapter to complete the five coders planned for this line.The adapter is an R file
R/adapter_aider.Rexposingfind_binary,build_configandterminal_command, following the existingclaude,opencodeandcodexadapters inR/, and registered inadapter_registry().Guidance:
build_configwrites only valid keys into the coder configuration. Do not inject package-specific keys into the coder's own config (opencode rejects unknown keys); write the role prompt where aider reads it and link the curated skills.tests/testthat/test-adapters-extra.R.See the backlog in ROADMAP.md.