20 lines
687 B
JSON
20 lines
687 B
JSON
{
|
|
"name": "hooklib",
|
|
"version": "0.1.0",
|
|
"description": "A library of small, composable Claude Code hooks. Each hook is a drop-in script under hooks/<event>.d/ dispatched by a shared router. Ships with nix-deploy-output: a PreToolUse guard that rewrites/blocks bare `nix run .#deploy` (deploy-rs) invocations so their build/activation logs actually show up in Claude Code instead of rendering as empty output — it requires the command force plain, line-buffered logs via `2>&1 | cat`.",
|
|
"author": {
|
|
"name": "oleks",
|
|
"email": "plugins@oleks.space"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"hooks",
|
|
"pretooluse",
|
|
"nix",
|
|
"deploy-rs",
|
|
"bash",
|
|
"output",
|
|
"guardrail"
|
|
]
|
|
}
|