@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.js CHANGED
@@ -1958,7 +1958,7 @@ function syncCommand() {
1958
1958
  syncOptions
1959
1959
  );
1960
1960
  plan.source = sourceDir;
1961
- plan.target = path5.join(codexRepoPath, config.organization, projectName);
1961
+ plan.target = path5.join(codexRepoPath, "projects", projectName);
1962
1962
  }
1963
1963
  if (plan.totalFiles === 0) {
1964
1964
  if (options.json) {