@fractary/codex-cli 0.10.10 → 0.10.11

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
@@ -1961,7 +1961,10 @@ function syncCommand() {
1961
1961
  config.organization,
1962
1962
  projectName,
1963
1963
  codexRepoPath,
1964
- syncOptions
1964
+ {
1965
+ ...syncOptions,
1966
+ codexRepo: "codex_repo" in config ? config.codex_repo : void 0
1967
+ }
1965
1968
  );
1966
1969
  plan = planWithRouting;
1967
1970
  routingScan = planWithRouting.routingScan;