Hook
Runs when you submit a prompt, before the agent sees it, executing scope-guard.sh and task-scope-guard.sh via bash (2 commands). From tk-logl/sentinel.
Hook
Runs when you submit a prompt, before the agent sees it, executing scope-guard.sh and task-scope-guard.sh via bash (2 commands). From tk-logl/sentinel.
Hook
Runs when a session starts, executing session-init.sh via bash. From tk-logl/sentinel.
Hook
Runs before the agent uses a tool for Write, Edit, Bash and Task tool calls, executing pre-edit-gate.sh, deny-dummy.sh, surgical-change.sh, secret-scan.sh, scope-reduction-guard.sh, tdd-enforce.sh, pre-write-ast.sh, env-safety.sh and subagent-context.sh via bash (9 commands). From tk-logl/sentinel.
Hook
Runs after a tool call finishes for Write, Edit, Bash and TaskUpdate tool calls, executing post-edit-verify.sh, file-header-check.sh, ast-quality-gate.py, ast-quality-gate-ts.js, post-edit-lint.sh, ast-grep-gate.sh, spec-auto-test.sh, error-logger.sh, task-automark.sh and task-completion-gate.sh via bash (10…
Hook
Runs when a tool call fails, executing error-logger.sh via bash. From tk-logl/sentinel.
Hook
Runs before the context is compacted, executing state-preserve.sh via bash. From tk-logl/sentinel.
Hook
Runs when the agent finishes a response, executing completion-check.sh and spec-verify.sh via bash (2 commands). From tk-logl/sentinel.
Hook
Runs when a session ends, executing session-save.sh via bash. From tk-logl/sentinel.