tests: note audit home isolation fix

This commit is contained in:
huntharo 2026-03-25 09:30:48 -04:00
parent 45b243a433
commit 82181e15fb
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ Docs: https://docs.openclaw.ai
- Runtime/install: lower the supported Node 22 floor to `22.14+` while continuing to recommend Node 24, so npm installs and self-updates do not strand Node 22.14 users on older releases.
- CLI/update: preflight the target npm package `engines.node` before `openclaw update` runs a global package install, so outdated Node runtimes fail with a clear upgrade message instead of attempting an unsupported latest release.
- Tests/security audit: isolate audit-test home and personal skill resolution so local `~/.agents/skills` installs no longer make maintainer prep runs fail nondeterministically. (#54473) thanks @huntharo
## 2026.3.24-beta.1