@garygentry/feature-forge 0.1.2 → 0.1.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.
package/dist/cli.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  /**
2
3
  * CLI entry & dispatch (spec 07). The installer's process entry point and orchestration
3
4
  * layer: it parses `process.argv` via `node:util.parseArgs`, resolves the target agent set,
package/dist/cli.js CHANGED
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  /**
2
3
  * CLI entry & dispatch (spec 07). The installer's process entry point and orchestration
3
4
  * layer: it parses `process.argv` via `node:util.parseArgs`, resolves the target agent set,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@garygentry/feature-forge",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Cross-agent installer for the feature-forge skill suite — installs the canonical forge pipeline into Claude, Codex, Copilot, Cursor, or Gemini.",
5
5
  "license": "MIT",
6
6
  "type": "module",