Synopsis
Description
reset removes profClaw’s persistent state. Use it to start fresh after a failed setup, before reinstalling, or to wipe data from a development environment. It can selectively reset CLI config, server settings, the database, the memory index, or everything at once.
Flags
Reset CLI config (
~/.profclaw/config.json) to defaults. API URL reverts to http://localhost:3000.Reset server settings (
config/settings.yml) to defaults.Delete the SQLite database (
data/profclaw.db). All users, tasks, conversations, and sessions are lost.Clear the memory index. Files on disk are not deleted, but the index must be rebuilt with
profclaw memory sync.Reset everything: config, settings, database, and memory index.
Skip all confirmation prompts. Required for non-interactive use.
Examples
After Resetting
If you reset the database or all data, you must runonboard or setup again to create the admin account and configure providers:
Related
profclaw backup- Back up before resettingprofclaw onboard- Re-run after a full resetprofclaw config reset- Reset CLI config via the config command