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
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,19 @@ Hopp is an open source pair programming app that allows you to pair program with
- We want to build Hopp with the OSS community
- This comes with benefits as self-hosting, and innovation from the community

## Supported Platforms

- **macOS** - Fully supported
- **Windows** - Alpha (compiles but expect some bugs)

## Roadmap

- [ ] Move everything WebRTC related from WebKit to our Rust backend (currently in progress)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix compound-modifier hyphenation: WebRTC-related.

"WebRTC related" modifies "everything" and should be hyphenated as a compound adjective.

✏️ Proposed fix
-- [ ] Move everything WebRTC related from WebKit to our Rust backend (currently in progress)
+- [ ] Move everything WebRTC-related from WebKit to our Rust backend (currently in progress)
🧰 Tools
🪛 LanguageTool

[grammar] ~35-~35: Use a hyphen to join words.
Context: ...## Roadmap - [ ] Move everything WebRTC related from WebKit to our Rust backend ...

(QB_NEW_EN_HYPHEN)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@README.md` at line 35, The phrase "WebRTC related" in the checklist item
should be hyphenated as a compound modifier; update the TODO text "- [ ] Move
everything WebRTC related from WebKit to our Rust backend (currently in
progress)" to read "- [ ] Move everything WebRTC-related from WebKit to our Rust
backend (currently in progress)" so the compound adjective is correct (refer to
the exact checklist line containing "WebRTC related").

- [ ] Implement dynamic codec selection and adaptive streaming resolution
- [ ] Add key bindings
- [ ] Support Linux
- [ ] Re-introduce Windows as fully supported

## 🛠️ Tech Stack

### Backend
Expand Down
Loading