ECC/tests
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 test: add cross-reference validation tests for validate-commands 2026-02-12 16:26:24 -08:00
hooks fix: set USERPROFILE in tests for Windows os.homedir() compatibility 2026-02-12 16:41:58 -08:00
integration fix: handle Windows EOF error in large-input hook test 2026-02-12 15:43:47 -08:00
lib fix: set USERPROFILE in tests for Windows os.homedir() compatibility 2026-02-12 16:41:58 -08:00
scripts fix: add word boundary to dev server hook regex, fix box() crash, add 27 tests 2026-02-12 16:46:06 -08:00
run-all.js fix: add word boundary to dev server hook regex, fix box() crash, add 27 tests 2026-02-12 16:46:06 -08:00