nestor-sh 2.0.0 → 2.0.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.
Files changed (2) hide show
  1. package/dist/nestor.mjs +2 -2
  2. package/package.json +2 -2
package/dist/nestor.mjs CHANGED
@@ -159958,7 +159958,7 @@ async function runNonInteractiveInstall() {
159958
159958
  console.log(chalk2.dim(" Save this key \u2014 it won't be shown again."));
159959
159959
  console.log();
159960
159960
  console.log(chalk2.green("Setup complete! Start Nestor with:"));
159961
- console.log(chalk2.cyan(" npx nestor start"));
159961
+ console.log(chalk2.cyan(" npx nestor-sh start"));
159962
159962
  }
159963
159963
  async function runInteractiveInstall() {
159964
159964
  p.intro(chalk2.bgCyan(" Nestor Setup Wizard "));
@@ -160087,7 +160087,7 @@ Admin API key: ${apiKey}
160087
160087
  ${chalk2.dim("Save this key \u2014 it won't be shown again.")}`,
160088
160088
  "Setup complete"
160089
160089
  );
160090
- p.outro(chalk2.green("Nestor is ready! Run: ") + chalk2.cyan("npx nestor start"));
160090
+ p.outro(chalk2.green("Nestor is ready! Run: ") + chalk2.cyan("npx nestor-sh start"));
160091
160091
  }
160092
160092
 
160093
160093
  // src/commands/agent.ts
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "nestor-sh",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "AI agent platform — security-first orchestration for autonomous agents",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
8
8
  "bin": {
9
- "nestor": "./dist/nestor.mjs"
9
+ "nestor-sh": "./dist/nestor.mjs"
10
10
  },
11
11
  "files": [
12
12
  "dist/**",