automagik-forge 0.2.16-beta.6 → 0.2.16-beta.7

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.
Binary file
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "automagik-forge",
3
3
  "private": false,
4
- "version": "0.2.16-beta.6",
4
+ "version": "0.2.16-beta.7",
5
5
  "main": "index.js",
6
6
  "bin": {
7
7
  "automagik-forge": "bin/cli.js"
@@ -12,8 +12,7 @@
12
12
  "description": "NPX wrapper around automagik-forge and automagik-forge-mcp",
13
13
  "files": [
14
14
  "dist",
15
- "bin",
16
- "index.js"
15
+ "bin"
17
16
  ],
18
17
  "dependencies": {}
19
18
  }
package/index.js DELETED
@@ -1,7 +0,0 @@
1
- #!/usr/bin/env node
2
-
3
- // NPX entry point for automagik-forge
4
- // This file is referenced as the main entry in package.json
5
- // The actual CLI logic is in bin/cli.js
6
-
7
- require('./bin/cli.js');