From ab3642367269c7855a03d49d338215d186b7caa2 Mon Sep 17 00:00:00 2001 From: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> Date: Fri, 10 Apr 2026 23:39:58 +0000 Subject: [PATCH] chore: sync content to repo --- .../content/how-openclaw-works@EggP8_uXPbgQeNKQFP4JJ.md | 2 +- .../openclaw/content/security-risks@gN2oNDE7FXPyBh_5ZOu_Z.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/data/roadmaps/openclaw/content/how-openclaw-works@EggP8_uXPbgQeNKQFP4JJ.md b/src/data/roadmaps/openclaw/content/how-openclaw-works@EggP8_uXPbgQeNKQFP4JJ.md index e7c9e517625c..b3c9c1737c04 100644 --- a/src/data/roadmaps/openclaw/content/how-openclaw-works@EggP8_uXPbgQeNKQFP4JJ.md +++ b/src/data/roadmaps/openclaw/content/how-openclaw-works@EggP8_uXPbgQeNKQFP4JJ.md @@ -1,6 +1,6 @@ # How OpenClaw Works -OpenClaw runs a single long-lived Gateway that owns all messaging surfaces and exposes a typed WebSocket API for control-plane clients like the macOS app, CLI, and web UI. When a message arrives, the Gateway routes it to the appropriate agent, which then runs through a full loop of context assembly, model inference, and tool execution before streaming a reply back. +Open Claw runs a single long-lived Gateway that owns all messaging surfaces and exposes a typed WebSocket API for control-plane clients like the macOS app, CLI, and web UI. When a message arrives, the Gateway routes it to the appropriate agent, which then runs through a full loop of context assembly, model inference, and tool execution before streaming a reply back. Visit the following resources to learn more: diff --git a/src/data/roadmaps/openclaw/content/security-risks@gN2oNDE7FXPyBh_5ZOu_Z.md b/src/data/roadmaps/openclaw/content/security-risks@gN2oNDE7FXPyBh_5ZOu_Z.md index 4915e3958588..519634ab039f 100644 --- a/src/data/roadmaps/openclaw/content/security-risks@gN2oNDE7FXPyBh_5ZOu_Z.md +++ b/src/data/roadmaps/openclaw/content/security-risks@gN2oNDE7FXPyBh_5ZOu_Z.md @@ -1,6 +1,4 @@ -# undefined - -Security Risks (Plugins) +# Security Risks (Plugins) Plugins run at a deeper level than skills and can have significant access to your system. Open Claw installs plugin dependencies with `--ignore-scripts` to reduce risk, but you should still only install plugins from trusted sources.