@chigichan24/crune 0.1.1 → 0.1.2

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-cli/cli.js +1 -1
  2. package/package.json +1 -1
package/dist-cli/cli.js CHANGED
@@ -44,7 +44,7 @@ export function parseCliArgs(argv) {
44
44
  return { sessionsDir, outputDir, count, model, skipSynthesis, dryRun };
45
45
  }
46
46
  function printUsage() {
47
- console.error(`Usage: crune [options]
47
+ console.log(`Usage: crune [options]
48
48
 
49
49
  Generate reusable skill definitions from Claude Code session logs.
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chigichan24/crune",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "crune": "./bin/crune.js"