Fix review comments

This commit is contained in:
Suvin Nimnaka
2026-02-02 19:28:19 +05:30
committed by Sebastian
parent 8d4c8f0010
commit 0c4e08ea0f
5 changed files with 9 additions and 10 deletions

View File

@@ -172,7 +172,6 @@ If the Gateway runs on a Linux host/VM but iMessage must run on a Mac, Tailscale
Architecture:
<p align="center">
```mermaid
%%{init: {
'theme': 'base',
@@ -200,10 +199,9 @@ flowchart TB
Gateway -- SSH (imsg rpc) --> Mac
Mac -- SCP (attachments) --> Gateway
direction BT
User["user@gateway-host"] -- "<span style=color:>Tailscale tailnet (hostname or 100.x.y.z)</span>" --> Gateway
User["user@gateway-host"] -- "Tailscale tailnet (hostname or 100.x.y.z)" --> Gateway
end
```
</p>
Concrete config example (Tailscale hostname):

View File

@@ -55,7 +55,6 @@ Protocol details:
## Connection lifecycle (single client)
<p align="center">
```mermaid
%%{init: {
'theme': 'base',

View File

@@ -10,7 +10,6 @@ OpenClaw.app uses SSH tunneling to connect to a remote gateway. This guide shows
## Overview
<p align="center">
```mermaid
%%{init: {
'theme': 'base',
@@ -47,7 +46,6 @@ flowchart TB
end
T --> C
```
</p>
## Quick Setup

View File

@@ -797,7 +797,6 @@ Commit the updated `.secrets.baseline` once it reflects the intended state.
## The Trust Hierarchy
<p align="center">
```mermaid
%%{init: {
'theme': 'base',
@@ -821,11 +820,11 @@ flowchart TB
C -- Limited trust --> D["Strangers"]
D -- No trust --> E["Mario asking for find ~"]
E -- Definitely no trust 😏 --> F[" "]
%% The transparent box is needed to show the bottom-most label correctly
F:::Class_transparent_box
classDef Class_transparent_box fill:transparent, stroke:transparent
```
</p>
## Reporting Security Issues

View File

@@ -1,5 +1,10 @@
---
summary: "End-to-end guide for running OpenClaw as a personal assistant with safety cautions"
summary: "End-to-end guide for running OpenClaw as a personal assist B -- linked via QR --> C["<b>Your Mac (openclaw)<br></b><br>Pi agent"]
```
If you link your personal WhatsApp to OpenClaw, every message to you becomes "agent input". That's rarely what you want.
## 5-minute quick starth safety cautions"
read_when:
- Onboarding a new assistant instance
- Reviewing safety/permission implications