Jason
|
e74931778c
|
fix: preserve workspaces during state-only uninstall
Preserve workspace directories when `openclaw uninstall --state` removes local state, including configured workspaces and implicit per-agent workspaces resolved by the runtime. State-only uninstall now uses a cleanup plan that keeps those workspace roots unless `--workspace` is selected.
Fixes #75052.
Proof:
- `git diff --check origin/main...HEAD`
- `pnpm exec oxfmt --check --threads=1 src/commands/cleanup-utils.ts src/commands/cleanup-utils.test.ts src/commands/uninstall.ts src/commands/uninstall.test.ts docs/cli/uninstall.md docs/install/uninstall.md`
- `node scripts/run-vitest.mjs src/commands/uninstall.test.ts src/commands/cleanup-utils.test.ts src/commands/reset.test.ts src/commands/agents.delete.test.ts`
- `node scripts/run-tsgo.mjs -p test/tsconfig/tsconfig.core.test.json --incremental --tsBuildInfoFile /tmp/openclaw-pr75061-core-test-final-rebase2.tsbuildinfo`
- `pnpm docs:list`
- `node scripts/check-docs-mdx.mjs docs/cli/uninstall.md docs/install/uninstall.md`
- `.agents/skills/autoreview/scripts/autoreview --mode branch --base origin/main`
- CI: https://github.com/openclaw/openclaw/actions/runs/26721260691
Co-authored-by: Jason-Bai <boybai.work@gmail.com>
|
2026-05-31 19:54:34 +01:00 |
|
Vincent Koc
|
f0b6c65e3b
|
docs(install,reference): add Related sections to pages missing them
|
2026-04-23 20:07:25 -07:00 |
|
Vincent Koc
|
4a2cd533ac
|
docs: remove duplicate H1 where frontmatter title already sets it
|
2026-04-23 13:11:14 -07:00 |
|
Peter Steinberger
|
52d933b3a9
|
refactor: replace bot.molt identifiers with ai.openclaw
|
2026-02-25 05:03:24 +00:00 |
|
Sebastian
|
0a1f4f666a
|
revert(docs): undo markdownlint autofix churn
|
2026-02-06 10:00:08 -05:00 |
|
Sebastian
|
c7aec0660e
|
docs(markdownlint): enable autofixable rules and normalize links
|
2026-02-06 09:55:12 -05:00 |
|
Stefan Förster
|
7a2c4d3cf1
|
fix(docs): use canonical openclaw.ai domain instead of openclaw.bot
|
2026-01-31 20:34:51 -05:00 |
|
Seb Slight
|
abcaa8c7a9
|
Docs: add nav titles across docs (#5689)
|
2026-01-31 15:04:03 -06:00 |
|
cpojer
|
8cab78abbc
|
chore: Run pnpm format:fix.
|
2026-01-31 21:13:13 +09:00 |
|
Peter Steinberger
|
9a7160786a
|
refactor: rename to openclaw
|
2026-01-30 03:16:21 +01:00 |
|
Shadow
|
f7a0b0934d
|
Branding: update bot.molt bundle IDs + launchd labels
|
2026-01-27 14:46:50 -06:00 |
|
Peter Steinberger
|
6d16a658e5
|
refactor: rename clawdbot to moltbot with legacy compat
|
2026-01-27 12:21:02 +00:00 |
|
Peter Steinberger
|
83460df96f
|
chore: update molt.bot domains
|
2026-01-27 12:21:01 +00:00 |
|
Peter Steinberger
|
c129f0bbaa
|
docs: align gateway service naming
|
2026-01-21 17:45:26 +00:00 |
|
Peter Steinberger
|
6d5195c890
|
refactor: normalize cli command hints
|
2026-01-20 07:43:00 +00:00 |
|
Peter Steinberger
|
11c8db14a1
|
feat: add reset/uninstall commands
|
2026-01-11 10:23:52 +00:00 |
|