Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR refreshes the project’s public-facing and agent-facing documentation by rewriting the README, consolidating coding-agent guidance into AGENTS.md, and making CLAUDE.md a pointer to the canonical guidance.
Changes:
- Rewrites
README.mdto reflect the current product scope (multi-agent runtimes, worktrees, search, mobile sync, briefings) and updates screenshots/sections. - Replaces the detailed
CLAUDE.mdcontent with a delegation toAGENTS.md. - Expands
AGENTS.mdwith updated architecture notes, repo layout, build/test commands, and implementation/testing guidelines.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Rewritten product overview, feature breakdown, screenshots, requirements, and build instructions. |
| CLAUDE.md | Delegates Claude Code guidance to the canonical AGENTS.md. |
| AGENTS.md | Establishes a single canonical agent guidance doc with updated architecture, layout, and build/test expectations. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+13
to
+15
| - Write code comments, log messages, commit messages, PR descriptions, documentation, and user-facing text in English. | ||
| - Keep documentation factual and current. Prefer removing duplicated guidance over maintaining the same instructions in multiple files. | ||
| - Preserve user changes. Do not revert unrelated local edits unless the user explicitly asks for that. |
| - macOS app deployment target: macOS 26.0+ | ||
| - Swift tools version: 6.2 | ||
| - Main app bundle ID: `com.rxlab.RxCode` | ||
| - App-level dependencies: SwiftTerm and Sparkle |
Comment on lines
+117
to
+124
| ## Requirements | ||
|
|
||
| - macOS 26.0 or later | ||
| - At least one supported agent runtime: | ||
| - [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code) | ||
| - Codex CLI | ||
| - An ACP-compatible client installed from Settings or configured externally | ||
| - Xcode with the Swift 6.2+ toolchain to build from source |
Contributor
Author
|
🎉 This PR is included in version 1.10.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
No description provided.