@fractary/codex-cli 0.10.9 → 0.10.10

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/cli.cjs CHANGED
@@ -1991,7 +1991,7 @@ function syncCommand() {
1991
1991
  syncOptions
1992
1992
  );
1993
1993
  plan.source = sourceDir;
1994
- plan.target = path4__namespace.join(codexRepoPath, config.organization, projectName);
1994
+ plan.target = path4__namespace.join(codexRepoPath, "projects", projectName);
1995
1995
  }
1996
1996
  if (plan.totalFiles === 0) {
1997
1997
  if (options.json) {