feat(AI-011): sunset aider — replaced by opencode#35
Merged
mlorentedev merged 1 commit intoMay 17, 2026
Conversation
PR2 of the AI-011 spec. Removes aider from the dotfiles environment now
that opencode + Go subscription is bootstrapped in PR1.
Changes
- Delete ai/aider/ directory (aider.conf.yml, aider.model.settings.yml).
- Remove aider install block and config-copy block from setup-linux.sh
(keep uv + poetry — general Python tooling used by hive MCP and other
workflows, unrelated to aider).
- Remove ai/aic/aia aliases from .zsh/aliases.zsh.
- Remove ai/aic/aia functions from powershell/profile.ps1.
- Remove "Aider" from the agent matrix in AGENTS.md header.
Tests
- aliases.bats: replace 5 aider tier assertions with oc alias + regression
test asserting aider aliases are gone.
- powershell-profile.bats: same shape for profile.ps1; replace parity tests
with oc-alias parity between bash and PowerShell.
- opencode.bats: flip the PR1 coexistence tests ("STILL has aider") into
sunset regression tests ("no longer has aider").
Vault
- ADR-009 amended: context section notes aider sunset in this PR; status
remains `proposed` until empirical multi-agent validation (per ADR's own
promotion gate). aider.conf.yml line in the Neutral consequences section
struck through with the sunset note.
All 486 tests pass locally.
Spec: specs/AI-011-opencode-bootstrap/
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
PR2 of the AI-011 spec. Removes aider from the dotfiles environment now that OpenCode + Go subscription is bootstrapped in PR1 (#34). Chained on top of PR1 — once PR1 merges, this PR's base auto-updates to main.
Changes
ai/aider/directory (aider.conf.yml, aider.model.settings.yml).setup-linux.sh: remove aider config copy block + aider install line. Keep uv + poetry — general Python tooling used by hive MCP (uvx hive-vault) and unrelated to aider..zsh/aliases.zsh: removeai/aic/aiatier aliases.powershell/profile.ps1: removeai/aic/aiatier functions; addocSet-Alias for parity with bash.AGENTS.md: remove "Aider" from the agent matrix in the header (now Claude / OpenCode / Copilot / Cursor / Codex / Gemini).Tests
aliases.bats: 5 aider tier assertions → oc alias + regression test asserting aider aliases gone.powershell-profile.bats: same shape for profile.ps1; parity test now checks oc alias defined in both shells.opencode.bats: flip the PR1 coexistence assertions ("STILL has aider") into sunset regression assertions ("no longer has aider", "ai/aider/ directory removed", "uv install retained").Vault
ADR-009amended: context section notes aider sunset in this PR. Neutral consequences section strikes through the aider line and adds the sunset note. Status staysproposeduntil empirical multi-agent validation per the ADR's own promotion gate (AI-013 was about the file-shrink mechanics, which lands here; validation that all four agents honour AGENTS.md is a separate empirical step).Test plan
References
Follow-ups (not in this PR)