fix(k3s): expand workspace to PV root for memory access

This commit is contained in:
stevef 2026-04-19 14:26:11 +02:00
parent ee74a6d850
commit a235f58cb5
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"version": 2,
"agents": {
"defaults": {
"workspace": "/home/picoclaw/.picoclaw/workspace",
"workspace": "/home/picoclaw/.picoclaw",
"restrict_to_workspace": true,
"allow_read_outside_workspace": false,
"provider": "",

View file

@ -12,7 +12,7 @@ data:
"version": 2,
"agents": {
"defaults": {
"workspace": "/home/picoclaw/.picoclaw/workspace",
"workspace": "/home/picoclaw/.picoclaw",
"restrict_to_workspace": true,
"allow_read_outside_workspace": false,
"provider": "",