You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2026. It is now read-only.
tests/e2e/hook-pipeline.test.ts covers 6 hooks with 7 tests. Several hooks remain untested at E2E level:
session-recovery.ts
context-guard.ts
secret-filter.ts
permission-handler.ts
subagent-tracker.ts
Task: Add E2E tests that spawn hook scripts, pipe JSON stdin, and validate stdout JSON.
See existing tests in tests/e2e/hook-pipeline.test.ts for patterns.
tests/e2e/hook-pipeline.test.ts covers 6 hooks with 7 tests. Several hooks remain untested at E2E level:
Task: Add E2E tests that spawn hook scripts, pipe JSON stdin, and validate stdout JSON.
See existing tests in tests/e2e/hook-pipeline.test.ts for patterns.
Difficulty: Medium