ai-agent-config 2.4.5 → 2.4.6

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/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -9,7 +9,7 @@ const platforms = require("../scripts/platforms");
9
9
  const migration = require("../scripts/migration");
10
10
  const externalSync = require("../scripts/external-sync");
11
11
 
12
- const VERSION = "2.4.5";
12
+ const VERSION = "2.4.6";
13
13
 
14
14
  // Get package root (one level up from bin/)
15
15
  const PACKAGE_ROOT = path.join(__dirname, "..");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-agent-config",
3
- "version": "2.4.5",
3
+ "version": "2.4.6",
4
4
  "description": "Universal skill & workflow manager for AI coding assistants with bi-directional GitHub sync",
5
5
  "main": "index.js",
6
6
  "bin": {