ECC/scripts/hooks
Ke Wang 6a247d4c43 fix: resolve markdownlint MD028 and ESLint eqeqeq warnings
Fix two lint issues that cause `npm run lint` to exit non-zero:

1. README.md (MD028): Two consecutive blockquotes separated by a bare
   blank line. Markdownlint treats this as one blockquote with an
   illegal blank line inside. Replace the blank line with a `>`
   continuation so both paragraphs stay in the same blockquote.

2. session-activity-tracker.js (eqeqeq): Three instances of `== null`
   replaced with explicit `=== null || === undefined` guards to satisfy
   the repo's `eqeqeq: warn` ESLint rule.

Closes #1366
2026-04-12 16:00:55 -05:00
..
auto-tmux-dev.js
check-console-log.js
check-hook-enabled.js
config-protection.js fix: fold session manager blockers into one candidate 2026-03-24 23:08:27 -04:00
cost-tracker.js feat: sync ecc2 cost tracker metrics 2026-04-09 06:22:20 -07:00
design-quality-check.js feat: add web frontend rules and design quality hook 2026-04-02 17:33:17 -07:00
desktop-notify.js feat(hooks): add WSL desktop notification support via PowerShell + BurntToast (#1019) 2026-03-30 03:14:49 -04:00
doc-file-warning.js fix(lint): prefix unused options parameter with underscore 2026-03-29 10:14:53 +08:00
evaluate-session.js
governance-capture.js fix: fold session manager blockers into one candidate 2026-03-24 23:08:27 -04:00
mcp-health-check.js fix: treat oauth mcp 401 probes as reachable 2026-04-08 15:34:34 -07:00
post-bash-build-complete.js
post-bash-command-log.js fix: restore ci lockfile and hook validation 2026-03-31 18:00:07 -07:00
post-bash-pr-created.js
post-edit-accumulator.js perf(hooks): batch format+typecheck at Stop instead of per Edit (#746) 2026-03-31 14:12:12 -07:00
post-edit-console-warn.js
post-edit-format.js fix(hooks): add Windows .cmd support with shell injection guard 2026-03-11 10:45:28 +09:00
post-edit-typecheck.js
pre-bash-commit-quality.js fix: port safe ci cleanup from backlog 2026-04-01 16:09:54 -07:00
pre-bash-dev-server-block.js
pre-bash-git-push-reminder.js
pre-bash-tmux-reminder.js
pre-compact.js
pre-write-doc-warn.js
quality-gate.js refactor: deduplicate config lists and unify resolveFormatterBin branches 2026-03-11 10:45:28 +09:00
run-with-flags-shell.sh fix(hooks): pass phase argument from hook ID to observe.sh (#1042) 2026-03-31 14:05:16 -07:00
run-with-flags.js fix: finish blocker lane hook and install regressions 2026-03-25 04:00:50 -04:00
session-activity-tracker.js fix: resolve markdownlint MD028 and ESLint eqeqeq warnings 2026-04-12 16:00:55 -05:00
session-end-marker.js fix: clean up observer sessions on lifecycle end 2026-04-02 18:02:29 -07:00
session-end.js fix: strip ANSI escape codes from session persistence hooks (#642) (#684) 2026-03-20 01:38:11 -07:00
session-start-bootstrap.js fix: shorten plugin slug to ecc 2026-04-05 14:31:30 -07:00
session-start.js fix: prune expired session files on session start 2026-04-05 14:58:10 -07:00
stop-format-typecheck.js perf(hooks): batch format+typecheck at Stop instead of per Edit (#746) 2026-03-31 14:12:12 -07:00
suggest-compact.js