@fractary/codex-cli 0.10.29 → 0.10.31

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
@@ -374,7 +374,7 @@ function configInitializeCommand() {
374
374
  console.log(chalk10.bold("\nNext steps:"));
375
375
  console.log(chalk10.dim(" 1. Restart Claude Code to load the MCP server"));
376
376
  console.log(chalk10.dim(` 2. Verify codex repository access: gh repo view ${org}/${codexRepo}`));
377
- console.log(chalk10.dim(" 3. Run first sync: /fractary-codex:sync --from-codex --dry-run"));
377
+ console.log(chalk10.dim(" 3. Run first sync: /fractary-codex-sync --from-codex --dry-run"));
378
378
  } catch (error) {
379
379
  if (options.json) {
380
380
  console.log(JSON.stringify({ error: error.message }, null, 2));