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: resolve repo root from working directory, not script location
Scripts are now in the package, not the project. Fallback repo root
detection was walking up from the script's location (inside pi-spec-kit)
instead of from the current working directory (the user's project).
This caused specs/ to be created in the wrong repo.
0 commit comments