gm-thebird 2.0.1071 → 2.0.1072

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/bin/bootstrap.js CHANGED
@@ -233,8 +233,8 @@ async function extractNpmPackageWasm(destPath) {
233
233
  obsEvent('bootstrap', 'npm.extract.start', { package: NPM_PACKAGE, version: 'latest' });
234
234
 
235
235
  const result = spawnSync(
236
- process.platform === 'win32' ? 'bunx.cmd' : 'bunx',
237
- ['--bun', NPM_PACKAGE + '@latest', '--save-exact', '--prefix', tempDir],
236
+ process.platform === 'win32' ? 'npx.cmd' : 'npx',
237
+ [NPM_PACKAGE + '@latest', '--prefix', tempDir],
238
238
  {
239
239
  stdio: ['ignore', 'pipe', 'pipe'],
240
240
  timeout: ATTEMPT_TIMEOUT_MS,
package/gm.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.1071",
3
+ "version": "2.0.1072",
4
4
  "description": "Spool-dispatch orchestration engine with unified state machine, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-thebird",
3
- "version": "2.0.1071",
3
+ "version": "2.0.1072",
4
4
  "description": "Spool-dispatch orchestration engine with unified state machine, skills, and automated git enforcement",
5
5
  "author": "AnEntrypoint",
6
6
  "license": "MIT",
package/plugin.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm",
3
- "version": "2.0.1071",
3
+ "version": "2.0.1072",
4
4
  "description": "Spool-dispatch orchestration engine with unified state machine, skills, and automated git enforcement",
5
5
  "author": {
6
6
  "name": "AnEntrypoint",