Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,22 @@ Clipboard becomes a *consumer*, not the model.

---

## v2 — Resolver Abstraction
## v2 — Resolver Abstraction

**Goal**
**Goal**
Support additional environments without destabilizing the core.

**Changes**
- Introduce explicit session resolver interface
- Terminal / environment specifics become adapters
- Core turn detection and registry remain unchanged

**Delivered**
- Three independent sub-interfaces: `SessionResolver`, `HotkeyProvider`, `ClipboardProvider`
- X11 reference adapters for all three
- Hotkey client migrated to trait-based dispatch (platform-agnostic)
- Broker clipboard sink abstracted via injected closure

**Expected Additions**
- tmux resolver
- macOS terminal resolver
Expand Down