ECC/tests
Jonghyeok Park e5d02000c3 perf(hooks): eliminate npx overhead and merge biome invocations
- Use local node_modules/.bin/biome binary instead of npx (~200-500ms savings)
- Change post-edit-format from `biome format --write` to `biome check --write`
  (format + lint in one pass)
- Skip redundant biome check in quality-gate for JS/TS files already
  handled by post-edit-format
- Fix quality-gate to use findProjectRoot instead of process.cwd()
- Export run() function from both hooks for direct invocation
- Update tests to match shared resolve-formatter module usage
2026-03-10 22:19:31 +09:00
..
ci test: cover whitespace-only frontmatter field, empty SKILL.md, and getAllSessions TOCTOU symlink 2026-02-13 11:20:44 -08:00
hooks perf(hooks): eliminate npx overhead and merge biome invocations 2026-03-10 22:19:31 +09:00
integration fix: update hook integration tests for auto-tmux-dev behavior 2026-03-07 22:45:44 -08:00
lib feat(hooks): add shared resolve-formatter utility with caching 2026-03-10 22:17:02 +09:00
scripts fix: stabilize windows hook and claw tests 2026-03-05 12:37:24 -08:00
run-all.js feat: automatic project type and framework detection (#293) 2026-03-02 22:07:10 -08:00