ECC/scripts
Affaan Mustafa 7356fd996f refactor: extract inline PostToolUse hooks into external scripts
Move three complex inline hooks from hooks.json into proper external
scripts in scripts/hooks/:

- post-edit-format.js: Prettier auto-formatting (was 1 minified line)
- post-edit-typecheck.js: TypeScript check (was 1 minified line with
  unbounded directory traversal, now capped at 20 levels)
- post-edit-console-warn.js: console.log warnings (was 1 minified line)

Benefits:
- Readable, documented, and properly error-handled
- Testable independently via stdin
- Consistent with other hooks (all use external scripts now)
- Adds timeouts to Prettier (15s) and tsc (30s) to prevent hangs
2026-02-12 10:21:59 -08:00
..
ci feat: add comprehensive CI/CD pipeline 2026-01-28 23:05:43 -08:00
hooks refactor: extract inline PostToolUse hooks into external scripts 2026-02-12 10:21:59 -08:00
lib fix: improve error handling, fix bugs, and optimize core libraries 2026-02-12 07:06:53 -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