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:
Kai
2026-08-29 18:19:37 -07:00
parent 5de80905ba
commit 057136aa57
2 changed files with 8 additions and 6 deletions
+4 -3
View File
@@ -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]