You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`CTRL_DATA_DIR`|`./data`| Databases, routing state, uploads, and narrow workspace mirrors. |
238
238
|`HELM_CHANNEL_COMPUTER_BACKEND`|`apple` on macOS, `lxc` on Linux, `wsl` on Windows | Host isolation backend; `native` and `mock` are explicit development/test overrides. |
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "1helm",
3
3
"productName": "1Helm",
4
-
"version": "0.0.6",
4
+
"version": "0.0.7",
5
5
"private": true,
6
6
"type": "module",
7
7
"description": "1Helm is the self-hosted home for durable AI employees: one resident, one private computer, compounding memory and skills, and Skipper for every boundary.",
if(!inspection||inspection.homeMount!=="none")thrownewError("Provisioned LXC computer failed its ownership/isolation verification.");
552
+
recordComputerActivity(computer.channel_id,"Provisioned a persistent unprivileged LXC computer for this resident.","complete");
553
+
}finally{
554
+
activeProvisioning.delete(computer.channel_id);
555
+
}
545
556
}
546
557
recordObserved(computer,inspection);
547
558
run("UPDATE channel_computers SET provision_status='ready',desired_state='auto',last_update=?,last_update_attempt=?,last_error='',updated=? WHERE channel_id=?",now(),now(),now(),computer.channel_id);
0 commit comments