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 cwd fallback for project config path when no git repo detected
`Instance.worktree` returns `/` for non-git projects, causing config
writes to `/.altimate-code/`. Now falls back to `Instance.directory`
(the actual cwd) via `projectRoot()` helper.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
output: `No config files found.\n\nProject config would be at: ${Instance.worktree}/altimate-code.json\nGlobal config would be at: ${Global.Path.config}/altimate-code.json`,
434
+
output: `No config files found.\n\nProject config would be at: ${projectRoot()}/altimate-code.json\nGlobal config would be at: ${Global.Path.config}/altimate-code.json`,
0 commit comments