| targets | description |
|---|---|
| * | Analyze completed implementation to identify AI tooling improvements |
Analyze a completed implementation to identify improvements for AI tooling and workflows.
| #!/bin/bash | |
| # SPDX-License-Identifier: MIT | |
| # | |
| # Claude Code PreToolUse hook: block read/write of secret-bearing files | |
| # via Read, Edit, Write, MultiEdit, NotebookEdit, Glob, Grep, Bash, WebFetch. | |
| # | |
| # Hook contract: | |
| # - Receives JSON on stdin: { "tool_name": ..., "tool_input": {...} } | |
| # - Exit 0 = allow the tool call | |
| # - Exit 2 = block the call (stderr is surfaced to Claude) |
| select * from {{ ref('event_data') }} |