@shirayner/ace 0.1.1-snapshot.0 → 0.1.1-snapshot.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/bin/ace.js +1 -1
  2. package/package.json +1 -1
package/bin/ace.js CHANGED
@@ -25,7 +25,7 @@ program
25
25
  .option('-p, --preset <name>', 'Installation preset: full, minimal, safe', 'full')
26
26
  .option('-f, --force', 'Overwrite existing files', false)
27
27
  .option('--dry-run', 'Show what would be done without making changes', false)
28
- .option('--no-interaction', 'Skip interactive prompts, use defaults', false)
28
+ .option('--no-interaction', 'Skip interactive prompts, use defaults')
29
29
  .action(initCommand);
30
30
 
31
31
  program
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shirayner/ace",
3
- "version": "0.1.1-snapshot.0",
3
+ "version": "0.1.1-snapshot.1",
4
4
  "description": "AI Coding Environment - One command to set up your Claude Code harness",
5
5
  "bin": {
6
6
  "ace": "./bin/ace.js"