nairon-bench 0.0.36 → 0.0.37

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/index.js +4 -4
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -23373,7 +23373,7 @@ var setupCommand = defineCommand2({
23373
23373
  // package.json
23374
23374
  var package_default = {
23375
23375
  name: "nairon-bench",
23376
- version: "0.0.36",
23376
+ version: "0.0.37",
23377
23377
  description: "AI workflow benchmarking CLI",
23378
23378
  type: "module",
23379
23379
  bin: {
@@ -23462,9 +23462,9 @@ function showBanner() {
23462
23462
  log(renderMascot(VERSION, process.cwd()));
23463
23463
  log(`${YELLOW}\u2501\u2501\u2501 Quick Start \u2501\u2501\u2501${RESET2}`);
23464
23464
  log("");
23465
- log(` ${GREEN}1.${RESET2} ${BOLD2}nb scan${RESET2} Analyze your AI coding sessions`);
23466
- log(` ${GREEN}2.${RESET2} ${BOLD2}nb report${RESET2} Generate your score report`);
23467
- log(` ${GREEN}3.${RESET2} ${BOLD2}nb report --publish${RESET2} Share your report (get a link)`);
23465
+ log(` ${GREEN}1.${RESET2} ${BOLD2}nb init${RESET2} Set up your profile (first time only)`);
23466
+ log(` ${GREEN}2.${RESET2} ${BOLD2}nb scan${RESET2} Analyze your AI coding sessions`);
23467
+ log(` ${GREEN}3.${RESET2} ${BOLD2}nb report --publish${RESET2} Generate & share your report`);
23468
23468
  log("");
23469
23469
  log(`${DIM2}\u250C\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2510${RESET2}`);
23470
23470
  log(`${DIM2}\u2502${RESET2} ${CYAN2}How often?${RESET2} ${DIM2}\u2502${RESET2}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nairon-bench",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "AI workflow benchmarking CLI",
5
5
  "type": "module",
6
6
  "bin": {