@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.cjs
CHANGED
|
@@ -406,7 +406,7 @@ function configInitializeCommand() {
|
|
|
406
406
|
console.log(chalk10__default.default.bold("\nNext steps:"));
|
|
407
407
|
console.log(chalk10__default.default.dim(" 1. Restart Claude Code to load the MCP server"));
|
|
408
408
|
console.log(chalk10__default.default.dim(` 2. Verify codex repository access: gh repo view ${org}/${codexRepo}`));
|
|
409
|
-
console.log(chalk10__default.default.dim(" 3. Run first sync: /fractary-codex
|
|
409
|
+
console.log(chalk10__default.default.dim(" 3. Run first sync: /fractary-codex-sync --from-codex --dry-run"));
|
|
410
410
|
} catch (error) {
|
|
411
411
|
if (options.json) {
|
|
412
412
|
console.log(JSON.stringify({ error: error.message }, null, 2));
|