@petersobhy/ai-toolkit 1.6.1 → 1.6.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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -9,7 +9,7 @@ const REPO = 'Petersobhy/ai-toolkit';
9
9
  const BRANCH = 'main';
10
10
  const SKILLS_PATH = 'skills';
11
11
  const INSTALL_DIR = path.join(os.homedir(), '.claude', 'agents');
12
- const SCRIPTS_DIR = path.join(INSTALL_DIR, 'scripts');
12
+ const SCRIPTS_DIR = path.join(os.homedir(), '.ai-toolkit', 'scripts');
13
13
 
14
14
  const RAW_BASE = `https://raw.githubusercontent.com/${REPO}/${BRANCH}`;
15
15
  const API_BASE = `https://api.github.com/repos/${REPO}/contents`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@petersobhy/ai-toolkit",
3
- "version": "1.6.1",
3
+ "version": "1.6.2",
4
4
  "description": "Install and manage Integrant squad AI skills for Claude Code",
5
5
  "bin": {
6
6
  "ai-toolkit": "./index.js"