update the Roadmap#21
Merged
Merged
Conversation
Signed-off-by: kerthcet <kerthcet@gmail.com>
Member
Author
|
/lgtm |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation to reflect “tunnel mode” (VPN/mesh networking) as a first-class deployment option, and adjusts the README roadmap accordingly.
Changes:
- Added “Tunnel Mode (VPN)” to README features and clarified the architecture/usage docs for direct vs tunnel mode.
- Updated the README tunnel-mode example to include
TunnelConfigand expanded the tunnel mode notes. - Minor formatting/alignment tweaks in
docs/TUNNEL.mddiagrams.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| README.md | Documents tunnel mode as a feature, updates architecture diagram text, revises tunnel-mode example, and updates the roadmap (also removes the Security section). |
| docs/TUNNEL.md | Diagram formatting/alignment adjustments for readability. |
Comments suppressed due to low confidence (1)
README.md:167
- The Roadmap no longer mentions authentication or TLS/WSS, but other docs still call out that the MVP lacks authentication and that direct mode should use TLS in production (e.g.,
docs/PROTOCOL.mdsecurity considerations). If these items are still planned/needed for direct mode, they should remain in the roadmap to avoid implying the system is already secure-by-default.
- [ ] **Audit Logging** - Track all commands, sessions, and file transfers
- [ ] **Metrics** - Prometheus-compatible metrics for monitoring
- [ ] **Resource Limits** - CPU/memory/timeout controls per daemon
- [ ] **Multi-tenancy** - Isolated workspaces with access control
- [ ] **Rate Limiting** - Prevent abuse and resource exhaustion
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
InftyAI-Agent
approved these changes
Jun 20, 2026
InftyAI-Agent
left a comment
Member
There was a problem hiding this comment.
Approved: PR has both lgtm and approved labels
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.
What this PR does / why we need it
Which issue(s) this PR fixes
Fixes #
Special notes for your reviewer
Does this PR introduce a user-facing change?