Description
Refactor Sovereign Workspaces to Persistent Host Directories
🧠 Commander's Intent
Context:
Currently, agent sandbox folders are being provisioned in the ephemeral /tmp/aim_workspaces directory.
The Goal/Failure:
The ephemeral /tmp/ mount wipes all agent databases, tools, and long-term memory upon server reboot. The user requires persistent, dedicated OS-level folders for each client's agent.
Action Items:
- Update main.py to provision workspaces in a persistent root-level directory like /home/kingb/aim_workspaces/agent-mike. 2. Update the bwrap command to bind this persistent folder into the sandbox.
Description
Refactor Sovereign Workspaces to Persistent Host Directories
🧠 Commander's Intent
Context:
Currently, agent sandbox folders are being provisioned in the ephemeral /tmp/aim_workspaces directory.
The Goal/Failure:
The ephemeral /tmp/ mount wipes all agent databases, tools, and long-term memory upon server reboot. The user requires persistent, dedicated OS-level folders for each client's agent.
Action Items: