@yurukusa/cc-speed 1.0.0 → 1.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/cli.mjs +4 -0
  2. package/package.json +1 -1
package/cli.mjs CHANGED
@@ -215,6 +215,10 @@ async function main() {
215
215
  process.stdout.write(`${C.green}${C.bold}Median pace: ${fmt(median)} tools/hr${C.reset}${C.dim} — ${Math.round(median / 60)} tool calls/min.${C.reset}\n`);
216
216
  }
217
217
  process.stdout.write(`\n`);
218
+
219
+ process.stdout.write(` ${C.dim}Running Claude Code autonomously? Check your safety score:${C.reset}\n`);
220
+ process.stdout.write(` ${C.dim}npx cc-health-check${C.reset}\n`);
221
+ process.stdout.write(` ${C.dim}Full production kit: https://yurukusa.gumroad.com/l/pkbbl?utm_source=npm&utm_medium=cli&utm_campaign=ops-kit${C.reset}\n\n`);
218
222
  }
219
223
 
220
224
  main().catch(e => { process.stderr.write(e.message + '\n'); process.exit(1); });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yurukusa/cc-speed",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "How fast does Claude Code actually work? Tool execution rate (tools/hour), pace tiers, and burst session analysis.",
5
5
  "type": "module",
6
6
  "bin": {