Reset the workspace bootstrap state so the next fresh session can start from the official upstream BOOTSTRAP.md.
resoul will fetch the official BOOTSTRAP.md, then archive the current SOUL.md, USER.md, and IDENTITY.md into .trash/ and remove them from the workspace root if they exist.SOUL.md, USER.md, and IDENTITY.md from the workspace root.SOUL.md, USER.md, and IDENTITY.md into .trash/ if they exist.BOOTSTRAP.md./new after completion so the next session starts from the restored bootstrap flow.Use the bundled script:
bash {{SKILL_DIR}}/scripts/fetch_official_bootstrap.sh <workspace-dir>
Example:
bash {{SKILL_DIR}}/scripts/fetch_official_bootstrap.sh /root/.openclaw/workspace
Upstream source:
https://raw.githubusercontent.com/openclaw/openclaw/main/docs/reference/templates/BOOTSTRAP.md
SOUL.md, USER.md, and IDENTITY.md from the workspace root; do not delete memory, project files, skills, or other workspace content.SOUL.md, USER.md, and IDENTITY.md into .trash/ before removing them from the workspace root when those files exist./new.If the script cannot be used, run equivalent shell commands that (1) fetch the official BOOTSTRAP.md to a temporary file first, (2) archive existing SOUL.md, USER.md, and IDENTITY.md into .trash/ if present, (3) write the fetched template to the workspace root as BOOTSTRAP.md, and (4) avoid touching memory, project files, skills, or other workspace content.
Briefly report:
SOUL.md, USER.md, and IDENTITY.md were archived/cleared/new to trigger the re-bootstrap flow共 1 个版本