@synapsync/cli 0.1.4 → 0.1.5

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/index.js CHANGED
@@ -28,7 +28,7 @@ var init_version = __esm({
28
28
  "src/version.ts"() {
29
29
  "use strict";
30
30
  init_esm_shims();
31
- version = "0.1.4";
31
+ version = "0.1.5";
32
32
  }
33
33
  });
34
34
 
@@ -1193,16 +1193,13 @@ function showSuccessMessage(setup, configPath, storagePath) {
1193
1193
  logger.line();
1194
1194
  logger.bold(" Next Steps:");
1195
1195
  logger.line();
1196
- logger.log(` ${pc4.cyan("1.")} Connect to providers:`);
1197
- logger.log(` ${pc4.dim("$")} synapsync connect claude`);
1196
+ logger.log(` ${pc4.cyan("1.")} Browse available cognitives:`);
1197
+ logger.log(` ${pc4.dim("$")} synapsync list --remote`);
1198
1198
  logger.line();
1199
1199
  logger.log(` ${pc4.cyan("2.")} Add cognitives:`);
1200
1200
  logger.log(` ${pc4.dim("$")} synapsync add code-reviewer`);
1201
1201
  logger.log(` ${pc4.dim("$")} synapsync add github:user/my-skill`);
1202
1202
  logger.line();
1203
- logger.log(` ${pc4.cyan("3.")} Sync to providers:`);
1204
- logger.log(` ${pc4.dim("$")} synapsync sync`);
1205
- logger.line();
1206
1203
  p.outro(pc4.green("Happy syncing!"));
1207
1204
  }
1208
1205
  function registerInitCommand(program) {