docs: ADR-013 plugin system + ADR-014 multi-CLI provider adapter - #22
Merged
Conversation
ADR-013: Modular plugin system with VSCode-style status bar. Static registry, self-contained plugins, first plugin is Claude Usage. ADR-014: CLIProvider adapter pattern for multi-CLI support. Defines interface for Claude Code, Gemini CLI, and Codex CLI with phased migration path. Provider knows args, session manager owns PTY. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
nox-0x
approved these changes
Mar 11, 2026
nox-0x
left a comment
Collaborator
There was a problem hiding this comment.
Clean ADRs documenting what was built in #21 and planning the multi-CLI provider adapter. ADR-013 accurately captures the static plugin registry and VSCode-style status bar. ADR-014 is well-reasoned — the adapter interface is the right call over inheritance given how different each CLI is, and the phased migration plan is pragmatic. Minor: the ADR-014 interface snippet could note that buildArgs(options) takes a typed options object (resume ID, autonomous mode, etc.) to save future implementers a guessing step, but not blocking. LGTM.
2 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
CLIProviderinterface for Claude Code, Gemini CLI, Codex CLI with phased migrationContext
Documents the plugin system architecture (already implemented in PR #21) and the planned multi-CLI provider system (future implementation).
🤖 Generated with Claude Code