Files
openclaw/test/fixtures/device-identity-coordinator-contract.json
Peter Steinberger b834477565 fix(cli): refuse live state reset and uninstall (#125253)
* fix(cli): guard live state cleanup

* fix(cli): preserve linked paths on cleanup failure

* fix(cli): retain gateway ownership through cleanup

* fix(cli): keep cleanup planning read-only

* fix(cli): skip mutating bootstrap for cleanup

* fix(apple): keep identity locks sandbox-writable

* docs(apple): clarify identity lock domains
2026-08-17 09:44:31 -07:00

11 lines
445 B
JSON

{
"databasePath": "/openclaw-device-identity-contract/state/openclaw.sqlite",
"stateDirectory": "/openclaw-device-identity-contract",
"runtimeDirectory": "/openclaw-state-runtime",
"uid": 501,
"stateCoordinatorPath": "/openclaw-state-runtime/openclaw-state-locks-501/state-lifecycle.e5c82e32.lock.sqlite",
"orderedExpectedPaths": [
"/openclaw-device-identity-contract/tmp/openclaw-501/device-identity.e5c82e32.lock.sqlite"
]
}