docs: repair spellcheck and anchor drift (#122960)

* docs: repair spellcheck and anchor drift

* docs: satisfy markdown anchor lint
This commit is contained in:
Peter Steinberger
2026-08-12 20:50:56 -07:00
committed by GitHub
parent 2c3e537cb8
commit e45a9460ce
36 changed files with 94 additions and 68 deletions
+4 -7
View File
@@ -58,7 +58,7 @@ Exec approvals are enforced locally on the execution host:
| `openclaw exec-policy set` / `preset` | Synchronize the local requested policy with the local host approvals document in one step. |
<Note>
Per-session `/exec` overrides are not included. Run `/exec` in the relevant session to inspect its current defaults. See [session overrides](/tools/exec#session-overrides-exec).
Per-session `/exec` overrides are not included. Run `/exec` in the relevant session to inspect its current defaults. See [session overrides](/tools/exec#session-overrides-%2Fexec).
</Note>
Full CLI reference (flags, JSON output, allowlist add/remove): [Approvals CLI](/cli/approvals).
@@ -305,18 +305,15 @@ openclaw exec-policy preset yolo
Updates both local `tools.exec.host/security/ask` and the local approvals
file defaults (including `askFallback: "full"`). It is intentionally
local-only. To change gateway-host or node-host approvals remotely, use
`openclaw approvals set --gateway` or `openclaw approvals set --node
<id|name|ip>`.
`openclaw approvals set --gateway` or
`openclaw approvals set --node <id|name|ip>`.
Other built-in presets: `cautious` (`host=gateway`, `security=allowlist`,
`ask=on-miss`, `askFallback=deny`) and `deny-all` (`host=gateway`,
`security=deny`, `ask=off`, `askFallback=deny`). Apply the same way:
`openclaw exec-policy preset cautious`.
To set individual fields instead of a full preset, use
`openclaw exec-policy set --host <auto|sandbox|gateway|node> --security
<deny|allowlist|full> --ask <off|on-miss|always> --ask-fallback
<deny|allowlist|full>` with any subset of those flags.
To set individual fields instead of a full preset, use `openclaw exec-policy set --host <auto|sandbox|gateway|node> --security <deny|allowlist|full> --ask <off|on-miss|always> --ask-fallback <deny|allowlist|full>` with any subset of those flags.
### Node host
+1 -1
View File
@@ -152,7 +152,7 @@ spend and lockups while preserving normal tool access.
<Card title="Sub-agents" href="/tools/subagents" icon="users">
Spawning isolated agents to bound runaway behavior.
</Card>
<Card title="Configuration reference" href="/gateway/config-tools#toolsloopdetection" icon="gear">
<Card title="Configuration reference" href="/gateway/config-tools#tools-loopdetection" icon="gear">
Full `tools.loopDetection` schema and merging semantics.
</Card>
</CardGroup>
+1 -1
View File
@@ -154,7 +154,7 @@ deprecated `--dangerously-force-unsafe-install` flag is accepted for
compatibility but is a no-op: it does not bypass install policy or
`before_install` hook blocks.
See [Skills config](/tools/skills-config#operator-install-policy-securityinstallpolicy)
See [Skills config](/tools/skills-config#operator-install-policy-security-installpolicy)
for the shared `security.installPolicy` exec schema used by both skills and
plugins.
+1 -1
View File
@@ -46,5 +46,5 @@ panels.
## Related
- [Control UI](/web/control-ui)
- [Gateway protocol](/gateway/protocol#method-families)
- [Gateway protocol](/gateway/protocol#rpc-method-families)
- [Browser tool](/tools/browser)