Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ navigation:
- page: "Architecture Details"
path: _build/agent-variants/reference/architecture.openclaw.generated.mdx
slug: architecture
- page: "Host Files and State"
path: reference/host-files-and-state.mdx
slug: host-files-and-state
- page: "CLI Commands Reference"
path: _build/agent-variants/reference/commands.openclaw.generated.mdx
slug: commands
Expand Down Expand Up @@ -314,6 +317,9 @@ navigation:
- page: "Architecture Details"
path: _build/agent-variants/reference/architecture.hermes.generated.mdx
slug: architecture
- page: "Host Files and State"
path: reference/host-files-and-state.mdx
slug: host-files-and-state
- page: "CLI Commands Reference"
path: reference/commands-nemohermes.mdx
slug: commands
Expand Down
1 change: 1 addition & 0 deletions docs/manage-sandboxes/lifecycle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ For non-interactive runs (`--yes`, `NEMOCLAW_NON_INTERACTIVE=1`, or a non-TTY sh
`--yes` stays non-destructive by design.
It only acknowledges the global confirmation prompt and never purges preserved user data on its own.
Full purge always requires an explicit `--destroy-user-data` or the matching env var, so existing automation using `--yes` retains its safe behaviour.
Refer to [Host Files and State](../reference/host-files-and-state) for the full `~/.nemoclaw/` file and directory reference.
Refer to the [Commands reference](../reference/commands#$$nemoclaw-uninstall) for the full preservation contract.
</Note>

Expand Down
Loading
Loading