26 lines
584 B
JSON
26 lines
584 B
JSON
{
|
|
"id": "fresh",
|
|
"title": "Fresh OpenClaw User",
|
|
"objective": "A new isolated OpenClaw home with no intentional state mutations beyond normal scenario provisioning.",
|
|
"tags": [
|
|
"fresh",
|
|
"baseline"
|
|
],
|
|
"setup": [],
|
|
"traits": [
|
|
"fresh-user",
|
|
"baseline"
|
|
],
|
|
"incompatibleSurfaces": [
|
|
"upgrade-existing-user"
|
|
],
|
|
"riskArea": "baseline",
|
|
"ownerArea": "runtime-startup",
|
|
"setupEvidence": [
|
|
"state is intentionally empty before scenario provisioning"
|
|
],
|
|
"cleanupGuarantees": [
|
|
"disposable env cleanup removes state fixture files"
|
|
]
|
|
}
|