docs(automation+start): batch fix filler openings and prose Tip · openclaw/openclaw@51dbda3
vincentkoc
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -3,7 +3,7 @@ summary: "Redirect to /gateway/authentication"
|
3 | 3 | title: "Auth monitoring" |
4 | 4 | --- |
5 | 5 | |
6 | | -This page moved to [Authentication](/gateway/authentication). See [Authentication](/gateway/authentication) for auth monitoring documentation. |
| 6 | +Auth monitoring lives under [Authentication](/gateway/authentication). |
7 | 7 | |
8 | 8 | ## Related |
9 | 9 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -3,7 +3,7 @@ summary: "Redirect to Task Flow"
|
3 | 3 | title: "ClawFlow" |
4 | 4 | --- |
5 | 5 | |
6 | | -ClawFlow was renamed to [Task Flow](/automation/taskflow). See [Task Flow](/automation/taskflow) for the current documentation. |
| 6 | +ClawFlow was renamed to [Task flow](/automation/taskflow). |
7 | 7 | |
8 | 8 | ## Related |
9 | 9 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -3,7 +3,7 @@ summary: "Redirect to /automation"
|
3 | 3 | title: "Cron vs heartbeat" |
4 | 4 | --- |
5 | 5 | |
6 | | -This page moved to [Automation & Tasks](/automation). See [Automation & Tasks](/automation) for the decision guide comparing cron and heartbeat. |
| 6 | +The decision guide for cron vs heartbeat lives under [Automation and tasks](/automation). |
7 | 7 | |
8 | 8 | ## Related |
9 | 9 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -9,7 +9,7 @@ sidebarTitle: "Background tasks"
|
9 | 9 | --- |
10 | 10 | |
11 | 11 | <Note> |
12 | | -Looking for scheduling? See [Automation & Tasks](/automation) for choosing the right mechanism. This page covers **tracking** background work, not scheduling it. |
| 12 | +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. |
13 | 13 | </Note> |
14 | 14 | |
15 | 15 | Background tasks track work that runs **outside your main conversation session**: ACP runs, subagent spawns, isolated cron job executions, and CLI-initiated operations. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -74,7 +74,9 @@ OpenClaw reads operating instructions and “memory” from its workspace direct
|
74 | 74 | |
75 | 75 | 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`. |
76 | 76 | |
77 | | -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. |
| 77 | +<Tip> |
| 78 | +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. |
| 79 | +</Tip> |
78 | 80 | |
79 | 81 | ```bash |
80 | 82 | openclaw setup |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。