@fractary/codex-cli 0.10.30 → 0.11.1
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 +1 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
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
|
|
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));
|