ECC/scripts
Affaan Mustafa 924bac4ddf fix: add word boundary to dev server hook regex, fix box() crash, add 27 tests
- hooks.json: add \b word boundary anchors to dev server blocking regex
  to prevent false positives matching "npm run develop", "npm run devtools" etc.
- skill-create-output.js: guard box() horizontal repeat with Math.max(0, ...)
  to prevent RangeError when title exceeds container width
- Add 13 tests for setup-package-manager.js CLI argument parsing
- Add 14 tests for skill-create-output.js SkillCreateOutput class
- All 333 tests passing
2026-02-12 16:46:06 -08:00
..
ci fix: skip code blocks in command cross-reference validation 2026-02-12 16:18:50 -08:00
hooks fix: capture stderr in typecheck hook, add 13 tests for session-end and utils 2026-02-12 16:31:07 -08:00
lib fix: add event type enum to hooks schema and avoid shared RegExp state 2026-02-12 16:24:48 -08:00
release.sh fix: harden CI validators, shell scripts, and expand test suite 2026-02-12 14:11:33 -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: add word boundary to dev server hook regex, fix box() crash, add 27 tests 2026-02-12 16:46:06 -08:00