diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json
index 06ba4f414..3edd2f3af 100644
--- a/.openclaw-sync/source.json
+++ b/.openclaw-sync/source.json
@@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
- "sha": "a167e687ce12cd791d5b6da028049f731d1bd3da",
- "syncedAt": "2026-04-27T05:05:20.765Z"
+ "sha": "51dbda3f3d9ff80a9cf8e6d027eaaa0329a04ff0",
+ "syncedAt": "2026-04-27T05:05:58.495Z"
}
diff --git a/docs/automation/auth-monitoring.md b/docs/automation/auth-monitoring.md
index 5b472d561..8de5b36ea 100644
--- a/docs/automation/auth-monitoring.md
+++ b/docs/automation/auth-monitoring.md
@@ -3,7 +3,7 @@ summary: "Redirect to /gateway/authentication"
title: "Auth monitoring"
---
-This page moved to [Authentication](/gateway/authentication). See [Authentication](/gateway/authentication) for auth monitoring documentation.
+Auth monitoring lives under [Authentication](/gateway/authentication).
## Related
diff --git a/docs/automation/clawflow.md b/docs/automation/clawflow.md
index 653565506..c125c4109 100644
--- a/docs/automation/clawflow.md
+++ b/docs/automation/clawflow.md
@@ -3,7 +3,7 @@ summary: "Redirect to Task Flow"
title: "ClawFlow"
---
-ClawFlow was renamed to [Task Flow](/automation/taskflow). See [Task Flow](/automation/taskflow) for the current documentation.
+ClawFlow was renamed to [Task flow](/automation/taskflow).
## Related
diff --git a/docs/automation/cron-vs-heartbeat.md b/docs/automation/cron-vs-heartbeat.md
index 8ee185c79..a5a112fa4 100644
--- a/docs/automation/cron-vs-heartbeat.md
+++ b/docs/automation/cron-vs-heartbeat.md
@@ -3,7 +3,7 @@ summary: "Redirect to /automation"
title: "Cron vs heartbeat"
---
-This page moved to [Automation & Tasks](/automation). See [Automation & Tasks](/automation) for the decision guide comparing cron and heartbeat.
+The decision guide for cron vs heartbeat lives under [Automation and tasks](/automation).
## Related
diff --git a/docs/automation/tasks.md b/docs/automation/tasks.md
index f97cd4a21..f05d010c8 100644
--- a/docs/automation/tasks.md
+++ b/docs/automation/tasks.md
@@ -9,7 +9,7 @@ sidebarTitle: "Background tasks"
---
-Looking for scheduling? See [Automation & Tasks](/automation) for choosing the right mechanism. This page covers **tracking** background work, not scheduling it.
+Looking for scheduling? See [Automation and tasks](/automation) for choosing the right mechanism. This page is the activity ledger for background work, not the scheduler.
Background tasks track work that runs **outside your main conversation session**: ACP runs, subagent spawns, isolated cron job executions, and CLI-initiated operations.
diff --git a/docs/start/openclaw.md b/docs/start/openclaw.md
index a7f2932ea..740da0fbb 100644
--- a/docs/start/openclaw.md
+++ b/docs/start/openclaw.md
@@ -74,7 +74,9 @@ OpenClaw reads operating instructions and “memory” from its workspace direct
By default, OpenClaw uses `~/.openclaw/workspace` as the agent workspace, and will create it (plus starter `AGENTS.md`, `SOUL.md`, `TOOLS.md`, `IDENTITY.md`, `USER.md`, `HEARTBEAT.md`) automatically on setup/first agent run. `BOOTSTRAP.md` is only created when the workspace is brand new (it should not come back after you delete it). `MEMORY.md` is optional (not auto-created); when present, it is loaded for normal sessions. Subagent sessions only inject `AGENTS.md` and `TOOLS.md`.
-Tip: treat this folder like OpenClaw’s “memory” and make it a git repo (ideally private) so your `AGENTS.md` + memory files are backed up. If git is installed, brand-new workspaces are auto-initialized.
+
+Treat this folder like OpenClaw's memory and make it a git repo (ideally private) so your `AGENTS.md` and memory files are backed up. If git is installed, brand-new workspaces are auto-initialized.
+
```bash
openclaw setup