aicm 0.14.2 → 0.14.3

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/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -247,6 +247,7 @@ Options:
247
247
 
248
248
  - `--ci`: run in CI environments (default: `false`)
249
249
  - `--verbose`: show detailed output and stack traces for debugging
250
+ - `--dry-run`: simulate installation without writing files, useful for validating presets in CI
250
251
 
251
252
  ## Node.js API
252
253
 
@@ -290,6 +291,7 @@ Installs rules and MCP servers based on configuration.
290
291
  - `config`: Custom config object to use instead of loading from file
291
292
  - `installOnCI`: Run installation on CI environments (default: `false`)
292
293
  - `verbose`: Show verbose output and stack traces for debugging (default: `false`)
294
+ - `dryRun`: Simulate installation without writing files, useful for preset validation in CI (default: `false`)
293
295
 
294
296
  **Returns:**
295
297
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aicm",
3
- "version": "0.14.2",
3
+ "version": "0.14.3",
4
4
  "description": "A TypeScript CLI tool for managing AI IDE rules across different projects and teams",
5
5
  "main": "dist/api.js",
6
6
  "types": "dist/api.d.ts",