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(cli): use resolved project path in doctor command
When project_root is configured (e.g., Docker), the project service
creates the project under project_root/<sanitized-name> instead of
the requested temp_path. Doctor was checking for files under the
original temp_path, causing false failures.
Now uses status.new_project.path (the actual resolved path) for all
file checks after project creation.
Fixes#665
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: phernandez <paul@basicmachines.co>
0 commit comments