chore(curator): point backend at its new home under pi-workspaces
The curator application code has moved from codex-workspace/server-management/deploy/curator to /home/claw/pi-workspaces/curator (starting its own git repo with the preserved history). Update profile.toml's backend and the plan's working-directory references to match.
This commit is contained in:
@@ -17,9 +17,10 @@ description = "Personal book / film / TV / music curation agent for the Curator
|
||||
workspace = "/home/claw/pi-workspaces/curator"
|
||||
session_dir = "/home/claw/.local/share/pi-curator/sessions"
|
||||
service = "curator.service"
|
||||
# Application code lives in a separate repository and is intentionally outside
|
||||
# the agent's workspace.
|
||||
backend = "/home/claw/codex-workspace/server-management/deploy/curator"
|
||||
# Application code lives beside the agent's .pi workspace in its own git repo
|
||||
# at /home/claw/pi-workspaces/curator. The agent itself reads only .pi/ and its
|
||||
# extensions, never this repository's Python code (no `read` tool).
|
||||
backend = "/home/claw/pi-workspaces/curator"
|
||||
deploy = "managed"
|
||||
|
||||
[model]
|
||||
|
||||
Reference in New Issue
Block a user