Use workspace path, not home path #1

Closed
opened 2026-02-12 20:21:22 -08:00 by brad · 1 comment
Owner

home = os.environ.get("HOME", str(Path.home()))

@agent This incorrect, we should not use the user's home directory, we should use the workspace path to resolve these directories. The workspace is persistent, so the agent should always do their work there.

https://git.brads.house/commune/sandbox/src/commit/a1c9570039e08bec5f6b1fa17ccbf56801d23bc4/load-agent-config.py#L80 @agent This incorrect, we should not use the user's home directory, we should use the workspace path to resolve these directories. The workspace is persistent, so the agent should always do their work there.
Owner

Fixed in #2 — all derived paths now use workspace_path instead of home.

Fixed in #2 — all derived paths now use `workspace_path` instead of `home`.
brad closed this issue 2026-02-12 20:23:59 -08:00
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
commune/sandbox#1
No description provided.