ECC/scripts
Affaan Mustafa 75ab8e6194 fix: eliminate child process spawns during session startup (#162)
getAvailablePackageManagers() spawned where.exe/which for each package
manager (npm, pnpm, yarn, bun). During SessionStart hooks, these 4+
child processes combined with Bun's own initialization exceeded the
spawn limit on Windows, freezing the terminal.

Fix: Remove process spawning from the hot path. Steps 1-5 of detection
(env var, project config, package.json, lock file, global config) already
cover all file-based detection. If none match, default to npm without
spawning. Also fix getSelectionPrompt() to list supported PMs without
checking availability.
2026-02-12 00:01:23 -08:00
..
ci feat: add comprehensive CI/CD pipeline 2026-01-28 23:05:43 -08:00
hooks fix: eliminate child process spawns during session startup (#162) 2026-02-12 00:01:23 -08:00
lib fix: eliminate child process spawns during session startup (#162) 2026-02-12 00:01:23 -08:00
release.sh fix: sync plugin.json version with latest tag (#171) 2026-02-08 16:18:49 -08:00
setup-package-manager.js fix: resolve ESLint errors and update tests for project-name fallback 2026-01-29 02:58:51 -08:00
skill-create-output.js fix: resolve ESLint errors and update tests for project-name fallback 2026-01-29 02:58:51 -08:00