Inspect configuration safely
Run the health check first:Local state
The default SelfTune state root is~/.selftune/. It may contain configuration,
the local database, evaluation artifacts, runtime manifests, and operational
history. Individual files are implementation details and may change between
releases.
Before moving, restoring, or deleting the state root:
- stop or detach any registered local service;
- identify the SelfTune version that created the state;
- preserve the full directory rather than selecting one database file; and
- verify the restored runtime with
doctor.
Environment overrides
Use environment overrides for ephemeral CI or server configuration. Record the variable names in the automation that owns them and avoid mixing multiple state roots for the same background runtime. Inspect the installed command’s--help
for supported overrides.
Credentials
Local dashboard authentication is separate from Cloud or Remote Library credentials. When the platform supports a credential vault, remote tokens are stored there. Do not place tokens inSKILL.md, source control, command
examples, or shared diagnostic output.