You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use absolute TASK_AUTOSTART path in workspace mode (#71)
In workspace mode, task PROMPT.md lives in the config repo (shared-libs)
but workers execute in other repos' worktrees (api-service, web-client).
Relative paths from repoRoot don't exist in cross-repo worktrees.
Always use absolute paths in workspace mode.
0 commit comments