@wrongstack/cli 0.8.6 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -9652,7 +9652,7 @@ var rewindCmd = async (args, deps) => {
9652
9652
  const flags = parseRewindFlags(args);
9653
9653
  const wpaths = resolveWstackPaths({ projectRoot: deps.projectRoot });
9654
9654
  const sessionsDir = path25.join(wpaths.globalRoot, "sessions");
9655
- const rewind = new DefaultSessionRewinder(sessionsDir);
9655
+ const rewind = new DefaultSessionRewinder(sessionsDir, deps.projectRoot);
9656
9656
  let sessionId = findSessionId(args);
9657
9657
  if (!sessionId) {
9658
9658
  if (!deps.sessionStore) {